diff -r c464cd7e2753 -r 66c26770985f stateproviders/ftustateprovider/inc/ftuwizardactivatedstate.h --- a/stateproviders/ftustateprovider/inc/ftuwizardactivatedstate.h Mon Apr 19 14:01:47 2010 +0300 +++ b/stateproviders/ftustateprovider/inc/ftuwizardactivatedstate.h Mon May 03 12:24:41 2010 +0300 @@ -36,7 +36,7 @@ class QGraphicsLinearLayout; class FtuContentService; class FtuWizard; - +class HbMenu; /** @ingroup group_ftustateprovider * @brief The state handles wizard activation and interaction. @@ -153,6 +153,14 @@ * @sice S60 ?S60_version. */ void activateWizard(const QModelIndex index); + + /** + * Called when the wizards wants to show/udpate the view options menu. + * @since S60 ?S60_version. + * @param caller the Wizard which wants to update/set the options menu + * @param optionsmenu pointer to the HbMenu instance describing the menu to be show + */ + void updateMainMenu(FtuWizard *, HbMenu * ); signals: