homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsapplibrarystate.h
changeset 39 4e8ebe173323
parent 35 f9ce957a272c
child 46 23b5d6a29cce
--- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsapplibrarystate.h	Fri Apr 16 14:54:01 2010 +0300
+++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsapplibrarystate.h	Mon May 03 12:24:59 2010 +0300
@@ -56,68 +56,28 @@
 
 public:
 
-    /**
-     * Constructor.
-     *
-     * @since S60 ?S60_version.
-     * @param parent Owner.
-     */
     HsAppLibraryState(QState *parent = 0);
 
-    /**
-     * Destructor.
-     *
-     * @since S60 ?S60_version.
-     */
     virtual ~HsAppLibraryState();
 
 signals:
 
-    /**
-     * Signal emitted when leaving the state,
-     *  i.e when the back softkey is pressed.
-     *
-     * @since S60 ?S60_version.
-     */
     void toHomescreenState();
 
-    /**
-     * Signal emitted when entering the state
-     *
-     * @since S60 ?S60_version.
-     */
     void initialize();
 
 public slots:
 
     void clearToolbarLatch();
 
-    /**
-     * All apps stete entered.
-     * @since S60 ?S60_version.
-     */
     void allAppsStateEntered();
 
-    /**
-     * All collections state entered.
-     * @since S60 ?S60_version.
-     */
     void allCollectionsStateEntered();
 
 private slots:
 
-    /**
-     * 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();
 
 
@@ -127,18 +87,8 @@
 
 private:
 
-    /**
-     * Constructs contained objects.
-     *
-     * @since S60 ?S60_version.
-     */
     void construct();
 
-    /**
-     * Sets up Toolbar.
-     *
-     * @since S60 ?S60_version.
-     */
     void constructToolbar();
 
 private: