homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hscollectionslistdialog.h
changeset 63 52b0f64eeb51
parent 46 23b5d6a29cce
equal deleted inserted replaced
62:341166945d65 63:52b0f64eeb51
    31 
    31 
    32     HS_STATES_TEST_FRIEND_CLASS(MenuStatesTest)
    32     HS_STATES_TEST_FRIEND_CLASS(MenuStatesTest)
    33 
    33 
    34 public:
    34 public:
    35 
    35 
    36     HsCollectionsListDialog(HsSortAttribute sortOrder,
    36     HsCollectionsListDialog(int collectionId = 0);
    37                             int collectionId = 0);
       
    38 
    37 
    39     virtual ~HsCollectionsListDialog();
    38     virtual ~HsCollectionsListDialog();
    40 
    39 
    41     void open(QObject* receiver, const char* member );
    40     void open(QObject* receiver, const char* member );
    42 
    41 
    49 
    48 
    50     void makeConnect();
    49     void makeConnect();
    51 
    50 
    52     void makeDisconnect();
    51     void makeDisconnect();
    53 
    52 
    54     QStandardItemModel *standartItemModel(HsSortAttribute sortOrder,
    53     QStandardItemModel *standardItemModel(int collectionId);
    55                                           int collectionId);
       
    56 
    54 
    57     void insertNewCollectionItem(QStandardItemModel *model);
    55     void insertNewCollectionItem(QStandardItemModel *model);
    58 
    56 
    59 private:
    57 private:
    60 
    58