homescreenapp/serviceproviders/hsmenuserviceprovider/inc/hsmenuservice.h
changeset 77 4b195f3bea29
parent 61 2b1b11a301d2
child 81 7dd137878ff8
equal deleted inserted replaced
61:2b1b11a301d2 77:4b195f3bea29
    38 public:
    38 public:
    39 
    39 
    40     // Function declarations
    40     // Function declarations
    41     static HsMenuItemModel *getAllApplicationsModel(
    41     static HsMenuItemModel *getAllApplicationsModel(
    42         HsSortAttribute sortAttribute = DescendingNameHsSortAttribute);
    42         HsSortAttribute sortAttribute = DescendingNameHsSortAttribute);
    43     static HsMenuItemModel *getAllCollectionsModel(
    43     static HsMenuItemModel *getAllCollectionsModel();
    44         HsSortAttribute sortAttribute = LatestOnTopHsSortAttribute);
       
    45     static HsMenuItemModel *getInstalledModel(
    44     static HsMenuItemModel *getInstalledModel(
    46         HsSortAttribute sortAttribute = DescendingNameHsSortAttribute);
    45         HsSortAttribute sortAttribute = DescendingNameHsSortAttribute);
    47     static HsMenuItemModel *getCollectionModel(int collectionId,
    46     static HsMenuItemModel *getCollectionModel(int collectionId,
    48             HsSortAttribute sortAttribute = LatestOnTopHsSortAttribute,
    47             HsSortAttribute sortAttribute = LatestOnTopHsSortAttribute,
    49             const QString &collectionType = collectionTypeName());
    48             const QString &collectionType = collectionTypeName());