phoneapp/phoneuicontrol/inc/cphonestateincoming.h
branchRCL_3
changeset 61 41a7f70b3818
parent 15 2a26698d78ba
child 62 5266b1f337bd
equal deleted inserted replaced
58:40a3f856b14d 61:41a7f70b3818
    76         /** 
    76         /** 
    77         * Handle state-specific behaviour when number entry is cleared
    77         * Handle state-specific behaviour when number entry is cleared
    78         */ 
    78         */ 
    79         IMPORT_C void HandleNumberEntryClearedL();
    79         IMPORT_C void HandleNumberEntryClearedL();
    80 
    80 
       
    81         /** 
       
    82         * Handle keylock state change events
       
    83         */ 
       
    84         IMPORT_C void HandleKeyLockEnabled( TBool aKeylockEnabled );
       
    85         
    81     protected:
    86     protected:
    82 
    87 
    83         /**
    88         /**
    84         * By default EPOC constructor is private.
    89         * By default EPOC constructor is private.
    85         */
    90         */
    91         /**
    96         /**
    92         * ConstructL()
    97         * ConstructL()
    93         */
    98         */
    94         IMPORT_C virtual void ConstructL();
    99         IMPORT_C virtual void ConstructL();
    95         
   100         
    96         /**
       
    97         * From CAknAppUi, initialise a menupane (dynamic).
       
    98         *
       
    99         * @param aResourceId It is the resource id for the pane.
       
   100         * @param aMenuPane It is the menu pane corresponding to the resource.
       
   101         */
       
   102         IMPORT_C virtual void DynInitMenuPaneL( 
       
   103             TInt aResourceId, 
       
   104             CEikMenuPane* aMenuPane );
       
   105 
   101 
   106         /**
   102         /**
   107         * Audio play stopped handling
   103         * Audio play stopped handling
   108         */
   104         */
   109         IMPORT_C virtual void HandleAudioPlayStoppedL();            
   105         IMPORT_C virtual void HandleAudioPlayStoppedL();            
   128         void HandleSendL();
   124         void HandleSendL();
   129         
   125         
   130         /**
   126         /**
   131         * Open soft reject message editor
   127         * Open soft reject message editor
   132         */
   128         */
   133         void OpenSoftRejectMessageEditorL();
   129         void OpenSoftRejectMessageL();
   134 
       
   135         /**
       
   136         * Indicator if soft reject message editor is displayed
       
   137         */
       
   138         TBool SoftRejectMessageEditorIsDisplayedL() const;
       
   139 
       
   140         /**
       
   141         * Open menu bar
       
   142         */
       
   143         void OpenMenuBarL();
       
   144 
   130 
   145         /**
   131         /**
   146         * Answer the MT call
   132         * Answer the MT call
   147         */
   133         */
   148         void AnswerCallL();
   134         void AnswerCallL();