camerauis/cameraxui/cxengine/inc/cxesettingscontrolsymbian.h
changeset 46 c826656d6714
parent 40 2922f70fca82
equal deleted inserted replaced
42:feebad15db8c 46:c826656d6714
     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".
    37     ~CxeSettingsControlSymbian();
    37     ~CxeSettingsControlSymbian();
    38 
    38 
    39 public slots:
    39 public slots:
    40 
    40 
    41     void handleSettingValueChanged(const QString& settingId, QVariant newValue);
    41     void handleSettingValueChanged(const QString& settingId, QVariant newValue);
    42     void handleSceneChanged(CxeScene& scene);
    42     void handleSceneChanged(const QVariant &scene);
    43 
    43 
    44 private:
    44 private:
    45 
    45 
    46     void updateColorToneSetting(QVariant newValue);
    46     void updateColorToneSetting(QVariant newValue);
    47     void updateWhiteBalanceSetting(QVariant newValue);
    47     void updateWhiteBalanceSetting(QVariant newValue);