camerauis/cameraxui/cxui/inc/cxuiviewmanager.h
changeset 40 2922f70fca82
parent 28 3075d9b614e6
child 37 64817133cd1d
--- a/camerauis/cameraxui/cxui/inc/cxuiviewmanager.h	Thu Jul 15 01:46:05 2010 +0300
+++ b/camerauis/cameraxui/cxui/inc/cxuiviewmanager.h	Thu Jul 15 01:49:11 2010 +0300
@@ -56,6 +56,9 @@
     */
     CxuiDocumentLoader* documentLoader();
 
+    //@todo: Temporarily needed in main().
+    bool proceedStartup();
+
 public slots:
     void changeToPostcaptureView();
     void changeToPrecaptureView();
@@ -64,8 +67,10 @@
     void showScenesView();
 
 private slots:
+    void startupCheck();
     void toForeground();
     void handleForegroundStateChanged(CxuiApplicationFrameworkMonitor::ForegroundState state);
+    void showUsbErrorPopup(bool show);
     void handleBatteryEmpty();
     void aboutToLooseFocus();
     void aboutToGainFocus();
@@ -81,6 +86,7 @@
     bool eventFilter(QObject *object, QEvent *event);
 
 private:
+    void initStartupView();
     void createStillPrecaptureView();
     void createVideoPrecaptureView();
     CxuiPrecaptureView* getPrecaptureView(Cxe::CameraMode mode, Cxe::CameraIndex camera);