homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuview.h
changeset 92 6727c5d0afc7
parent 85 35368b604b28
equal deleted inserted replaced
85:35368b604b28 92:6727c5d0afc7
    54     ~HsMenuView();
    54     ~HsMenuView();
    55 
    55 
    56     HbView *view() const;
    56     HbView *view() const;
    57 
    57 
    58     HbListView *listView() const;
    58     HbListView *listView() const;
    59     HbPushButton *contentButton() const;
       
    60 
    59 
    61     void activate();
    60     void activate();
    62     void inactivate();
    61     void inactivate();
    63 
    62 
    64     HbGroupBox *viewLabel() const;
    63     HbGroupBox *viewLabel() const;
    98     HsMainWindow &mMainWindow;
    97     HsMainWindow &mMainWindow;
    99 
    98 
   100     HbView *mView; // once this is constructed it is not NULL
    99     HbView *mView; // once this is constructed it is not NULL
   101     HbListView *mListView; // may be NULL in some contexts
   100     HbListView *mListView; // may be NULL in some contexts
   102     HbGroupBox *mViewLabel; // may be NULL in some contexts
   101     HbGroupBox *mViewLabel; // may be NULL in some contexts
   103     HbPushButton *mAddContentButton; // may be NULL in some contexts
       
   104 
   102 
   105     QScopedPointer<HsSearchView> mHsSearchView;
   103     QScopedPointer<HsSearchView> mHsSearchView;
   106     HS_STATES_TEST_FRIEND_CLASS(MenuStatesTest)
   104     HS_STATES_TEST_FRIEND_CLASS(MenuStatesTest)
   107 };
   105 };
   108 
   106