homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hsappschecklist.cpp
changeset 46 23b5d6a29cce
parent 39 4e8ebe173323
child 69 87476091b3f5
--- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hsappschecklist.cpp	Mon May 03 12:24:59 2010 +0300
+++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hsappschecklist.cpp	Fri May 14 15:43:04 2010 +0300
@@ -34,12 +34,49 @@
  */
 
 /*!
- \fn void commit(const QList<int> &appList);
+ \fn void HsAppsCheckList::commit(const QList<int> &appList);
  Signal emitted when applications are selected.
  \param appList application list.
  */
 
 /*!
+ \var HsAppsCheckList::mView
+ View. Owned.
+ */
+
+/*!
+ \var HsAppsCheckList::mPreviousView
+ Previous view. Not owned.
+ */
+
+/*!
+ \var HsAppsCheckList::mActionConfirm
+ Confirm action. Owned.
+ */
+
+/*!
+ \var HsAppsCheckList::mListView
+ List view. Owned.
+ */
+
+/*!
+ \var HsAppsCheckList::mModel
+ Standard Item Model for the List.
+ Own.
+ */
+
+/*!
+ \var HsAppsCheckList::mSortAttribute
+ Sort order for applications.
+ */
+
+/*!
+ \var HsAppsCheckList::mLoadedObjects
+ List of objects loaded by document loader.
+ Content owned.
+ */
+
+/*!
  Constructor
  \retval void
  */
@@ -119,9 +156,9 @@
 #ifdef COVERAGE_MEASUREMENT
 #pragma CTC ENDSKIP
 #endif //COVERAGE_MEASUREMENT
-// ---------------------------------------------------------------------------
-// ---------------------------------------------------------------------------
-//
+/*!
+ Construct contrlos.
+ */
 void HsAppsCheckList::constructControls()
 {
     HSMENUTEST_FUNC_ENTRY("HsAppsCheckList::constructControls");
@@ -152,9 +189,10 @@
     HSMENUTEST_FUNC_EXIT("HsAppsCheckList::constructControls");
 }
 
-// ---------------------------------------------------------------------------
-// ---------------------------------------------------------------------------
-//
+/*!
+ Slot connected trrigger action of secondary soft key of check list box.
+ It is called when done button is selected.
+ */
 #ifdef COVERAGE_MEASUREMENT
 #pragma CTC SKIP
 #endif //COVERAGE_MEASUREMENT
@@ -179,9 +217,12 @@
 #ifdef COVERAGE_MEASUREMENT
 #pragma CTC ENDSKIP
 #endif //COVERAGE_MEASUREMENT
-// ---------------------------------------------------------------------------
-// ---------------------------------------------------------------------------
-//
+
+/*!
+ Returns list with selected items ids.
+ \param modelIndexList list with selected model indexes.
+ \return list with items ids.
+ */
 QList<int> HsAppsCheckList::getSortedItemsList(
     const QModelIndexList &modelIndexList)
 {
@@ -209,9 +250,10 @@
     return list;
 }
 
-// ---------------------------------------------------------------------------
-// ---------------------------------------------------------------------------
-//
+/*!
+ Returns pointer to tha main window.
+ \return Pointer to the main window.
+ */
 #ifdef COVERAGE_MEASUREMENT
 #pragma CTC SKIP
 #endif //COVERAGE_MEASUREMENT