camerauis/cameraxui/cxui/inc/cxuistillprecaptureview.h
changeset 46 c826656d6714
parent 42 feebad15db8c
child 55 0da2a5b56583
equal deleted inserted replaced
42:feebad15db8c 46:c826656d6714
    73 public slots:
    73 public slots:
    74 
    74 
    75     // from CxuiPrecaptureView
    75     // from CxuiPrecaptureView
    76     virtual void handleSettingValueChanged(const QString& key, QVariant newValue);
    76     virtual void handleSettingValueChanged(const QString& key, QVariant newValue);
    77 
    77 
    78     // whenever a scene setting is changed on the engine side, an icon might need updating on the toolbar
    78     void handleSceneChanged(const QVariant &newSceneData);
    79     // connects to the sceneChanged signal of CxeSettings
       
    80     void handleSceneChanged(CxeScene &scene);
       
    81 
    79 
    82     // From CxuiPrecaptureView
    80     // From CxuiPrecaptureView
    83     virtual void enterStandby();
    81     virtual void enterStandby();
    84 
    82 
    85 protected slots:
    83 protected slots: