photosgallery/viewframework/views/viewbase/inc/glxviewbase.h
branchRCL_3
changeset 75 01504893d9cb
parent 60 5b3385a43d68
equal deleted inserted replaced
68:5b238bc8ffb6 75:01504893d9cb
   251 protected:
   251 protected:
   252 	CGlxUiUtility* iUiUtility; ///< The UiUtility in use
   252 	CGlxUiUtility* iUiUtility; ///< The UiUtility in use
   253 	
   253 	
   254 	/// The view animation time
   254 	/// The view animation time
   255     TInt iViewAnimationTime; 
   255     TInt iViewAnimationTime; 
   256     
       
   257     /// Status of FullScreen Transition is started
       
   258     TBool iIsTransEffectStarted;
       
   259 private:
   256 private:
   260     /**
   257     /**
   261      * Functions to handle view activate asynchronously
   258      * Functions to handle view activate asynchronously
   262      */
   259      */
   263     static TBool ViewActivateCallbackL(TAny* aPtr);
   260     static TBool ViewActivateCallbackL(TAny* aPtr);