meetingrequest/mrgui/inc/mmrphysicsobserver.h
branchRCL_3
changeset 34 cd2816114bd1
parent 33 da5135c61bad
equal deleted inserted replaced
33:da5135c61bad 34:cd2816114bd1
    35      * Method to be called when physics wants to notify that physics operation 
    35      * Method to be called when physics wants to notify that physics operation 
    36      * has ended. By calling this, list pane updates for example 
    36      * has ended. By calling this, list pane updates for example 
    37      * scroll bar and focus.
    37      * scroll bar and focus.
    38      */
    38      */
    39     virtual void PhysicsEmulationEnded() = 0;
    39     virtual void PhysicsEmulationEnded() = 0;
       
    40     
       
    41     /**
       
    42      * Method to be called when physics wants to notify scroll bar that 
       
    43      * view position has changed, so that scroll bar can update itself
       
    44      */
       
    45     virtual void UpdateScrollBarDuringOngoingPhysics() = 0;
    40     };
    46     };
    41 
    47 
    42 #endif // MMRPHYSICSOBSERVER_H
    48 #endif // MMRPHYSICSOBSERVER_H