equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2007 - 2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
175 |
175 |
176 /** |
176 /** |
177 * Keypad buttons. |
177 * Keypad buttons. |
178 * Owned. |
178 * Owned. |
179 */ |
179 */ |
180 RPointerArray<CDialerKeyPadButton> iButtons; |
180 RPointerArray<CDialerKeyPadButton> iButtons; |
181 |
181 |
182 /** |
|
183 * Number of buttons. |
|
184 */ |
|
185 TInt iButtonCount; |
|
186 |
|
187 /** |
182 /** |
188 * True, when EEventStateChanged event reported. |
183 * True, when EEventStateChanged event reported. |
189 */ |
184 */ |
190 TBool iButtonPressedDown; |
185 TBool iButtonPressedDown; |
191 |
186 |
192 /** |
187 /** |
193 * Stores last pointer event. |
188 * Stores last pointer event. |
194 */ |
189 */ |
195 TPointerEvent iPointerEvent; |
190 TPointerEvent iPointerEvent; |
196 |
191 |
197 /** |
192 /** |
198 * Helper to manage keypad button labels |
193 * Helper to manage keypad button labels |
199 */ |
194 */ |