#include <CrossSections.h>
Public Member Functions | |
bool | accept () |
is called by the framework if the dialog is accepted (Ok) | |
void | clicked (int id) |
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 | |
TaskCrossSections (const Base::BoundBox3d &bb) | |
~TaskCrossSections () |
Definition at line 79 of file CrossSections.h.
TaskCrossSections::TaskCrossSections | ( | const Base::BoundBox3d & | bb | ) |
Definition at line 501 of file CrossSections.cpp.
References Gui::BitmapFactory(), Gui::TaskView::TaskDialog::Content, and iisTaskBox::groupLayout().
TaskCrossSections::~TaskCrossSections | ( | ) |
Definition at line 511 of file CrossSections.cpp.
bool TaskCrossSections::accept | ( | void | ) | [virtual] |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 516 of file CrossSections.cpp.
References PartGui::CrossSections::accept().
void TaskCrossSections::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 522 of file CrossSections.cpp.
References PartGui::CrossSections::apply().
virtual QDialogButtonBox::StandardButtons PartGui::TaskCrossSections::getStandardButtons | ( | void | ) | const [inline, virtual] |
tells the framework which buttons whisched for the dialog
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 91 of file CrossSections.h.