#include <DlgExtrusion.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 | |
| TaskExtrusion () | |
| ~TaskExtrusion () | |
Definition at line 58 of file DlgExtrusion.h.
| TaskExtrusion::TaskExtrusion | ( | ) |
Definition at line 234 of file DlgExtrusion.cpp.
References Gui::BitmapFactory(), Gui::TaskView::TaskDialog::Content, and iisTaskBox::groupLayout().
| TaskExtrusion::~TaskExtrusion | ( | ) |
Definition at line 244 of file DlgExtrusion.cpp.
| bool TaskExtrusion::accept | ( | void | ) | [virtual] |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 249 of file DlgExtrusion.cpp.
References PartGui::DlgExtrusion::accept().
| void TaskExtrusion::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 255 of file DlgExtrusion.cpp.
References PartGui::DlgExtrusion::apply().
| virtual QDialogButtonBox::StandardButtons PartGui::TaskExtrusion::getStandardButtons | ( | void | ) | const [inline, virtual] |
tells the framework which buttons whisched for the dialog
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 70 of file DlgExtrusion.h.
1.6.1