homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hscollectionstate.h
changeset 39 4e8ebe173323
parent 36 cdae8c6c3876
child 46 23b5d6a29cce
--- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hscollectionstate.h	Fri Apr 16 14:54:01 2010 +0300
+++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hscollectionstate.h	Mon May 03 12:24:59 2010 +0300
@@ -53,30 +53,12 @@
 
 public:
 
-    /**
-     * Constructor.
-     *
-     * @since S60 ?S60_version.
-     * @param containerView Container view.
-     * @param parent Owner.
-     */
     HsCollectionState(HsMenuView &menuView, QState *parent = 0);
 
-    /**
-     * Destructor.
-     *
-     * @since S60 ?S60_version.
-     */
     ~HsCollectionState();
 
 public slots:
 
-    /**
-     * Sets collections sort order
-     *
-     * @since S60 ?S60_version.
-     * @param sortOrder sort order.
-     */
     void collectionsSortOrder(HsSortAttribute sortAttribute);
 
 protected:
@@ -91,81 +73,25 @@
 
     bool openTaskSwitcher();
 
-    /**
-     * Slot connected to List widget.
-     *
-     * @since S60 ?S60_version.
-     * @param index Model index of the activated item.
-     */
     void listItemActivated(const QModelIndex &index);
 
-    /**
-     * Slot connected to List widget.
-     * Called when item long pressed.
-     *
-     * @since S60 ?S60_version.
-     * @param item View item.
-     * @param coords Press point coordinates.
-     */
     void listItemLongPressed(HbAbstractViewItem *item,
                              const QPointF &coords);
 
-
-    /**
-     * Menu add applications action slot
-     *
-     * @since S60 ?S60_version.
-     */
     void addAppsAction();
 
-    /**
-     * Menu add shortcut action slot
-     *
-     * @since S60 ?S60_version.
-     */
     void addCollectionShortcutToHomeScreenAction();
 
-    /**
-     * Menu rename action slot
-     *
-     * @since S60 ?S60_version.
-     */
     void renameAction();
 
-    /**
-     * Menu delete action slot
-     *
-     * @since S60 ?S60_version.
-     */
     void deleteAction();
 
-    /**
-     * Menu softkey back action slot
-     *
-     * @since S60 ?S60_version.
-     */
     void backSteppingAction();
 
-    /**
-     * Updates label
-     *
-     * @since S60 ?S60_version.
-     */
     void updateLabel();
 
-
-    /**
-     * Slot invoked when a state is entered.
-     *
-     * @since S60 ?S60_version.
-     */
     void stateEntered();
 
-    /**
-     * Slot invoked when a state is exited.
-     *
-     * @since S60 ?S60_version.
-     */
     void stateExited();
 
     void latestOnTopMenuAction();
@@ -174,11 +100,6 @@
 
 private:
 
-    /**
-     * Constructs contained objects.
-     *
-     * @since S60 ?S60_version.
-     */
     void construct();
 
     /**
@@ -189,18 +110,8 @@
      */
     void constructMenu(bool isDynamic);
 
-    /**
-     * Perform all signal connections.
-     *
-     * @since S60 ?S60_version.
-     */
     void makeConnect();
 
-    /**
-     * Perform all signal disconnections.
-     *
-     * @since S60 ?S60_version.
-     */
     void makeDisconnect();
 
     void addElementToHomeScreen(const QModelIndex &index);
@@ -229,7 +140,6 @@
 
     /**
      * The List View widget.
-     * Own.
      */
     HsMenuView &mMenuView;