videocollection/videocollectionview/inc/videocollectionviewplugin.h
changeset 41 229f037ce963
parent 37 4eb2df7f7cbe
child 58 d2b028fd1f7d
equal deleted inserted replaced
40:13331705e488 41:229f037ce963
    20 
    20 
    21 #include <mpxviewpluginqt.h>
    21 #include <mpxviewpluginqt.h>
    22 
    22 
    23 class VideoCollectionUiLoader;
    23 class VideoCollectionUiLoader;
    24 class VideoListView;
    24 class VideoListView;
       
    25 class VideoServices;
    25 
    26 
    26 class VideoCollectionViewPlugin: public MpxViewPlugin
    27 class VideoCollectionViewPlugin: public MpxViewPlugin
    27 {
    28 {
    28     Q_OBJECT
    29     Q_OBJECT
    29 
    30 
   140      * If flag is false, no operations can be do to the view.
   141      * If flag is false, no operations can be do to the view.
   141      */
   142      */
   142     bool mActivated;
   143     bool mActivated;
   143     
   144     
   144 	/*
   145 	/*
   145 	 * Service mode flag. True if started as a service, otherwise false.
   146 	 * Video service object.
   146 	 *
   147 	 *
   147 	 */
   148 	 */
   148     bool mIsService;
   149     VideoServices *mVideoServices;
   149 };
   150 };
   150 
   151 
   151 #endif  // VIDEOVIEWPLUGIN_H
   152 #endif  // VIDEOVIEWPLUGIN_H
   152 // End of File
   153 // End of File