homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsinstalledappsstate.h
changeset 96 458d8c8d9580
parent 92 6727c5d0afc7
child 97 66b5fe3c07fd
equal deleted inserted replaced
92:6727c5d0afc7 96:458d8c8d9580
    44     HsInstalledAppsState(HsMenuViewBuilder &menuViewBuilder,
    44     HsInstalledAppsState(HsMenuViewBuilder &menuViewBuilder,
    45                          HsMainWindow &mainWindow,
    45                          HsMainWindow &mainWindow,
    46                          QState *parent = 0);
    46                          QState *parent = 0);
    47 
    47 
    48     ~HsInstalledAppsState();
    48     ~HsInstalledAppsState();
       
    49     
       
    50 protected:
       
    51     void onEntry(QEvent *event);
    49 
    52 
    50 private slots:
    53 private slots:
    51 
    54 
       
    55     void backFromInstalledView();
    52     void openInstallationLog();
    56     void openInstallationLog();
    53     void stateEntered();
    57     void stateEntered();
    54     void stateExited();
    58     void stateExited();
    55     void setEmptyLabelVisibility(bool visibility);
    59     void setEmptyLabelVisibility(bool visibility);
    56     void latestOnTopMenuAction();
    60     void latestOnTopMenuAction();
    63     void setMenuOptions();
    67     void setMenuOptions();
    64     void setContextMenuOptions(HbAbstractViewItem *item, EntryFlags flags);
    68     void setContextMenuOptions(HbAbstractViewItem *item, EntryFlags flags);
    65     Hs::HsSortAttribute mSortAttribute;
    69     Hs::HsSortAttribute mSortAttribute;
    66     HbAction *mLatestOnTopMenuAction; //not own
    70     HbAction *mLatestOnTopMenuAction; //not own
    67     HbAction *mOldestOnTopMenuAction; //not own
    71     HbAction *mOldestOnTopMenuAction; //not own
       
    72     int mCollectionId; // An id of a collection to which the state machine will return.
       
    73     QString mCollectionType; // A type of a collection to which the state machine will return.
    68 };
    74 };
    69 
    75 
    70 #endif // HSINSTALLEDAPPSSTATE_H
    76 #endif // HSINSTALLEDAPPSSTATE_H