mmsharing/mmshui/inc/musuigeneralview.h
branchRCL_3
changeset 18 0da2e08216b6
parent 16 71306c87785a
child 21 ce86b6d44a6d
equal deleted inserted replaced
16:71306c87785a 18:0da2e08216b6
    76     /**
    76     /**
    77      * Refreshes the view.  Called after the mode has been changed from portrait
    77      * Refreshes the view.  Called after the mode has been changed from portrait
    78      * to landscape or vice versa.  This is a virtual function that must be 
    78      * to landscape or vice versa.  This is a virtual function that must be 
    79      * implemented by all concrete MUS UI views.
    79      * implemented by all concrete MUS UI views.
    80      */
    80      */
    81     virtual void RefreshView() = 0;
    81     virtual void RefreshView( TBool aLayoutChange = EFalse ) = 0;
    82     
    82     
    83     virtual void HandleToolbarCommandL( TInt aCommand ) = 0;
    83     virtual void HandleToolbarCommandL( TInt aCommand ) = 0;
    84     
    84     
    85     virtual void HandleKeyUpEvent( TInt aKeyCode );
    85     virtual void HandleKeyUpEvent( TInt aKeyCode );
    86     
    86