equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2002-2006 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2002-2006 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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members |
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.symbianfoundation.org/legal/licencesv10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
8 * |
8 * |
9 * Initial Contributors: |
9 * Initial Contributors: |
10 * Nokia Corporation - initial contribution. |
10 * Nokia Corporation - initial contribution. |
11 * |
11 * |
12 * Contributors: |
12 * Contributors: |
17 |
17 |
18 |
18 |
19 #ifndef AKNVOLUMECONTROL_H |
19 #ifndef AKNVOLUMECONTROL_H |
20 #define AKNVOLUMECONTROL_H |
20 #define AKNVOLUMECONTROL_H |
21 |
21 |
22 #include <aknnavidecoratorobserver.h> |
22 #include <AknNaviDecoratorObserver.h> |
23 |
23 |
24 #include <AknControl.h> |
24 #include <AknControl.h> |
25 |
25 |
26 class CGulIcon; |
26 class CGulIcon; |
27 class MAknsSkinInstance; |
27 class MAknsSkinInstance; |
269 * functions that assume only 10 step volume control. |
269 * functions that assume only 10 step volume control. |
270 * |
270 * |
271 * @return Colume value scaled to range of [0-10]. |
271 * @return Colume value scaled to range of [0-10]. |
272 */ |
272 */ |
273 TInt CAknVolumeControl::ScaledValue() const; |
273 TInt CAknVolumeControl::ScaledValue() const; |
274 |
274 |
275 |
275 /* |
|
276 * Set extended touch area to be used |
|
277 */ |
|
278 void UseExtendedTouchArea(); |
|
279 |
276 private: |
280 private: |
277 |
281 |
278 CFbsBitmap* iBitmap; |
282 CFbsBitmap* iBitmap; |
279 CFbsBitmap* iMaskBitmap; |
283 CFbsBitmap* iMaskBitmap; |
280 TPoint iStartPos; |
284 TPoint iStartPos; |