camerauis/cameraxui/cxui/inc/cxuivideoprecaptureview.h
changeset 63 415ff50d2eca
parent 48 42ba2d16bf40
equal deleted inserted replaced
60:a289dde0a1d6 63:415ff50d2eca
    45 
    45 
    46 public:
    46 public:
    47 
    47 
    48     void construct(HbMainWindow *mainwindow, CxeEngine *engine,
    48     void construct(HbMainWindow *mainwindow, CxeEngine *engine,
    49                    CxuiDocumentLoader *documentLoader,
    49                    CxuiDocumentLoader *documentLoader,
    50                    CxuiCaptureKeyHandler *keyHandler,
    50                    CxuiCaptureKeyHandler *keyHandler);
    51                    HbActivityManager *activityManager);
       
    52 
    51 
    53     virtual void loadDefaultWidgets();
    52     virtual void loadDefaultWidgets();
    54 
    53 
    55     virtual void loadWidgets();
    54     virtual void loadWidgets();
    56 
    55 
    60 
    59 
    61 public slots:
    60 public slots:
    62 
    61 
    63     // from CxuiPrecaptureView
    62     // from CxuiPrecaptureView
    64     virtual void handleSettingValueChanged(const QString& key, QVariant newValue);
    63     virtual void handleSettingValueChanged(const QString& key, QVariant newValue);
       
    64     virtual void enterStandby();
    65 
    65 
    66     void handleSceneChanged(const QVariant &scene);
    66     void handleSceneChanged(const QVariant &scene);
    67     void handleQuitClicked();
    67     void handleQuitClicked();
    68 
    68 
    69 protected slots:
    69 protected slots: