#include <TaskShapeBuilder.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) | |
TaskShapeBuilder () | |
~TaskShapeBuilder () |
Definition at line 59 of file TaskShapeBuilder.h.
TaskShapeBuilder::TaskShapeBuilder | ( | ) |
Definition at line 379 of file TaskShapeBuilder.cpp.
References Gui::BitmapFactory(), Gui::TaskView::TaskDialog::Content, and iisTaskBox::groupLayout().
TaskShapeBuilder::~TaskShapeBuilder | ( | ) |
Definition at line 389 of file TaskShapeBuilder.cpp.
bool TaskShapeBuilder::accept | ( | void | ) | [virtual] |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 401 of file TaskShapeBuilder.cpp.
References PartGui::ShapeBuilderWidget::accept().
void TaskShapeBuilder::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 397 of file TaskShapeBuilder.cpp.
QDialogButtonBox::StandardButtons PartGui::TaskShapeBuilder::getStandardButtons | ( | void | ) | const [inline, virtual] |
tells the framework which buttons whisched for the dialog
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 73 of file TaskShapeBuilder.h.
void TaskShapeBuilder::open | ( | ) | [virtual] |
is called by the framework when the dialog is opened
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 393 of file TaskShapeBuilder.cpp.
bool TaskShapeBuilder::reject | ( | void | ) | [virtual] |
is called by the framework if the dialog is rejected (Cancel)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 406 of file TaskShapeBuilder.cpp.
References PartGui::ShapeBuilderWidget::reject().