camerauis/cameraxui/cxui/inc/cxuipostcaptureview.h
changeset 28 3075d9b614e6
parent 19 d9aefe59d544
child 39 c5025ea871a1
child 43 0e652f8f1fbd
--- a/camerauis/cameraxui/cxui/inc/cxuipostcaptureview.h	Fri Apr 16 14:51:30 2010 +0300
+++ b/camerauis/cameraxui/cxui/inc/cxuipostcaptureview.h	Thu May 13 21:30:19 2010 +0300
@@ -21,6 +21,7 @@
 #include <QList>
 #include <QTimer>
 #include <hbview.h>
+#include <xqappmgr.h>
 
 class QGraphicsRectItem;
 class HbMainWindow;
@@ -43,6 +44,8 @@
     virtual ~CxuiPostcaptureView();
     void construct(HbMainWindow *mainwindow, CxeEngine *engine, CxuiDocumentLoader *documentLoader);
 
+    void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget = 0);
+
 signals:
     void changeToPrecaptureView();
 
@@ -52,7 +55,6 @@
 
 protected:
     bool eventFilter(QObject *object, QEvent *event);
-    bool event(QEvent *event);
     void mousePressEvent(QGraphicsSceneMouseEvent *event);
     void showEvent(QShowEvent *event);
     void hideEvent(QHideEvent *event);
@@ -79,6 +81,8 @@
     void showDeleteNote();
     void launchVideosApp();
 
+    void handleDeleteDialogClosed(HbAction *action);
+
 private:
     void launchNotSupportedNotification();
     QString getCurrentFilename();
@@ -124,6 +128,8 @@
     bool mControlsVisible;
 
     bool mTimersStarted;
+    
+    XQApplicationManager mAppManager;
 
 };