videocollection/videocollectionview/tsrc/testlistview/inc/testlistview.h
changeset 62 0e1e938beb1a
parent 59 a76e86df7ccd
child 65 a9d57bd8d7b7
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
    24 #include <mpxitemid.h>
    24 #include <mpxitemid.h>
    25 #include "hbmessagebox.h"
    25 #include "hbmessagebox.h"
    26 #include "hbeffect.h"
    26 #include "hbeffect.h"
    27 
    27 
    28 class VideoListView;
    28 class VideoListView;
    29 class VideoSortFilterProxyModel;
    29 class VideoProxyModelGeneric;
    30 class VideoCollectionWrapper;
    30 class VideoCollectionWrapper;
    31 class VideoCollectionUiLoader;
    31 class VideoCollectionUiLoader;
    32 class VideoListWidget;
    32 class VideoListWidget;
    33 
    33 
    34 class TestListView : public QObject
    34 class TestListView : public QObject
    46     int visibleMenuActions();
    46     int visibleMenuActions();
    47     
    47     
    48     /**
    48     /**
    49      * Set row count in model.
    49      * Set row count in model.
    50      */
    50      */
    51     void setRowCount(int count, VideoSortFilterProxyModel *model = 0);
    51     void setRowCount(int count, VideoProxyModelGeneric *model = 0);
    52     
    52     
    53     /**
    53     /**
    54      * Check if action is visible.
    54      * Check if action is visible.
    55      */
    55      */
    56     bool isActionVisible(const char *name) const;
    56     bool isActionVisible(const char *name) const;