imageeditor/imageeditorApp/inc/ImageEditorAppUi.h
changeset 8 18b321db4884
parent 1 edfc90759b9f
equal deleted inserted replaced
1:edfc90759b9f 8:18b321db4884
   187 	                           TRemConCoreApiButtonAction aButtonAct );
   187 	                           TRemConCoreApiButtonAction aButtonAct );
   188 //@}
   188 //@}
   189         
   189         
   190 protected:
   190 protected:
   191 
   191 
   192 /** @name Methods:*/
   192 	/**	InitialHorizontalDrawPlugin 
   193 //@{
   193 	*
   194 //@}
   194 	*	Called when screen mode changes.
   195 
   195 	*
   196 /** @name Members:*/
   196 	*	@param -
   197 //@{
   197 	*	@return -
   198 //@}
   198 	*/
       
   199 	void InitialHorizontalDrawPlugin();
       
   200 
   199 
   201 
   200 private:
   202 private:
   201 
   203 
   202 /** @name Typedefs:*/
   204 /** @name Typedefs:*/
   203 //@{
   205 //@{
   736 	TProcessPriority 				iOriginalProcessPriority;
   738 	TProcessPriority 				iOriginalProcessPriority;
   737 	TBool 							iProcessPriorityAltered;
   739 	TBool 							iProcessPriorityAltered;
   738 	CImageEditorRemConObserver*		iVolumeKeyObserver;
   740 	CImageEditorRemConObserver*		iVolumeKeyObserver;
   739 	
   741 	
   740 	TBool							iSavingQuery;
   742 	TBool							iSavingQuery;
   741       
   743 	//The pluginName is draw plug-ins
       
   744 	TBuf<32>						iPluginName;
       
   745    //The phone is standby   
       
   746 	TBool                           iStandby;
       
   747 	
   742 #ifdef S60_31_VOLUME_KEYS
   748 #ifdef S60_31_VOLUME_KEYS
   743 	/// Remote connection API used to handle the volume keys
   749 	/// Remote connection API used to handle the volume keys
   744 	/// (implementation borrowed from Media gallery)
   750 	/// (implementation borrowed from Media gallery)
   745 	CMGXRemConTarget* 				iMGXRemConTarget;
   751 	CMGXRemConTarget* 				iMGXRemConTarget;
   746 #endif
   752 #endif