diff -r edfc90759b9f -r 18b321db4884 imageeditor/ImageEditorUI/inc/ImageEditorUIContainer.h --- a/imageeditor/ImageEditorUI/inc/ImageEditorUIContainer.h Fri Jan 29 13:53:17 2010 +0200 +++ b/imageeditor/ImageEditorUI/inc/ImageEditorUIContainer.h Thu Jun 03 18:57:10 2010 +0800 @@ -54,11 +54,17 @@ /** @name Methods:*/ //@{ + /* IsDrawPlugin + * + * Judge if it is draw plug-in. + * @return - + */ + IMPORT_C void IsDrawPlugin(TBool aFlag); /* Second phase constructor * * @param aRect - frame rectangle for container * @return - */ + */ void ConstructL (const TRect & aRect); /* Destructor @@ -116,8 +122,7 @@ * @param aKeyEvent - the key event * @return - */ - virtual void CImageEditorUIContainer::HandlePointerEventL( - const TPointerEvent &aPointerEvent ); + virtual void CImageEditorUIContainer::HandlePointerEventL(const TPointerEvent &aPointerEvent); /* CountComponentControls * @@ -246,11 +251,6 @@ */ virtual TTypeUid::Ptr MopSupplyObject( TTypeUid aId ); - -//@} - -/** @name Members:*/ -//@{ //@} private: @@ -308,6 +308,8 @@ TInt iXDirChange; TInt iYDirChange; + //for draw plguin + TBool iIsDrawPlugin; // Wait indicator (own) CWaitIndicator* iWaitIndicator;