camerauis/cameraxui/cxui/inc/cxuivideoprecaptureview.h
changeset 38 0f0b4c1d7744
parent 28 3075d9b614e6
child 39 c5025ea871a1
equal deleted inserted replaced
28:3075d9b614e6 38:0f0b4c1d7744
    72 public slots:
    72 public slots:
    73 
    73 
    74     // from CxuiPrecaptureView
    74     // from CxuiPrecaptureView
    75     virtual void handleSettingValueChanged(const QString& key, QVariant newValue);
    75     virtual void handleSettingValueChanged(const QString& key, QVariant newValue);
    76 
    76 
       
    77     void handleSceneChanged(CxeScene &scene);
    77     void handleQuitClicked();
    78     void handleQuitClicked();
    78 
    79 
    79 protected slots:
    80 protected slots:
    80 
    81 
    81     void handleSnapshot(CxeError::Id error);
    82     void handleSnapshot(CxeError::Id error);
    82     void record();
    83     void record();
    83     void pause();
    84     void pause();
    84     void stop();
    85     void stop();
    85     void stopAndPrepareNewVideo();
       
    86     void goToStill();
    86     void goToStill();
    87     void showEvent(QShowEvent *event);
    87     void showEvent(QShowEvent *event);
    88     void handleVideoStateChanged(CxeVideoCaptureControl::State newState, CxeError::Id error);
    88     void handleVideoStateChanged(CxeVideoCaptureControl::State newState, CxeError::Id error);
    89     void handleCaptureKeyPressed();
    89     void handleCaptureKeyPressed();
    90     void prepareNewVideo(CxeError::Id error = CxeError::None);
    90     void prepareNewVideo(CxeError::Id error = CxeError::None);
   121     void initializeSettingsGrid();
   121     void initializeSettingsGrid();
   122     void setRecordingItemsVisibility(bool visible);
   122     void setRecordingItemsVisibility(bool visible);
   123 
   123 
   124     // from QObject
   124     // from QObject
   125     bool eventFilter(QObject *object, QEvent *event);
   125     bool eventFilter(QObject *object, QEvent *event);
       
   126 
   126 protected:
   127 protected:
   127     QTimer mElapsedTimer;
   128     QTimer mElapsedTimer;
   128     int mTimeElapsed;
   129     int mTimeElapsed;
   129     int mTimeRemaining;
   130     int mTimeRemaining;
   130 
   131