emailuis/emailui/inc/FreestyleEmailUiViewBase.h
branchRCL_3
changeset 10 f5907b1a1053
parent 8 e1b6206813b4
child 16 b5fbb9b25d57
equal deleted inserted replaced
8:e1b6206813b4 10:f5907b1a1053
    70     /**
    70     /**
    71      * Handles application foreground events. When applcation is brought to
    71      * Handles application foreground events. When applcation is brought to
    72      * foreground, calls the virtual HandleForegroundEventL() method, which
    72      * foreground, calls the virtual HandleForegroundEventL() method, which
    73      * can be implemented by subclasses.
    73      * can be implemented by subclasses.
    74      */
    74      */
    75     void HandleAppForegroundEventL( TBool aForeground );
    75     virtual void HandleAppForegroundEventL( TBool aForeground );
    76 
    76 
    77     /**
    77     /**
    78     * Inherited classes should override this to react to skin or layout changes
    78     * Inherited classes should override this to react to skin or layout changes
    79     * happening while the view is active.
    79     * happening while the view is active.
    80     */
    80     */
   315     TBool iIsNextTransitionEffectOutLong;
   315     TBool iIsNextTransitionEffectOutLong;
   316     // Flag to indicate that Email app should be sent to background when the current view is deactivated
   316     // Flag to indicate that Email app should be sent to background when the current view is deactivated
   317     TBool iSendToBackgroundOnDeactivation;
   317     TBool iSendToBackgroundOnDeactivation;
   318     // View's active status
   318     // View's active status
   319     TBool iViewActive;
   319     TBool iViewActive;
       
   320 protected: // to enable overridning 
   320     TBool iWasActiveControlGroup;
   321     TBool iWasActiveControlGroup;
   321     };
   322     };
   322 
   323 
   323 #endif // __FREESTYLEEMAILUI_VIEWBASE_H__
   324 #endif // __FREESTYLEEMAILUI_VIEWBASE_H__