controlpanel/src/cpframework/src/cpsettingformentryitemdata.cpp
changeset 55 4c15d9aa2384
parent 36 48848d132687
--- a/controlpanel/src/cpframework/src/cpsettingformentryitemdata.cpp	Thu Aug 05 11:11:52 2010 +0800
+++ b/controlpanel/src/cpframework/src/cpsettingformentryitemdata.cpp	Thu Sep 02 17:14:05 2010 +0800
@@ -89,7 +89,9 @@
     setIcon(icon.iconName());
 }
 
-
+/*!
+    Construct a new CpSettingFormEntryItemData with the given type, text, description, icon name, and parent.
+*/
 CpSettingFormEntryItemData::CpSettingFormEntryItemData(
          EntryItemType type,
          CpItemDataHelper &itemDataHelper,
@@ -109,6 +111,9 @@
     setIcon(iconName);
 }
 
+/*!
+    Construct a new CpSettingFormEntryItemData with the given type, text, description, icon name, and parent.
+*/
 CpSettingFormEntryItemData::CpSettingFormEntryItemData(
          EntryItemType type,
          HbDataForm *dataForm,
@@ -170,12 +175,17 @@
     d_ptr->setDescription(description);
 }
 
-
+/*!
+    Get the icon name of the entry item.
+*/
 QString CpSettingFormEntryItemData::iconName() const
 {
     return d_ptr->iconName();
 }
 
+/*!
+    Set the icon name of the entry item.
+*/
 void CpSettingFormEntryItemData::setIconName(const QString &icon)
 {
     d_ptr->setIconName(icon);
@@ -197,6 +207,9 @@
     d_ptr->setEntryItemIcon(icon);
 }
 
+/*!
+    Launch the setting view when user clicks the entry item.
+*/
 void CpSettingFormEntryItemData::onLaunchView() 
 {
     //avoid being launched more than one times