|
|
| ActivityPage ( QWidget * pParent, StateWidget * pWidget )
| ActivityPage |
Constructor
| ~ActivityPage ()
| ~ActivityPage |
Deconstructor
| void setupPage ()
| setupPage |
Sets up the page.
| void updateActivities ()
| updateActivities |
Sets the activities of the widget.
| void enableWidgets (bool state)
| enableWidgets |
[protected]
Set the state of the widgets on the page with the given value.
Parameters:
| state | The state to set the widgets as. |
| StateWidget * m_pStateWidget | m_pStateWidget |
[protected]
| ListPopupMenu * m_pMenu | m_pMenu |
[protected]
| QListBox * m_pActivityLB | m_pActivityLB |
[protected]
| QGroupBox * m_pActivityGB | m_pActivityGB |
[protected]
| KArrowButton * m_pUpArrowB | m_pUpArrowB |
[protected]
| KArrowButton * m_pDownArrowB | m_pDownArrowB |
[protected]
Popup menu used.
| void slotMenuSelection ( int sel )
| slotMenuSelection |
[slot]
Popup menu item selected
| void slotClicked ( QListBoxItem *item )
| slotClicked |
[slot]
| void slotRightButtonClicked (QListBoxItem * item, const QPoint & p)
| slotRightButtonClicked |
[slot]
| void slotRightButtonPressed (QListBoxItem * item, const QPoint & p)
| slotRightButtonPressed |
[slot]
| void slotUpClicked ()
| slotUpClicked |
[slot]
| void slotDownClicked ()
| slotDownClicked |
[slot]