javauis/lcdui_akn/lcdui/inc/CMIDTextBoxQueryDialog.h
branchRCL_3
changeset 19 71c436fe3ce0
parent 18 9ac0a0a7da70
child 23 e5618cc85d74
equal deleted inserted replaced
18:9ac0a0a7da70 19:71c436fe3ce0
   281     void UpdateCbasL();
   281     void UpdateCbasL();
   282 
   282 
   283     TBool IsNumberConversionNeeded();
   283     TBool IsNumberConversionNeeded();
   284 
   284 
   285     void HandleMinusCharEventL(MEikEdwinObserver::TEdwinEvent aEventType);
   285     void HandleMinusCharEventL(MEikEdwinObserver::TEdwinEvent aEventType);
       
   286 
       
   287     /**
       
   288      * Prevents changes that would result in an illegal string
       
   289      *
       
   290      * @param TEdwinEvent aEventType
       
   291      */
       
   292     void HandleTextUpdateL(TEdwinEvent aEventType);
       
   293 
   286     TPtrC Read() const;
   294     TPtrC Read() const;
   287 
   295 
   288     void CreateNonMidletCommandsL();
   296     void CreateNonMidletCommandsL();
   289     void AddCommandToEdwinL(TInt aCommandResIdShort,
   297     void AddCommandToEdwinL(TInt aCommandResIdShort,
   290                             TInt aCommandResIdLong,
   298                             TInt aCommandResIdLong,
   392     TInt                        iLastCountLine;
   400     TInt                        iLastCountLine;
   393     /**
   401     /**
   394      * Rect of Editor
   402      * Rect of Editor
   395      */
   403      */
   396     TRect iEditorRect;
   404     TRect iEditorRect;
       
   405 
       
   406     /**
       
   407      * Used when ConstraintsValidForText decide
       
   408      * whatever to test text using stric options or not
       
   409      */
       
   410     TBool iStrict;
   397 };
   411 };
   398 
   412 
   399 
   413 
   400 inline void CMIDTextBoxQueryDialog::Dispose()
   414 inline void CMIDTextBoxQueryDialog::Dispose()
   401 {
   415 {