equal
deleted
inserted
replaced
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 |
|
86 protected: |
81 protected: |
87 |
82 |
88 /** |
83 /** |
89 * By default EPOC constructor is private. |
84 * By default EPOC constructor is private. |
90 */ |
85 */ |
96 /** |
91 /** |
97 * ConstructL() |
92 * ConstructL() |
98 */ |
93 */ |
99 IMPORT_C virtual void ConstructL(); |
94 IMPORT_C virtual void ConstructL(); |
100 |
95 |
|
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 ); |
101 |
105 |
102 /** |
106 /** |
103 * Audio play stopped handling |
107 * Audio play stopped handling |
104 */ |
108 */ |
105 IMPORT_C virtual void HandleAudioPlayStoppedL(); |
109 IMPORT_C virtual void HandleAudioPlayStoppedL(); |
124 void HandleSendL(); |
128 void HandleSendL(); |
125 |
129 |
126 /** |
130 /** |
127 * Open soft reject message editor |
131 * Open soft reject message editor |
128 */ |
132 */ |
129 void OpenSoftRejectMessageL(); |
133 void OpenSoftRejectMessageEditorL(); |
|
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(); |
130 |
144 |
131 /** |
145 /** |
132 * Answer the MT call |
146 * Answer the MT call |
133 */ |
147 */ |
134 void AnswerCallL(); |
148 void AnswerCallL(); |