photosgallery/viewframework/commandhandlers/commoncommandhandlers/inc/glxcommandhandlerback.h
branchRCL_3
changeset 11 71da52165949
parent 0 4e91876724a2
child 13 bcb43dc84c44
equal deleted inserted replaced
9:6b87b143d312 11:71da52165949
    29 // FORWARD DECLARATION
    29 // FORWARD DECLARATION
    30 class MGlxMediaListProvider;
    30 class MGlxMediaListProvider;
    31 class MMPXCollectionUtility;
    31 class MMPXCollectionUtility;
    32 class MMPXViewUtility;
    32 class MMPXViewUtility;
    33 class CGlxNavigationalState;
    33 class CGlxNavigationalState;
       
    34 class CAknAppUi;
    34 
    35 
    35   
       
    36 class CGlxBackServiceWrapper;
       
    37 
       
    38 class CAknAppUi;
       
    39 /**
    36 /**
    40  * @class CGlxCommandHandlerBack
    37  * @class CGlxCommandHandlerBack
    41  *
    38  *
    42  * Command handler that either takes you back to the previously
    39  * Command handler that either takes you back to the previously
    43  * active view or one step back in the UI hierarchy
    40  * active view or one step back in the UI hierarchy
   179     TInt iPrevViewId;
   176     TInt iPrevViewId;
   180     
   177     
   181     // Navigational state is stored here
   178     // Navigational state is stored here
   182     CGlxNavigationalState* iNavigationalState;
   179     CGlxNavigationalState* iNavigationalState;
   183    
   180    
   184     CGlxBackServiceWrapper* iBSWrapper;
       
   185     
       
   186     //MMPXCollectionUtility* iCollectionUtility;
       
   187 
       
   188     /**
   181     /**
   189      * Check for the view activation and avoid previous view activation
   182      * Check for the view activation and avoid previous view activation
   190      * till the view activation is called on back
   183      * till the view activation is called on back
   191      */
   184      */
   192     TBool iIsViewActivated;
   185     TBool iIsViewActivated;