homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsappschecklist.h
changeset 85 35368b604b28
parent 77 4b195f3bea29
child 98 e6f74eb7f69f
equal deleted inserted replaced
77:4b195f3bea29 85:35368b604b28
    43 
    43 
    44     virtual ~HsAppsCheckList();
    44     virtual ~HsAppsCheckList();
    45 
    45 
    46     void cleanUp();
    46     void cleanUp();
    47 
    47 
    48     void setSortOrder(HsSortAttribute sortAttribute);
    48     void setSortOrder(Hs::HsSortAttribute sortAttribute);
    49 
    49 
    50     void showAppsCheckboxList(HsSortAttribute sortAttribute);
    50     void showAppsCheckboxList(Hs::HsSortAttribute sortAttribute);
    51 
    51 
    52 signals:
    52 signals:
    53 
    53 
    54     void commit(const QList<int> &appList);
    54     void commit(const QList<int> &appList);
    55 
    55 
    73 
    73 
    74     HbListView *mListView; // delete with dialog
    74     HbListView *mListView; // delete with dialog
    75 
    75 
    76     HsMenuItemModel *mModel; // delete with dialog
    76     HsMenuItemModel *mModel; // delete with dialog
    77 
    77 
    78     HsSortAttribute mSortAttribute;
    78     Hs::HsSortAttribute mSortAttribute;
    79 
    79 
    80 };
    80 };
    81 
    81 
    82 #endif /* APPSCHECKLIST_H */
    82 #endif /* APPSCHECKLIST_H */