javauis/lcdui_akn/lcdui/inc/CMIDTextBoxQueryDialog.h
branchRCL_3
changeset 18 9ac0a0a7da70
parent 17 0fd27995241b
child 19 71c436fe3ce0
equal deleted inserted replaced
17:0fd27995241b 18:9ac0a0a7da70
   198     // From CCoeControl
   198     // From CCoeControl
   199     void FocusChanged(TDrawNow aDrawNow);
   199     void FocusChanged(TDrawNow aDrawNow);
   200     void MakeVisible(TBool aVisible);
   200     void MakeVisible(TBool aVisible);
   201     void SizeChanged();
   201     void SizeChanged();
   202     TKeyResponse OfferKeyEventL(const TKeyEvent& aKeyEvent,TEventCode aType);
   202     TKeyResponse OfferKeyEventL(const TKeyEvent& aKeyEvent,TEventCode aType);
       
   203     void HandleResourceChange(TInt aType);
   203 #ifdef RD_SCALABLE_UI_V2
   204 #ifdef RD_SCALABLE_UI_V2
   204     void HandlePointerEventL(const TPointerEvent &aPointerEvent);
   205     void HandlePointerEventL(const TPointerEvent &aPointerEvent);
   205 #endif // RD_SCALABLE_UI_V2
   206 #endif // RD_SCALABLE_UI_V2
   206     TCoeInputCapabilities InputCapabilities() const;
   207     TCoeInputCapabilities InputCapabilities() const;
   207 
   208 
   303      */
   304      */
   304     void UpdateInitialInputModes();
   305     void UpdateInitialInputModes();
   305 
   306 
   306     TTypeUid::Ptr MopSupplyObject(TTypeUid aId);
   307     TTypeUid::Ptr MopSupplyObject(TTypeUid aId);
   307 
   308 
       
   309     void CMIDTextBoxQueryDialog::SetRightScrollBarPosition();
       
   310 
   308 private:
   311 private:
   309     inline TUint GetConstraints() const;
   312     inline TUint GetConstraints() const;
   310     inline TBool IsConstraintSet(TUint aConstraints);
   313     inline TBool IsConstraintSet(TUint aConstraints);
   311 
   314 
   312 private:
   315 private:
   377 
   380 
   378     /**
   381     /**
   379      * Boolean value indicating whether key events are pending.
   382      * Boolean value indicating whether key events are pending.
   380      */
   383      */
   381     TBool                       iKeyEventsPending;
   384     TBool                       iKeyEventsPending;
   382 
       
   383     /**
   385     /**
   384      * Used key event
   386      * Used key event
   385      */
   387      */
   386     const TKeyEvent*            iusedKeyEvent;
   388     const TKeyEvent*            iusedKeyEvent;
       
   389     /**
       
   390      * Count line of text in iEditor
       
   391      */
       
   392     TInt                        iLastCountLine;
       
   393     /**
       
   394      * Rect of Editor
       
   395      */
       
   396     TRect iEditorRect;
   387 };
   397 };
   388 
   398 
   389 
   399 
   390 inline void CMIDTextBoxQueryDialog::Dispose()
   400 inline void CMIDTextBoxQueryDialog::Dispose()
   391 {
   401 {