camerauis/cameraxui/cxengine/inc/cxesettingscontrolsymbian.h
changeset 36 b12f3922a74f
parent 21 fa6d9f75d6a6
child 45 24fd82631616
equal deleted inserted replaced
32:5c1e3c6aa4ef 36:b12f3922a74f
    49     void updateSharpnessSetting(QVariant newValue);
    49     void updateSharpnessSetting(QVariant newValue);
    50     void updateContrastSetting(QVariant newValue);
    50     void updateContrastSetting(QVariant newValue);
    51     void updateBrightnessSetting(QVariant newValue);
    51     void updateBrightnessSetting(QVariant newValue);
    52     void updateExposureModeSetting(QVariant newValue);
    52     void updateExposureModeSetting(QVariant newValue);
    53     void updateExposureCompensationSetting(QVariant newValue);
    53     void updateExposureCompensationSetting(QVariant newValue);
    54 
       
    55     void updateFlashSetting(QVariant newValue);
    54     void updateFlashSetting(QVariant newValue);
       
    55     void updateFaceTrackingSetting(QVariant newValue);
    56 
    56 
    57 private:
    57 private:
    58     CxeCameraDevice &mCameraDevice;
    58     CxeCameraDevice &mCameraDevice;
    59     CxeSettings &mSettings;
    59     CxeSettings &mSettings;
    60 };
    60 };