equal
deleted
inserted
replaced
93 |
93 |
94 /** |
94 /** |
95 * Handle state-specific behaviour handleErrorL |
95 * Handle state-specific behaviour handleErrorL |
96 */ |
96 */ |
97 void HandleErrorL( const TPEErrorInfo& aErrorInfo ); |
97 void HandleErrorL( const TPEErrorInfo& aErrorInfo ); |
98 |
|
99 /** |
|
100 * Open menu bar |
|
101 */ |
|
102 void OpenMenuBarL(); |
|
103 |
98 |
104 virtual void UpdateInCallCbaL(); |
99 virtual void UpdateInCallCbaL(); |
105 |
100 |
106 TBool HandleCommandL( TInt aCommand ); |
101 TBool HandleCommandL( TInt aCommand ); |
107 |
102 |
144 |
139 |
145 /** |
140 /** |
146 * Handle initializing cba's |
141 * Handle initializing cba's |
147 */ |
142 */ |
148 void UpdateSetupCbaL(); |
143 void UpdateSetupCbaL(); |
149 |
|
150 /** |
|
151 * Passes create number entry command forward if not call setup |
|
152 */ |
|
153 void HandleCreateNumberEntryL( |
|
154 const TKeyEvent& aKeyEvent, |
|
155 TEventCode aEventCode ); |
|
156 |
144 |
157 /** |
145 /** |
158 * Handles commands from the Remote Control framework. |
146 * Handles commands from the Remote Control framework. |
159 * @param aOperationId The operation ID of the command. |
147 * @param aOperationId The operation ID of the command. |
160 * @param aButtonAct The button action associated with the command. |
148 * @param aButtonAct The button action associated with the command. |