stateproviders/ftustateprovider/inc/ftuwizardactivatedstate.h
changeset 2 66c26770985f
parent 0 c464cd7e2753
child 7 446dc0e90e84
--- 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: