equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2009-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". |
61 void prepareZoomForVideo(); |
61 void prepareZoomForVideo(); |
62 |
62 |
63 // Slot to prepare for camera delete signal. |
63 // Slot to prepare for camera delete signal. |
64 void reset(); |
64 void reset(); |
65 |
65 |
66 // slot for setting value change |
|
67 void handleSettingValueChanged(const QString& settingId,QVariant newValue); |
|
68 |
|
69 private: |
66 private: |
70 // private member functions |
67 // private member functions |
71 void init(); |
68 void init(); |
72 void initializeStates(); |
69 void initializeStates(); |
73 void finalizeZoomPreparation(int error); |
70 void finalizeZoomPreparation(int error); |