camerauis/cameraapp/generic/inc/CamCaptureSetupControlHandler.h
branchRCL_3
changeset 12 8c55c525d5d7
parent 0 1ddebce53859
equal deleted inserted replaced
11:792dfc98fb3b 12:8c55c525d5d7
    68         * Create and initialize a new capture setup control
    68         * Create and initialize a new capture setup control
    69         * ownership of the control is transferred to the calling class.
    69         * ownership of the control is transferred to the calling class.
    70         * @since 2.8
    70         * @since 2.8
    71         * @return A pointer to the new control
    71         * @return A pointer to the new control
    72         */
    72         */
    73         CCoeControl* CreateCaptureSetupControlL( const CCoeControl* aParent );
    73         CCoeControl* CreateCaptureSetupControlL( const CCoeControl* aParent,
       
    74                TBool aSkinnedBackGround = EFalse  );
    74 
    75 
    75         /**
    76         /**
    76         * From MCamSettingValueObserver
    77         * From MCamSettingValueObserver
    77         * Handle an update to the setting that is created by the capture setup controller
    78         * Handle an update to the setting that is created by the capture setup controller
    78         * @since 2.8
    79         * @since 2.8