videocollection/videofiledetailsview/inc/videofiledetailsviewplugin.h
changeset 20 b9e04db066d4
parent 17 69946d1824c4
child 52 e3cecb93e76a
equal deleted inserted replaced
17:69946d1824c4 20:b9e04db066d4
   104 
   104 
   105 public slots: // from QViewPlugin
   105 public slots: // from QViewPlugin
   106 
   106 
   107     /**
   107     /**
   108      * Plugin user can notify orientation changes by connecting into this slot
   108      * Plugin user can notify orientation changes by connecting into this slot
   109      * ti it's signal. In normal cases, view handles orientation chages itself.
   109      * to it's signal. In normal cases, view handles orientation chages itself.
   110      *
   110      *
   111      * @param orientation new orientation
   111      * @param orientation new orientation
   112      */
   112      */
   113     void orientationChange( Qt::Orientation orientation );
   113     void orientationChange( Qt::Orientation orientation );
   114 
   114 
   115     /**
   115     /**
   116      * Plugin user can notify back button changes by connecting into this slot
   116      * Plugin user can notify back button changes by connecting into this slot
   117      *
   117      *
   118      */
   118      */
   119     void back();
   119     void back();
       
   120     
       
   121     /**
       
   122      * Signaled by HbMessageBox when it's closed.
       
   123      */
       
   124     void deleteVideoDialogFinished(HbAction *action);
   120 
   125 
   121 private slots:
   126 private slots:
   122 
   127 
   123     /**
   128     /**
   124      * Signaled when attach button is clicked, only when started as a service.
   129      * Signaled when attach button is clicked, only when started as a service.