simulation dialog for the TaskView More...
#include <TaskHoleParameters.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 | |
ViewProviderHole * | getHoleView () const |
virtual QDialogButtonBox::StandardButtons | getStandardButtons (void) const |
returns for Close and Help button | |
virtual void | helpRequested () |
is called by the framework if the user presses the help button | |
virtual bool | isAllowedAlterDocument (void) const |
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) | |
TaskDlgHoleParameters (ViewProviderHole *HoleView) | |
~TaskDlgHoleParameters () | |
Protected Attributes | |
ViewProviderHole * | HoleView |
TaskHoleParameters * | parameter |
simulation dialog for the TaskView
Definition at line 71 of file TaskHoleParameters.h.
TaskDlgHoleParameters::TaskDlgHoleParameters | ( | ViewProviderHole * | HoleView | ) |
Definition at line 91 of file TaskHoleParameters.cpp.
References Gui::TaskView::TaskDialog::Content, and parameter.
TaskDlgHoleParameters::~TaskDlgHoleParameters | ( | ) |
Definition at line 100 of file TaskHoleParameters.cpp.
bool TaskDlgHoleParameters::accept | ( | void | ) | [virtual] |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 118 of file TaskHoleParameters.cpp.
void TaskDlgHoleParameters::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 113 of file TaskHoleParameters.cpp.
ViewProviderHole* PartDesignGui::TaskDlgHoleParameters::getHoleView | ( | ) | const [inline] |
Definition at line 79 of file TaskHoleParameters.h.
virtual QDialogButtonBox::StandardButtons PartDesignGui::TaskDlgHoleParameters::getStandardButtons | ( | void | ) | const [inline, virtual] |
returns for Close and Help button
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 97 of file TaskHoleParameters.h.
void TaskDlgHoleParameters::helpRequested | ( | ) | [virtual] |
is called by the framework if the user presses the help button
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 133 of file TaskHoleParameters.cpp.
virtual bool PartDesignGui::TaskDlgHoleParameters::isAllowedAlterDocument | ( | void | ) | const [inline, virtual] |
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 93 of file TaskHoleParameters.h.
void TaskDlgHoleParameters::open | ( | ) | [virtual] |
is called the TaskView when the dialog is opened
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 108 of file TaskHoleParameters.cpp.
bool TaskDlgHoleParameters::reject | ( | void | ) | [virtual] |
is called by the framework if the dialog is rejected (Cancel)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 123 of file TaskHoleParameters.cpp.
References Gui::Command::commitCommand(), Gui::Command::Doc, Gui::Command::doCommand(), Gui::Command::Gui, and Gui::Command::openCommand().
Definition at line 101 of file TaskHoleParameters.h.
Definition at line 103 of file TaskHoleParameters.h.
Referenced by TaskDlgHoleParameters().