diff -r 0fd27995241b -r 9ac0a0a7da70 javauis/lcdui_akn/lcdui/inc/CMIDTextEditor.h --- a/javauis/lcdui_akn/lcdui/inc/CMIDTextEditor.h Tue May 11 16:07:20 2010 +0300 +++ b/javauis/lcdui_akn/lcdui/inc/CMIDTextEditor.h Tue May 25 12:34:19 2010 +0300 @@ -21,8 +21,11 @@ // EXTERNAL INCLUDES #include + +// INTERNAL INCLUDES #include #include +#include #ifdef RD_TACTILE_FEEDBACK #include @@ -49,7 +52,8 @@ public MMIDTextEditor, public MMIDCustomComponent, public MDirectContent, - public MCoeControlObserver + public MCoeControlObserver, + public MMIDScalable { public: // Type definitions @@ -68,11 +72,11 @@ CMIDUtils* iUtils; TCtorParams::TCtorParams() : - iMaxSize(0), - iWidth(0), - iHeight(0), - iHeightInRows(EFalse), - iUtils(NULL) {} + iMaxSize(0), + iWidth(0), + iHeight(0), + iHeightInRows(EFalse), + iUtils(NULL) {} }; public: // Constructors and destructor @@ -647,6 +651,12 @@ */ void SetDefaultIndicatorsL(); +public: // From MMIDScalable + + TBool IsScalingOn() const; + +public: // own methods + /** * Handles fullscreen state of parent Canvas. *