#include <DlgRevolution.h>
Public Member Functions | |
bool | accept () |
is called by the framework if the dialog is accepted (Ok) | |
virtual QDialogButtonBox::StandardButtons | getStandardButtons () const |
tells the framework which buttons whisched for the dialog | |
TaskRevolution () | |
~TaskRevolution () |
Definition at line 56 of file DlgRevolution.h.
TaskRevolution::TaskRevolution | ( | ) |
Definition at line 164 of file DlgRevolution.cpp.
References Gui::BitmapFactory(), Gui::TaskView::TaskDialog::Content, and iisTaskBox::groupLayout().
TaskRevolution::~TaskRevolution | ( | ) |
Definition at line 174 of file DlgRevolution.cpp.
bool TaskRevolution::accept | ( | void | ) | [virtual] |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 179 of file DlgRevolution.cpp.
References PartGui::DlgRevolution::accept().
virtual QDialogButtonBox::StandardButtons PartGui::TaskRevolution::getStandardButtons | ( | void | ) | const [inline, virtual] |
tells the framework which buttons whisched for the dialog
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 67 of file DlgRevolution.h.