#include <Transform.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 | |
virtual QDialogButtonBox::StandardButtons | getStandardButtons () const |
tells the framework which buttons whisched for the dialog | |
bool | reject () |
is called by the framework if the dialog is rejected (Cancel) | |
void | setTransformStrategy (TransformStrategy *ts) |
TaskTransform () | |
~TaskTransform () |
Definition at line 106 of file Transform.h.
TaskTransform::TaskTransform | ( | ) |
Definition at line 455 of file Transform.cpp.
References Gui::TaskView::TaskDialog::Content, iisTaskBox::groupLayout(), Gui::TaskView::TaskDialog::setButtonPosition(), Gui::Dialog::Transform::showStandardButtons(), and Gui::TaskView::TaskDialog::South.
TaskTransform::~TaskTransform | ( | ) |
Definition at line 465 of file Transform.cpp.
bool TaskTransform::accept | ( | void | ) | [virtual] |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 475 of file Transform.cpp.
References Gui::Dialog::Transform::accept().
void TaskTransform::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 487 of file Transform.cpp.
References Gui::Dialog::Transform::on_applyButton_clicked().
virtual QDialogButtonBox::StandardButtons Gui::Dialog::TaskTransform::getStandardButtons | ( | void | ) | const [inline, virtual] |
tells the framework which buttons whisched for the dialog
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 120 of file Transform.h.
bool TaskTransform::reject | ( | void | ) | [virtual] |
is called by the framework if the dialog is rejected (Cancel)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 481 of file Transform.cpp.
References Gui::Dialog::Transform::reject().
void TaskTransform::setTransformStrategy | ( | TransformStrategy * | ts | ) |
Definition at line 470 of file Transform.cpp.
References Gui::Dialog::Transform::setTransformStrategy().