Documentation
[situare] / src / ui / tabbedpanel.h
index ecd7899..87a056d 100644 (file)
@@ -163,6 +163,11 @@ signals:
      */
     void currentChanged(int index);
 
+    /**
+     * @brief Emitted when there is a change in list item selection
+     *
+     * @param itemIsSelected True if any item is selected.
+     */
     void listItemSelectionChanged(bool itemIsSelected);
 
     /**
@@ -199,7 +204,7 @@ private:
     QState *m_stateClosed;      ///< State of the closed panel
     QState *m_stateOpened;      ///< State of the opened panel
 
-    ListItemContextButtonBar *m_itemContextButtonBar;
+    ListItemContextButtonBar *m_itemContextButtonBar;   ///< Widget for list item context button bar
     PanelBar *m_panelBar;                               ///< Widget for panel bar
     PanelContentStack *m_panelContentStack;             ///< Stack for panel widgets
     PanelContextButtonBar * m_panelContextButtonBar;    ///< Widget for panel context button bar