phoneapp/phoneuicontrol/inc/cphonestateidle.h
branchRCL_3
changeset 25 91c2fb4b78df
parent 9 8871b09be73b
child 44 3c221667e687
equal deleted inserted replaced
19:544e34b3255a 25:91c2fb4b78df
   162         * Handles situation when hash key has been kept down long
   162         * Handles situation when hash key has been kept down long
   163         * (long keypress) and the hash character is the only character
   163         * (long keypress) and the hash character is the only character
   164         * in number entry.
   164         * in number entry.
   165         */
   165         */
   166         IMPORT_C virtual void OnlyHashInNumberEntryL();
   166         IMPORT_C virtual void OnlyHashInNumberEntryL();
       
   167         
       
   168         /*
       
   169         * Checks if it's ok to use aType effect in this state.
       
   170         *
       
   171         * @param aType effect to be checked
       
   172         * @return true if aType effect can be used
       
   173         */
       
   174         IMPORT_C virtual TBool CanTransEffectTypeBeUsed( TStateTransEffectType aType );
   167 
   175 
   168         /**
   176         /**
   169         * A message handling function for EPEMessageDialling
   177         * A message handling function for EPEMessageDialling
   170         * @param aCallId: the call id of the call
   178         * @param aCallId: the call id of the call
   171         */
   179         */
   288           * @return Menu resource id.
   296           * @return Menu resource id.
   289           */   
   297           */   
   290          TInt GetNumberAcqMenuIdL();
   298          TInt GetNumberAcqMenuIdL();
   291          
   299          
   292     private:
   300     private:
   293     
       
   294         // Owned profile engine
       
   295         MProfileEngine* iEngine;
       
   296         // indicates that incomming call is arrived.
   301         // indicates that incomming call is arrived.
   297         TBool iIncommingCall;
   302         TBool iIncommingCall;
   298   
   303   
   299     };
   304     };
   300 
   305