photosgallery/viewframework/views/viewbase/inc/glxviewbase.h
branchRCL_3
changeset 24 ea65f74e6de4
parent 14 2dac0fdba72b
equal deleted inserted replaced
23:b023a8d2866a 24:ea65f74e6de4
   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;
   256 private:
   259 private:
   257     /**
   260     /**
   258      * Functions to handle view activate asynchronously
   261      * Functions to handle view activate asynchronously
   259      */
   262      */
   260     static TBool ViewActivateCallbackL(TAny* aPtr);
   263     static TBool ViewActivateCallbackL(TAny* aPtr);