javauis/lcdui_akn/lcdui/inc/CMIDTextEditor.h
branchRCL_3
changeset 18 9ac0a0a7da70
parent 14 04becd199f91
child 21 4376525cdefb
--- 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 <e32base.h>
+
+// INTERNAL INCLUDES
 #include <MMIDTextEditor.h>
 #include <MMIDCustomComponent.h>
+#include <MMIDScalable.h>
 
 #ifdef RD_TACTILE_FEEDBACK
 #include <peninputclient.h>
@@ -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.
      *