camerauis/cameraxui/cxengine/inc/cxesettingscontrolsymbian.h
changeset 43 0e652f8f1fbd
parent 28 3075d9b614e6
child 45 24fd82631616
equal deleted inserted replaced
28:3075d9b614e6 43:0e652f8f1fbd
    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 };