javauis/lcdui_akn/lcdui/inc/CMIDTextBoxQueryDialog.h
branchRCL_3
changeset 23 e5618cc85d74
parent 19 71c436fe3ce0
child 24 6c158198356e
equal deleted inserted replaced
21:4376525cdefb 23:e5618cc85d74
   312      */
   312      */
   313     void UpdateInitialInputModes();
   313     void UpdateInitialInputModes();
   314 
   314 
   315     TTypeUid::Ptr MopSupplyObject(TTypeUid aId);
   315     TTypeUid::Ptr MopSupplyObject(TTypeUid aId);
   316 
   316 
   317     void CMIDTextBoxQueryDialog::SetRightScrollBarPosition();
   317     void UpdateScrollBarPositionL();
   318 
   318 
   319 private:
   319 private:
   320     inline TUint GetConstraints() const;
   320     inline TUint GetConstraints() const;
   321     inline TBool IsConstraintSet(TUint aConstraints);
   321     inline TBool IsConstraintSet(TUint aConstraints);
   322 
   322 
   392     TBool                       iKeyEventsPending;
   392     TBool                       iKeyEventsPending;
   393     /**
   393     /**
   394      * Used key event
   394      * Used key event
   395      */
   395      */
   396     const TKeyEvent*            iusedKeyEvent;
   396     const TKeyEvent*            iusedKeyEvent;
   397     /**
       
   398      * Count line of text in iEditor
       
   399      */
       
   400     TInt                        iLastCountLine;
       
   401     /**
       
   402      * Rect of Editor
       
   403      */
       
   404     TRect iEditorRect;
       
   405 
   397 
   406     /**
   398     /**
   407      * Used when ConstraintsValidForText decide
   399      * Used when ConstraintsValidForText decide
   408      * whatever to test text using stric options or not
   400      * whatever to test text using stric options or not
   409      */
   401      */