phoneapp/phoneuicontrol/inc/cphonestate.h
branchRCL_3
changeset 9 8871b09be73b
parent 0 5f000ab63145
child 14 24062c24fe38
equal deleted inserted replaced
4:c84cf270c54f 9:8871b09be73b
   367         */
   367         */
   368         TBool IsNoteDismissableL();
   368         TBool IsNoteDismissableL();
   369 
   369 
   370         IMPORT_C void RetainPreviousKeylockStateL();
   370         IMPORT_C void RetainPreviousKeylockStateL();
   371         
   371         
       
   372         /**
       
   373         * Check if possible dialer extension is in focus
       
   374         * @return boolean value indicating if dialer extension is in focus
       
   375         */
       
   376         IMPORT_C TBool IsDialingExtensionInFocusL() const;
       
   377 
   372     public: // NumberEntry functions.
   378     public: // NumberEntry functions.
   373 
   379 
   374         /**
   380         /**
   375         * Passes create number entry command forward if NE can be created.
   381         * Passes create number entry command forward if NE can be created.
   376         */
   382         */
   422         IMPORT_C void DialVoiceCallL();
   428         IMPORT_C void DialVoiceCallL();
   423 
   429 
   424         /**
   430         /**
   425         * Disconnect call
   431         * Disconnect call
   426         */
   432         */
   427         IMPORT_C TBool DisconnectCallL();
   433         IMPORT_C virtual void DisconnectCallL();
   428 
   434 
   429         /**
   435         /**
   430         * Display idle screen
   436         * Display idle screen
   431         */
   437         */
   432         IMPORT_C void DisplayIdleScreenL();
   438         IMPORT_C void DisplayIdleScreenL();
  1100 
  1106 
  1101         /**
  1107         /**
  1102         * Opens virtual keyboard.
  1108         * Opens virtual keyboard.
  1103         */
  1109         */
  1104         void OpenVkbL();
  1110         void OpenVkbL();
       
  1111         
       
  1112         /**
       
  1113         * Handles commands sent by easydialing plugin.
       
  1114         * @param aCommandId - command id to be handled
       
  1115         */
       
  1116         void HandleEasyDialingCommandsL( TInt aCommandId );
  1105 
  1117 
  1106     private: // NumberEntry functions.
  1118     private: // NumberEntry functions.
  1107 
  1119 
  1108         /**
  1120         /**
  1109         * Handles key events in situations when there exists a number entry.
  1121         * Handles key events in situations when there exists a number entry.