photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h
branchRCL_3
changeset 15 191387a8b767
parent 14 2dac0fdba72b
child 17 a60acebbbd9d
equal deleted inserted replaced
14:2dac0fdba72b 15:191387a8b767
   119     void DoMLViewActivateL(const TVwsViewId& aPrevViewId, TUid aCustomMessageId,
   119     void DoMLViewActivateL(const TVwsViewId& aPrevViewId, TUid aCustomMessageId,
   120         const TDesC8& aCustomMessage);
   120         const TDesC8& aCustomMessage);
   121     void DoMLViewDeactivate();
   121     void DoMLViewDeactivate();
   122     
   122     
   123       //Shows the exipry note/dialog for expired DRM files
   123       //Shows the exipry note/dialog for expired DRM files
   124       void ShowDrmExpiaryNoteL();
   124       void ShowDrmExpiryNoteL();
   125       
   125       
   126 	  // Callback for periodic timer, static, 
   126 	  // Callback for periodic timer, static, 
   127 	  static TInt PeriodicCallback( TAny* aPtr );
   127 	  static TInt PeriodicCallback( TAny* aPtr );
   128 	  //nonstatic func called from periodic timer
   128 	  //nonstatic func called from periodic timer
   129 	  void CallPeriodicCallback();
   129 	  void CallPeriodicCallback();
   335     //Previous focused index
   335     //Previous focused index
   336     TInt iOldFocusIndex;
   336     TInt iOldFocusIndex;
   337     TBool iImgViewerMode;
   337     TBool iImgViewerMode;
   338 	CGlxMMCNotifier* iMMCNotifier;
   338 	CGlxMMCNotifier* iMMCNotifier;
   339 	TBool iMMCState;
   339 	TBool iMMCState;
       
   340 	TSize iScrnSize;   // ScrnSize
       
   341 	TSize iGridIconSize; // grid icon size
       
   342     TBool iIsDialogLaunched;
       
   343     TBool iIsMMCRemoved;
   340     };
   344     };
   341 
   345 
   342 #endif
   346 #endif
   343 
   347