videocollection/videocollectionview/inc/videocollectionviewplugin.h
changeset 62 0e1e938beb1a
parent 47 45e72b57a2fd
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
    19 #define VIDEOVIEWPLUGIN_H
    19 #define VIDEOVIEWPLUGIN_H
    20 
    20 
    21 #include <mpxviewpluginqt.h>
    21 #include <mpxviewpluginqt.h>
    22 
    22 
    23 class VideoCollectionUiLoader;
    23 class VideoCollectionUiLoader;
       
    24 class VideoCollectionViewUtils;
    24 class VideoListView;
    25 class VideoListView;
    25 class VideoServices;
    26 class VideoServices;
    26 
    27 
    27 class VideoCollectionViewPlugin: public MpxViewPlugin
    28 class VideoCollectionViewPlugin: public MpxViewPlugin
    28 {
    29 {
   135      * View object, owned
   136      * View object, owned
   136      */
   137      */
   137     VideoListView *mView;
   138     VideoListView *mView;
   138 
   139 
   139     /**
   140     /**
       
   141      * Reference to video collection view utils
       
   142      */
       
   143     VideoCollectionViewUtils &mUiUtils;
       
   144 
       
   145     /**
   140      * Activated flag. Set as true when view is properly activated.
   146      * Activated flag. Set as true when view is properly activated.
   141      * If flag is false, no operations can be do to the view.
   147      * If flag is false, no operations can be do to the view.
   142      */
   148      */
   143     bool mActivated;
   149     bool mActivated;
   144     
   150