#include <Tessellation.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 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 | |
| virtual void | open () |
| is called by the framework when the dialog is opened | |
| virtual bool | reject () |
| is called by the framework if the dialog is rejected (Cancel) | |
| TaskTessellation () | |
| ~TaskTessellation () | |
Definition at line 55 of file Tessellation.h.
| TaskTessellation::TaskTessellation | ( | ) |
Definition at line 152 of file Tessellation.cpp.
References Gui::TaskView::TaskDialog::Content, and iisTaskBox::groupLayout().
| TaskTessellation::~TaskTessellation | ( | ) |
Definition at line 162 of file Tessellation.cpp.
| bool TaskTessellation::accept | ( | void | ) | [virtual] |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 175 of file Tessellation.cpp.
References MeshPartGui::Tessellation::accept().
| void TaskTessellation::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 171 of file Tessellation.cpp.
| virtual QDialogButtonBox::StandardButtons MeshPartGui::TaskTessellation::getStandardButtons | ( | void | ) | const [inline, virtual] |
tells the framework which buttons whisched for the dialog
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 69 of file Tessellation.h.
| void TaskTessellation::open | ( | ) | [virtual] |
is called by the framework when the dialog is opened
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 167 of file Tessellation.cpp.
| bool TaskTessellation::reject | ( | void | ) | [virtual] |
is called by the framework if the dialog is rejected (Cancel)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 180 of file Tessellation.cpp.
1.6.1