phoneuis/dialer/inc/cdialernumberentry.h
branchRCL_3
changeset 23 40a3f856b14d
parent 6 38529f706030
equal deleted inserted replaced
22:94dc1107e8b2 23:40a3f856b14d
   154         void SetEasyDialingPlugin( CDialingExtensionInterface* iEasyDialer );
   154         void SetEasyDialingPlugin( CDialingExtensionInterface* iEasyDialer );
   155         
   155         
   156         void SetOperationMode( TDialerOperationMode aMode );
   156         void SetOperationMode( TDialerOperationMode aMode );
   157         
   157         
   158         TBool Validate( const TDesC& aString );
   158         TBool Validate( const TDesC& aString );
       
   159         
       
   160     protected:
       
   161         
       
   162         /**
       
   163         * Callback function for CIdle.
       
   164         */
       
   165         static TInt SetLateFocus( TAny* aThis );
       
   166         
       
   167         /**
       
   168         * Sets focus to number entry. 
       
   169         */
       
   170         void DoSetFocus( TBool aFocus, TDrawNow aDrawNow );
   159 
   171 
   160     private:  // Functions from MCoeControlObserver
   172     private:  // Functions from MCoeControlObserver
   161         /**
   173         /**
   162         * @see MCoeControlObserver
   174         * @see MCoeControlObserver
   163         */
   175         */
   320         
   332         
   321         TDialerOperationMode iOperationMode;
   333         TDialerOperationMode iOperationMode;
   322         
   334         
   323         // NOT OWNED.
   335         // NOT OWNED.
   324         CEikAppUi* iAppUi;
   336         CEikAppUi* iAppUi;
       
   337         
       
   338         CIdle* iLateFocuser;
       
   339 
   325     };
   340     };
   326 
   341 
   327 #endif      // CDIALERNUMBERENTRY_H
   342 #endif      // CDIALERNUMBERENTRY_H
   328 
   343 
   329 // End of File
   344 // End of File