camerauis/cameraxui/cxui/inc/cxuistillprecaptureview.h
changeset 58 ddba9caa7f32
parent 55 0da2a5b56583
equal deleted inserted replaced
55:0da2a5b56583 58:ddba9caa7f32
    53 public:
    53 public:
    54 
    54 
    55     virtual void construct(HbMainWindow *mainwindow, 
    55     virtual void construct(HbMainWindow *mainwindow, 
    56                            CxeEngine *engine,
    56                            CxeEngine *engine,
    57                            CxuiDocumentLoader *documentLoader, 
    57                            CxuiDocumentLoader *documentLoader, 
    58                            CxuiCaptureKeyHandler *keyHandler,
    58                            CxuiCaptureKeyHandler *keyHandler);
    59                            HbActivityManager *activityManager);
       
    60 
    59 
    61     virtual void loadDefaultWidgets();
    60     virtual void loadDefaultWidgets();
    62     virtual void loadWidgets();
    61     virtual void loadWidgets();
    63 
    62 
    64     void restoreActivity(const QString &activityId, const QVariant &data);
    63     void restoreActivity(const QString &activityId, const QVariant &data);
    91     void handleAutofocusKeyPressed();
    90     void handleAutofocusKeyPressed();
    92     void handleAutofocusKeyReleased();
    91     void handleAutofocusKeyReleased();
    93 
    92 
    94     // Engine signals
    93     // Engine signals
    95     void handleAutoFocusStateChanged(CxeAutoFocusControl::State newState, CxeError::Id error);
    94     void handleAutoFocusStateChanged(CxeAutoFocusControl::State newState, CxeError::Id error);
    96     void handleViewfinderStateChanged(CxeViewfinderControl::State newState, CxeError::Id error);
    95     void handleVfStateChanged(CxeViewfinderControl::State newState, CxeError::Id error);
    97     void handleStillCaptureStateChanged(CxeStillCaptureControl::State newState, CxeError::Id error);
    96     void handleStillCaptureStateChanged(CxeStillCaptureControl::State newState, CxeError::Id error);
    98     void handleSnapshot(CxeError::Id error);
    97     void handleSnapshot(CxeError::Id error);
    99 
    98 
   100     void resetCapturePendingFlag();
    99     void resetCapturePendingFlag();
   101 
   100