stateproviders/ftustateprovider/inc/ftuwizardmenustate.h
changeset 14 88ff81299c11
parent 2 66c26770985f
child 16 208ec88db289
equal deleted inserted replaced
12:624e91e1e029 14:88ff81299c11
    35 class QDate;
    35 class QDate;
    36 class FtuWizard;
    36 class FtuWizard;
    37 class HbAction;
    37 class HbAction;
    38 class FtuStateCenrepHandler;
    38 class FtuStateCenrepHandler;
    39 class HbMenu;
    39 class HbMenu;
       
    40 class HbTranslator;
    40 
    41 
    41 /** @ingroup group_ftustateprovider
    42 /** @ingroup group_ftustateprovider
    42  * @brief The state where wizard menu is shown
    43  * @brief The state where wizard menu is shown
    43  *
    44  *
    44  * @see StateMachine
    45  * @see StateMachine
   142     QStandardItemModel*                     mModel;
   143     QStandardItemModel*                     mModel;
   143     HbAction*                               mExitAction;
   144     HbAction*                               mExitAction;
   144 
   145 
   145     FtuStateCenrepHandler*                  mCenrepHandler;
   146     FtuStateCenrepHandler*                  mCenrepHandler;
   146     QList<bool>                             mCompletedWizardList;
   147     QList<bool>                             mCompletedWizardList;
   147 
   148     HbTranslator                            *mTranslator;
   148     FTU_TEST_FRIEND_CLASS(FtuStateProviderTest)
   149     FTU_TEST_FRIEND_CLASS(FtuStateProviderTest)
   149 };
   150 };
   150 
   151 
   151 #endif //FTU_STATES_WIZARDMENUSTATE_H
   152 #endif //FTU_STATES_WIZARDMENUSTATE_H