homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsappschecklist.h
changeset 81 7dd137878ff8
parent 69 87476091b3f5
child 98 e6f74eb7f69f
equal deleted inserted replaced
76:3916af29624a 81:7dd137878ff8
    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 */