camerauis/cameraxui/cxui/inc/cxuipostcaptureview.h
changeset 21 fa6d9f75d6a6
parent 19 d9aefe59d544
child 24 2094593137f5
--- a/camerauis/cameraxui/cxui/inc/cxuipostcaptureview.h	Fri Apr 16 14:51:30 2010 +0300
+++ b/camerauis/cameraxui/cxui/inc/cxuipostcaptureview.h	Mon May 03 12:22:55 2010 +0300
@@ -43,6 +43,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 +54,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 +80,8 @@
     void showDeleteNote();
     void launchVideosApp();
 
+    void handleDeleteDialogClosed(HbAction *action);
+
 private:
     void launchNotSupportedNotification();
     QString getCurrentFilename();