simulation dialog for the TaskView More...
#include <TaskFilletParameters.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 an button is clicked which has no accept or reject role | |
ViewProviderFillet * | getFilletView () const |
virtual QDialogButtonBox::StandardButtons | getStandardButtons (void) const |
returns for Close and Help button | |
virtual bool | isAllowedAlterDocument (void) const |
is called by the framework if the user presses the help button | |
virtual void | open () |
is called the TaskView when the dialog is opened | |
virtual bool | reject () |
is called by the framework if the dialog is rejected (Cancel) | |
TaskDlgFilletParameters (ViewProviderFillet *FilletView) | |
~TaskDlgFilletParameters () | |
Protected Attributes | |
ViewProviderFillet * | FilletView |
TaskFilletParameters * | parameter |
simulation dialog for the TaskView
Definition at line 72 of file TaskFilletParameters.h.
TaskDlgFilletParameters::TaskDlgFilletParameters | ( | ViewProviderFillet * | FilletView | ) |
Definition at line 106 of file TaskFilletParameters.cpp.
References Gui::TaskView::TaskDialog::Content, and parameter.
TaskDlgFilletParameters::~TaskDlgFilletParameters | ( | ) |
Definition at line 115 of file TaskFilletParameters.cpp.
bool TaskDlgFilletParameters::accept | ( | void | ) | [virtual] |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 133 of file TaskFilletParameters.cpp.
References Gui::Command::commitCommand(), Gui::Command::Doc, Gui::Command::doCommand(), FilletView, PartDesignGui::TaskFilletParameters::getLength(), App::DocumentObject::getNameInDocument(), Gui::ViewProviderDocumentObject::getObject(), Gui::Command::Gui, and parameter.
void TaskDlgFilletParameters::clicked | ( | int | ) | [virtual] |
is called by the framework if an button is clicked which has no accept or reject role
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 128 of file TaskFilletParameters.cpp.
ViewProviderFillet* PartDesignGui::TaskDlgFilletParameters::getFilletView | ( | ) | const [inline] |
Definition at line 80 of file TaskFilletParameters.h.
Referenced by PartDesignGui::ViewProviderFillet::setEdit().
virtual QDialogButtonBox::StandardButtons PartDesignGui::TaskDlgFilletParameters::getStandardButtons | ( | void | ) | const [inline, virtual] |
returns for Close and Help button
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 98 of file TaskFilletParameters.h.
virtual bool PartDesignGui::TaskDlgFilletParameters::isAllowedAlterDocument | ( | void | ) | const [inline, virtual] |
is called by the framework if the user presses the help button
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 94 of file TaskFilletParameters.h.
void TaskDlgFilletParameters::open | ( | ) | [virtual] |
is called the TaskView when the dialog is opened
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 123 of file TaskFilletParameters.cpp.
bool TaskDlgFilletParameters::reject | ( | void | ) | [virtual] |
is called by the framework if the dialog is rejected (Cancel)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 146 of file TaskFilletParameters.cpp.
References Gui::Command::abortCommand(), PartDesign::DressUp::Base, Gui::Command::doCommand(), FilletView, Gui::ViewProviderDocumentObject::getObject(), App::PropertyLinkSub::getValue(), Gui::Application::getViewProvider(), Gui::Command::Gui, Gui::Application::Instance, and Gui::ViewProvider::show().
Definition at line 102 of file TaskFilletParameters.h.
Definition at line 104 of file TaskFilletParameters.h.
Referenced by accept(), and TaskDlgFilletParameters().