#include <TaskLoft.h>
Public Member Functions | |
bool | accept () |
is called by the framework if the dialog is accepted (Ok) | |
void | clicked (int) |
is called by the framework if a button is clicked which has no accept or reject role | |
QDialogButtonBox::StandardButtons | getStandardButtons () const |
tells the framework which buttons whisched for the dialog | |
void | open () |
is called by the framework when the dialog is opened | |
bool | reject () |
is called by the framework if the dialog is rejected (Cancel) | |
TaskLoft () | |
~TaskLoft () |
Definition at line 61 of file TaskLoft.h.
TaskLoft::TaskLoft | ( | ) |
Definition at line 239 of file TaskLoft.cpp.
References Gui::TaskView::TaskDialog::Content, and iisTaskBox::groupLayout().
TaskLoft::~TaskLoft | ( | ) |
Definition at line 248 of file TaskLoft.cpp.
bool TaskLoft::accept | ( | void | ) | [virtual] |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 260 of file TaskLoft.cpp.
References PartGui::LoftWidget::accept().
void TaskLoft::clicked | ( | int | ) | [virtual] |
is called by the framework if a button is clicked which has no accept or reject role
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 256 of file TaskLoft.cpp.
QDialogButtonBox::StandardButtons PartGui::TaskLoft::getStandardButtons | ( | void | ) | const [inline, virtual] |
tells the framework which buttons whisched for the dialog
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 75 of file TaskLoft.h.
void TaskLoft::open | ( | ) | [virtual] |
is called by the framework when the dialog is opened
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 252 of file TaskLoft.cpp.
bool TaskLoft::reject | ( | void | ) | [virtual] |
is called by the framework if the dialog is rejected (Cancel)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 265 of file TaskLoft.cpp.
References PartGui::LoftWidget::reject().