diff -r edfc90759b9f -r 18b321db4884 imageeditor/imageeditorApp/inc/ImageEditorAppUi.h --- a/imageeditor/imageeditorApp/inc/ImageEditorAppUi.h Fri Jan 29 13:53:17 2010 +0200 +++ b/imageeditor/imageeditorApp/inc/ImageEditorAppUi.h Thu Jun 03 18:57:10 2010 +0800 @@ -189,13 +189,15 @@ protected: -/** @name Methods:*/ -//@{ -//@} + /** InitialHorizontalDrawPlugin + * + * Called when screen mode changes. + * + * @param - + * @return - + */ + void InitialHorizontalDrawPlugin(); -/** @name Members:*/ -//@{ -//@} private: @@ -738,7 +740,11 @@ CImageEditorRemConObserver* iVolumeKeyObserver; TBool iSavingQuery; - + //The pluginName is draw plug-ins + TBuf<32> iPluginName; + //The phone is standby + TBool iStandby; + #ifdef S60_31_VOLUME_KEYS /// Remote connection API used to handle the volume keys /// (implementation borrowed from Media gallery)