gsprofilesrv_plat/ftuwizardmodel_api/inc/ftuwizard.h
changeset 37 940f6b67827d
parent 36 48848d132687
child 39 c044bc2ea8f7
equal deleted inserted replaced
36:48848d132687 37:940f6b67827d
    23 
    23 
    24 #include <QFileInfo>
    24 #include <QFileInfo>
    25 #include <QObject>
    25 #include <QObject>
    26 #include <QRectF>
    26 #include <QRectF>
    27 #include <QDate>
    27 #include <QDate>
    28 #include <hbmenu>
    28 #include <HbMenu>
    29 
    29 
    30 class QGraphicsWidget;
    30 class QGraphicsWidget;
    31 
    31 
    32 /**
    32 /**
    33  * @ingroup group_ftuwizardmodel
    33  * @ingroup group_ftuwizardmodel
    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.