#include <DlgFilletEdges.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) | |
TaskFilletEdges (Part::Fillet *) | |
~TaskFilletEdges () |
Definition at line 116 of file DlgFilletEdges.h.
TaskFilletEdges::TaskFilletEdges | ( | Part::Fillet * | fillet | ) |
Definition at line 653 of file DlgFilletEdges.cpp.
References Gui::BitmapFactory(), Gui::TaskView::TaskDialog::Content, and iisTaskBox::groupLayout().
TaskFilletEdges::~TaskFilletEdges | ( | ) |
Definition at line 663 of file DlgFilletEdges.cpp.
bool TaskFilletEdges::accept | ( | void | ) | [virtual] |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 676 of file DlgFilletEdges.cpp.
References PartGui::DlgFilletEdges::accept(), Gui::Command::doCommand(), and Gui::Command::Gui.
void TaskFilletEdges::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 672 of file DlgFilletEdges.cpp.
virtual QDialogButtonBox::StandardButtons PartGui::TaskFilletEdges::getStandardButtons | ( | void | ) | const [inline, virtual] |
tells the framework which buttons whisched for the dialog
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 130 of file DlgFilletEdges.h.
void TaskFilletEdges::open | ( | ) | [virtual] |
is called by the framework when the dialog is opened
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 668 of file DlgFilletEdges.cpp.
bool TaskFilletEdges::reject | ( | void | ) | [virtual] |
is called by the framework if the dialog is rejected (Cancel)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 684 of file DlgFilletEdges.cpp.
References Gui::Command::doCommand(), and Gui::Command::Gui.