controlpanel/controlpanel_plat/inc/cpsettingformentryitemdataimpl.h
changeset 56 d9e9413f30c9
parent 21 851e19007849
equal deleted inserted replaced
49:277e3324e775 56:d9e9413f30c9
    13 *
    13 *
    14 * Description:  
    14 * Description:  
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #ifndef CP_SETTINGFORM_ENTRY_ITEM_DATA_IMPL_H
    18 #ifndef CPSETTINGFORMENTRYITEMDATAIMPL_H
    19 #define CP_SETTINGFORM_ENTRY_ITEM_DATA_IMPL_H
    19 #define CPSETTINGFORMENTRYITEMDATAIMPL_H
    20 
    20 
    21 #include "cpsettingformentryitemdata.h"
    21 #include "cpsettingformentryitemdata.h"
    22 
    22 
    23 
    23 
    24 /*!
    24 /*!
    53 			const HbDataFormModelItem *parent = 0) : 
    53 			const HbDataFormModelItem *parent = 0) : 
    54             CpSettingFormEntryItemData(dataForm,text,description,icon,parent)
    54             CpSettingFormEntryItemData(dataForm,text,description,icon,parent)
    55 
    55 
    56 	{ }
    56 	{ }
    57 	
    57 	
       
    58 	/*!
       
    59 	    Construct a new CpSettingFormEntryItemData with the given type, text, description, icon name, and parent.
       
    60 	*/
    58     explicit CpSettingFormEntryItemDataImpl(
    61     explicit CpSettingFormEntryItemDataImpl(
    59             EntryItemType type,
    62             EntryItemType type,
    60             CpItemDataHelper &itemDataHelper,
    63             CpItemDataHelper &itemDataHelper,
    61             const QString &text = QString(),
    64             const QString &text = QString(),
    62             const QString &description = QString(),
    65             const QString &description = QString(),
    63             const QString &icon = QString(),
    66             const QString &icon = QString(),
    64             const HbDataFormModelItem *parent = 0) : 
    67             const HbDataFormModelItem *parent = 0) : 
    65             CpSettingFormEntryItemData(type,itemDataHelper,text,description,icon,parent)
    68             CpSettingFormEntryItemData(type,itemDataHelper,text,description,icon,parent)
    66     { }
    69     { }
    67     
    70     
       
    71     /*!
       
    72         Construct a new CpSettingFormEntryItemData with the given type, text, description, icon name, and parent.
       
    73     */
    68     explicit CpSettingFormEntryItemDataImpl(
    74     explicit CpSettingFormEntryItemDataImpl(
    69             EntryItemType type,
    75             EntryItemType type,
    70             HbDataForm *dataForm,
    76             HbDataForm *dataForm,
    71             const QString &text = QString(),
    77             const QString &text = QString(),
    72             const QString &description = QString(),
    78             const QString &description = QString(),