ActivityPage Class Reference
#include <activitypage.h>
Public Slots | |
| void | slotMenuSelection (int sel) |
| Popup menu item selected. | |
| void | slotClicked (QListBoxItem *item) |
| void | slotDoubleClicked (QListBoxItem *item) |
| void | slotRightButtonClicked (QListBoxItem *item, const QPoint &p) |
| void | slotRightButtonPressed (QListBoxItem *item, const QPoint &p) |
| void | slotTopClicked () |
| void | slotUpClicked () |
| void | slotDownClicked () |
| void | slotBottomClicked () |
| void | slotNewActivity () |
| void | slotDelete () |
| void | slotRename () |
Public Member Functions | |
| ActivityPage (QWidget *pParent, StateWidget *pWidget) | |
| Constructor. | |
| ~ActivityPage () | |
| Deconstructor. | |
| void | setupPage () |
| Sets up the page. | |
| void | updateActivities () |
| Sets the activities of the widget. | |
Protected Member Functions | |
| void | enableWidgets (bool state) |
| Set the state of the widgets on the page with the given value. | |
Protected Attributes | |
| StateWidget * | m_pStateWidget |
| The widget to get the activities from. | |
| ListPopupMenu * | m_pMenu |
| Popup menu used. | |
| QListBox * | m_pActivityLB |
| QGroupBox * | m_pActivityGB |
| KArrowButton * | m_pUpArrowB |
| KArrowButton * | m_pDownArrowB |
| KArrowButton * | m_pTopArrowB |
| KArrowButton * | m_pBottomArrowB |
| QPushButton * | m_pDeleteActivityButton |
| QPushButton * | m_pRenameButton |
Detailed Description
- Author:
- Paul Hensgen Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org
Definition at line 29 of file activitypage.h.
Constructor & Destructor Documentation
|
||||||||||||
|
Constructor.
Definition at line 24 of file activitypage.cpp. References m_pMenu, m_pStateWidget, and setupPage(). |
|
|
Deconstructor.
Definition at line 30 of file activitypage.cpp. |
Member Function Documentation
|
|
Sets up the page.
Definition at line 32 of file activitypage.cpp. References enableWidgets(), and m_pStateWidget. Referenced by ActivityPage(). |
|
|
Sets the activities of the widget.
Definition at line 106 of file activitypage.cpp. References m_pStateWidget. |
|
|
Set the state of the widgets on the page with the given value.
Definition at line 282 of file activitypage.cpp. Referenced by setupPage(). |
|
|
Popup menu item selected.
Definition at line 115 of file activitypage.cpp. |
Member Data Documentation
|
|
The widget to get the activities from.
Definition at line 63 of file activitypage.h. Referenced by ActivityPage(), setupPage(), and updateActivities(). |
|
|
Popup menu used.
Definition at line 68 of file activitypage.h. Referenced by ActivityPage(). |
The documentation for this class was generated from the following files:
