ftuwizardmodel/inc/ftuwizard.h
changeset 23 7e4c5a2ff1a2
parent 21 851e19007849
child 26 5fd52a2e21b0
equal deleted inserted replaced
21:851e19007849 23:7e4c5a2ff1a2
    71     QFileInfo mTocFocussedIcon;
    71     QFileInfo mTocFocussedIcon;
    72     /**
    72     /**
    73      * The text to be shown in table of contents UI component.
    73      * The text to be shown in table of contents UI component.
    74      */ 
    74      */ 
    75     QString   mTocLabel;
    75     QString   mTocLabel;
       
    76 	 /**
       
    77      * Informs Framework whether a plugin is having any ftu view or not.
       
    78 	 * It should be set to false by plugin if it has any FTU view to be shown 
       
    79 	 * when the plugin is activated. It should be set to true if plugin 
       
    80 	 * is invoking any service/wizard, when plugin is selected/activated.
       
    81      */
       
    82     bool mNoViews;
    76 } FtuWizardSetting; 
    83 } FtuWizardSetting; 
    77 
    84 
    78 /**
    85 /**
    79  * @ingroup group_ftuwizardmodel
    86  * @ingroup group_ftuwizardmodel
    80  * @brief Represents a wizard plugin in the framework.
    87  * @brief Represents a wizard plugin in the framework.