ftuwizardmodel/inc/ftuwizard.h
changeset 61 33e86ecbfdb4
parent 39 c044bc2ea8f7
--- a/ftuwizardmodel/inc/ftuwizard.h	Tue Aug 24 10:30:25 2010 +0800
+++ b/ftuwizardmodel/inc/ftuwizard.h	Wed Sep 29 10:45:02 2010 +0800
@@ -57,6 +57,12 @@
      * The text to be shown in table of contents UI component.
      */ 
     QString   mTocLabel;
+    
+    /**
+     * Secondary text to be shown in table of contents UI component.
+     */ 
+    QString   mTocSecondaryLabel;
+        
 	 /**
      * Informs Framework whether a plugin is having any ftu view or not.
 	 * It should be set to false by plugin if it has any FTU view to be shown 
@@ -239,6 +245,15 @@
      * @param caller The calling wizard plugin instance.
      */
     void wizardDeactivated(FtuWizard *caller);
+
+    /**
+     * Emit this signal to update the text/icons of the widget.
+     * FTU framework reads settings through wizardSettings()and 
+     * displays accordingly. It should be ensured by plugin/wizard
+     * that the modified settings are reflected through wizardSettings().
+     * @param caller The calling wizard plugin instance.
+     */
+    void wizardSettingsChanged(FtuWizard *caller);
     
 };