#include <TaskDlgRelocation.h>
Public Member Functions | |
virtual bool | accept () |
is called by the framework if the dialog is accepted (Ok) | |
virtual void | clicked (int) |
is called by the framework if an button is clicked which has no accept or rject role | |
virtual QDialogButtonBox::StandardButtons | getStandardButtons (void) const |
returns for Close and Help button | |
virtual void | helpRequested () |
is called by the framework if the user press the help button | |
virtual void | open () |
is called the TaskView when the dialog is opened | |
virtual bool | reject () |
is called by the framework if the dialog is rejected (Cancel) | |
TaskDlgRelocation () | |
~TaskDlgRelocation () |
Definition at line 74 of file TaskDlgRelocation.h.
TaskDlgRelocation::TaskDlgRelocation | ( | ) |
Definition at line 98 of file TaskDlgRelocation.cpp.
TaskDlgRelocation::~TaskDlgRelocation | ( | ) |
Definition at line 117 of file TaskDlgRelocation.cpp.
bool TaskDlgRelocation::accept | ( | void | ) | [virtual] |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 136 of file TaskDlgRelocation.cpp.
void TaskDlgRelocation::clicked | ( | int | ) | [virtual] |
is called by the framework if an button is clicked which has no accept or rject role
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 131 of file TaskDlgRelocation.cpp.
virtual QDialogButtonBox::StandardButtons Gui::TaskDlgRelocation::getStandardButtons | ( | void | ) | const [inline, virtual] |
returns for Close and Help button
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 95 of file TaskDlgRelocation.h.
void TaskDlgRelocation::helpRequested | ( | ) | [virtual] |
is called by the framework if the user press the help button
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 146 of file TaskDlgRelocation.cpp.
void TaskDlgRelocation::open | ( | ) | [virtual] |
is called the TaskView when the dialog is opened
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 125 of file TaskDlgRelocation.cpp.
bool TaskDlgRelocation::reject | ( | void | ) | [virtual] |
is called by the framework if the dialog is rejected (Cancel)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 141 of file TaskDlgRelocation.cpp.