--- a/stateproviders/ftustateprovider/inc/ftuwizardactivatedstate.h Fri Jun 11 16:23:41 2010 +0100
+++ b/stateproviders/ftustateprovider/inc/ftuwizardactivatedstate.h Thu Jul 22 16:30:57 2010 +0100
@@ -49,13 +49,6 @@
class FtuWizardActivatedState : public QState
{
Q_OBJECT
-public:
- /*
- * The plugin's display mode enumeration.
- * FullScreen means menustrip is not shown.
- * PartialScreen means menustrip is shown.
- */
- enum PluginDisplayMode{FullScreen, PartialScreen};
public:
@@ -101,12 +94,6 @@
HbMainWindow* mainWindow();
/**
- * Creates the menustrip.
- * @since S60 ?S60_version.
- */
- void constructGrid();
-
- /**
* Connects signals and slots for active wizard.
* @since S60 ?S60_version.
*/
@@ -128,21 +115,17 @@
void handleBackEvent();
/**
+ * Signalled when plugin emits wizardDeactivated signal.
+ * @since S60 ?S60_version.
+ */
+ void handleGotoToC();
+
+ /**
* @copydoc FtuWizard::onViewChanged
*/
void changeWizardView(FtuWizard *caller, QGraphicsWidget* viewWidget);
/**
- * @copydoc FtuWizard::fullScreenModeRequested
- */
- void enableFullScreenMode(FtuWizard *caller);
-
- /**
- * @copydoc FtuWizard::partialScreenModeRequested
- */
- void enablePartialScreenMode(FtuWizard *caller);
-
- /**
* @copydoc FtuWizard::onInfoTextUpdated
*/
void updateInfoText(FtuWizard *caller, QString text);
@@ -208,11 +191,6 @@
HbAction* mBackAction;
/**
- * The menustrip component.
- */
- HbGridView* mMenustrip;
-
- /**
* Plugin's previously activated view.
*/
QGraphicsWidget* mPreviousView;
@@ -222,10 +200,6 @@
*/
QGraphicsWidget* mCurrentView;
- /**
- * The Plugin's display mode.
- */
- PluginDisplayMode mPluginDisplayMode;
FTU_TEST_FRIEND_CLASS(FtuStateProviderTest)
};