#include <TaskChamfer.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) | |
TaskChamfer () | |
~TaskChamfer () |
Definition at line 101 of file TaskChamfer.h.
TaskChamfer::TaskChamfer | ( | ) |
Definition at line 566 of file TaskChamfer.cpp.
References Gui::BitmapFactory(), Gui::TaskView::TaskDialog::Content, and iisTaskBox::groupLayout().
TaskChamfer::~TaskChamfer | ( | ) |
Definition at line 576 of file TaskChamfer.cpp.
bool TaskChamfer::accept | ( | void | ) | [virtual] |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 589 of file TaskChamfer.cpp.
References PartDesignGui::ChamferWidget::accept().
void TaskChamfer::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 585 of file TaskChamfer.cpp.
virtual QDialogButtonBox::StandardButtons PartDesignGui::TaskChamfer::getStandardButtons | ( | void | ) | const [inline, virtual] |
tells the framework which buttons whisched for the dialog
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 115 of file TaskChamfer.h.
void TaskChamfer::open | ( | ) | [virtual] |
is called by the framework when the dialog is opened
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 581 of file TaskChamfer.cpp.
bool TaskChamfer::reject | ( | void | ) | [virtual] |
is called by the framework if the dialog is rejected (Cancel)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 594 of file TaskChamfer.cpp.