javauis/lcdui_akn/lcdui/inc/CMIDTextBoxQueryDialog.h
branchRCL_3
changeset 18 9ac0a0a7da70
parent 17 0fd27995241b
child 19 71c436fe3ce0
--- a/javauis/lcdui_akn/lcdui/inc/CMIDTextBoxQueryDialog.h	Tue May 11 16:07:20 2010 +0300
+++ b/javauis/lcdui_akn/lcdui/inc/CMIDTextBoxQueryDialog.h	Tue May 25 12:34:19 2010 +0300
@@ -200,6 +200,7 @@
     void MakeVisible(TBool aVisible);
     void SizeChanged();
     TKeyResponse OfferKeyEventL(const TKeyEvent& aKeyEvent,TEventCode aType);
+    void HandleResourceChange(TInt aType);
 #ifdef RD_SCALABLE_UI_V2
     void HandlePointerEventL(const TPointerEvent &aPointerEvent);
 #endif // RD_SCALABLE_UI_V2
@@ -305,6 +306,8 @@
 
     TTypeUid::Ptr MopSupplyObject(TTypeUid aId);
 
+    void CMIDTextBoxQueryDialog::SetRightScrollBarPosition();
+
 private:
     inline TUint GetConstraints() const;
     inline TBool IsConstraintSet(TUint aConstraints);
@@ -379,11 +382,18 @@
      * Boolean value indicating whether key events are pending.
      */
     TBool                       iKeyEventsPending;
-
     /**
      * Used key event
      */
     const TKeyEvent*            iusedKeyEvent;
+    /**
+     * Count line of text in iEditor
+     */
+    TInt                        iLastCountLine;
+    /**
+     * Rect of Editor
+     */
+    TRect iEditorRect;
 };