stateproviders/ftustateprovider/inc/ftuwizardmenustate.h
changeset 2 66c26770985f
parent 0 c464cd7e2753
child 14 88ff81299c11
equal deleted inserted replaced
0:c464cd7e2753 2:66c26770985f
    33 class QStandardItemModel;
    33 class QStandardItemModel;
    34 class FtuContentService;
    34 class FtuContentService;
    35 class QDate;
    35 class QDate;
    36 class FtuWizard;
    36 class FtuWizard;
    37 class HbAction;
    37 class HbAction;
       
    38 class FtuStateCenrepHandler;
       
    39 class HbMenu;
    38 
    40 
    39 /** @ingroup group_ftustateprovider
    41 /** @ingroup group_ftustateprovider
    40  * @brief The state where wizard menu is shown
    42  * @brief The state where wizard menu is shown
    41  *
    43  *
    42  * @see StateMachine
    44  * @see StateMachine
   119     /**
   121     /**
   120      * @copydoc FtuWizard::progressUpdated()
   122      * @copydoc FtuWizard::progressUpdated()
   121      */    
   123      */    
   122     void updateProgress(FtuWizard *caller, bool show, int progress);
   124     void updateProgress(FtuWizard *caller, bool show, int progress);
   123     
   125     
   124     /**
       
   125      * Called when application has to exit
       
   126      */  
       
   127     void exitApp();
       
   128     
       
   129 signals:
   126 signals:
   130 
   127 
   131     /**
   128     /**
   132      * Signalled when user selects an item from the list and the
   129      * Signalled when user selects an item from the list and the
   133      * plugin is activated.
   130      * plugin is activated.
   143     HbDocumentLoader*                       mDocumentLoader;
   140     HbDocumentLoader*                       mDocumentLoader;
   144 
   141 
   145     QStandardItemModel*                     mModel;
   142     QStandardItemModel*                     mModel;
   146     HbAction*                               mExitAction;
   143     HbAction*                               mExitAction;
   147 
   144 
       
   145     FtuStateCenrepHandler*                  mCenrepHandler;
       
   146     QList<bool>                             mCompletedWizardList;
       
   147 
   148     FTU_TEST_FRIEND_CLASS(FtuStateProviderTest)
   148     FTU_TEST_FRIEND_CLASS(FtuStateProviderTest)
   149 };
   149 };
   150 
   150 
   151 #endif //FTU_STATES_WIZARDMENUSTATE_H
   151 #endif //FTU_STATES_WIZARDMENUSTATE_H