controlpanel/controlpanel_plat/inc/cppluginplatinterface.h
changeset 38 5a264aaf7677
parent 37 940f6b67827d
equal deleted inserted replaced
37:940f6b67827d 38:5a264aaf7677
    19 #define CPPLUGINPLATINTERFACE_H
    19 #define CPPLUGINPLATINTERFACE_H
    20 
    20 
    21 #include <QtPlugin>
    21 #include <QtPlugin>
    22 
    22 
    23 /*!
    23 /*!
       
    24 		\deprecated class CpPluginPlatInterface
    24     \class CpPluginPlatInterface
    25     \class CpPluginPlatInterface
    25     \brief The class is Deprecated! please use CpPluginInterface instead.
    26     \brief The class is Deprecated! please use CpPluginInterface instead.
    26  */
    27  */
    27 
    28 
    28 class CpSettingFormItemData;
    29 class CpSettingFormItemData;
    37     virtual ~CpPluginPlatInterface()
    38     virtual ~CpPluginPlatInterface()
    38     {
    39     {
    39     }
    40     }
    40     
    41     
    41     /*!
    42     /*!
       
    43     \deprecated CpSettingFormItemData *createSettingFormItemData(CpItemDataHelper &itemDataHelper)
    42      Create a data form mode item, by which the control panel framework can build a data form model.
    44      Create a data form mode item, by which the control panel framework can build a data form model.
    43      */
    45      */
    44     virtual CpSettingFormItemData *createSettingFormItemData(CpItemDataHelper &itemDataHelper) const = 0;
    46     virtual CpSettingFormItemData *createSettingFormItemData(CpItemDataHelper &itemDataHelper) const = 0;
    45 };
    47 };
    46 
    48