#include <activitypage.h>
ActivityPage::ActivityPage |
( |
QWidget * |
pParent, |
|
|
StateWidget * |
pWidget |
|
) |
| |
ActivityPage::~ActivityPage |
( |
| ) |
|
void ActivityPage::enableWidgets |
( |
bool |
state | ) |
|
|
protected |
Set the state of the widgets on the page with the given value.
- Parameters
-
state | The state to set the widgets as. |
void ActivityPage::setupPage |
( |
| ) |
|
void ActivityPage::slotBottomClicked |
( |
| ) |
|
|
slot |
void ActivityPage::slotClicked |
( |
QListWidgetItem * |
item | ) |
|
|
slot |
void ActivityPage::slotDelete |
( |
| ) |
|
|
slot |
void ActivityPage::slotDoubleClicked |
( |
QListWidgetItem * |
item | ) |
|
|
slot |
void ActivityPage::slotDownClicked |
( |
| ) |
|
|
slot |
void ActivityPage::slotMenuSelection |
( |
QAction * |
action | ) |
|
|
slot |
Popup menu item selected.
void ActivityPage::slotNewActivity |
( |
| ) |
|
|
slot |
void ActivityPage::slotRename |
( |
| ) |
|
|
slot |
void ActivityPage::slotRightButtonPressed |
( |
const QPoint & |
p | ) |
|
|
slot |
void ActivityPage::slotTopClicked |
( |
| ) |
|
|
slot |
void ActivityPage::slotUpClicked |
( |
| ) |
|
|
slot |
void ActivityPage::updateActivities |
( |
| ) |
|
Sets the activities of the widget.
QGroupBox* ActivityPage::m_pActivityGB |
|
protected |
QListWidget* ActivityPage::m_pActivityLW |
|
protected |
QToolButton* ActivityPage::m_pBottomArrowB |
|
protected |
QPushButton* ActivityPage::m_pDeleteActivityButton |
|
protected |
QToolButton* ActivityPage::m_pDownArrowB |
|
protected |
QPushButton* ActivityPage::m_pRenameButton |
|
protected |
The widget to get the activities from.
QToolButton* ActivityPage::m_pTopArrowB |
|
protected |
QToolButton* ActivityPage::m_pUpArrowB |
|
protected |
The documentation for this class was generated from the following files: