homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsapplibrarystate.h
changeset 63 52b0f64eeb51
parent 62 341166945d65
child 90 3ac3aaebaee5
equal deleted inserted replaced
62:341166945d65 63:52b0f64eeb51
    82     void constructToolbar();
    82     void constructToolbar();
    83 
    83 
    84 private:
    84 private:
    85 
    85 
    86     HsMenuViewBuilder mMenuViewBuilder;
    86     HsMenuViewBuilder mMenuViewBuilder;
    87     /**
    87 
    88      * All Applications state.
       
    89      * Own.
       
    90      */
       
    91     HsAllAppsState *mAllAppsState;
    88     HsAllAppsState *mAllAppsState;
    92 
    89 
    93     /**
       
    94      * Transition to remember last visited child state in Application Library.
       
    95      * Own.
       
    96      */
       
    97     HsMenuModeTransition *mHistoryTransaction;
    90     HsMenuModeTransition *mHistoryTransaction;
    98 
    91 
    99     /**
       
   100      * All Collections state.
       
   101      * Own.
       
   102      */
       
   103     HsAllCollectionsState *mAllCollectionsState;
    92     HsAllCollectionsState *mAllCollectionsState;
   104 
    93 
   105     /**
       
   106      * Collection state.
       
   107      * Own.
       
   108      */
       
   109     HsCollectionState *mCollectionState;
    94     HsCollectionState *mCollectionState;
   110 
    95 
   111     HsInstalledAppsState *mInstalledAppsState;
    96     HsInstalledAppsState *mInstalledAppsState;
   112 
    97 
   113     HsMenuModeWrapper mMenuMode;
    98     HsMenuModeWrapper mMenuMode;