phoneapp/phoneuicontrol/inc/cphonestateincoming.h
changeset 56 5bcb308bd24d
parent 37 ba76fc04e6c2
child 65 2a5d4ab426d3
equal deleted inserted replaced
46:bc5a64e5bc3c 56:5bcb308bd24d
    96         /**
    96         /**
    97         * ConstructL()
    97         * ConstructL()
    98         */
    98         */
    99         IMPORT_C virtual void ConstructL();
    99         IMPORT_C virtual void ConstructL();
   100         
   100         
   101         /**
       
   102         * From CAknAppUi, initialise a menupane (dynamic).
       
   103         *
       
   104         * @param aResourceId It is the resource id for the pane.
       
   105         * @param aMenuPane It is the menu pane corresponding to the resource.
       
   106         */
       
   107         IMPORT_C virtual void DynInitMenuPaneL( 
       
   108             TInt aResourceId, 
       
   109             CEikMenuPane* aMenuPane );
       
   110 
   101 
   111         /**
   102         /**
   112         * Audio play stopped handling
   103         * Audio play stopped handling
   113         */
   104         */
   114         IMPORT_C virtual void HandleAudioPlayStoppedL();            
   105         IMPORT_C virtual void HandleAudioPlayStoppedL();            
   134         
   125         
   135         /**
   126         /**
   136         * Open soft reject message editor
   127         * Open soft reject message editor
   137         */
   128         */
   138         void OpenSoftRejectMessageL();
   129         void OpenSoftRejectMessageL();
   139 
       
   140         /**
       
   141         * Indicator if soft reject message editor is displayed
       
   142         */
       
   143         TBool SoftRejectMessageEditorIsDisplayedL() const;
       
   144 
       
   145         /**
       
   146         * Open menu bar
       
   147         */
       
   148         void OpenMenuBarL();
       
   149 
   130 
   150         /**
   131         /**
   151         * Answer the MT call
   132         * Answer the MT call
   152         */
   133         */
   153         void AnswerCallL();
   134         void AnswerCallL();