simulation dialog for the TaskView More...
#include <TaskPatternRectangularParameters.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 | |
| ViewProviderPatternRectangular * | getPatternRectangularView () 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) | |
| TaskDlgPatternRectangularParameters (ViewProviderPatternRectangular *PatternRectangularView) | |
| ~TaskDlgPatternRectangularParameters () | |
Protected Attributes | |
| TaskPatternRectangularParameters * | parameter |
| ViewProviderPatternRectangular * | PatternRectangularView |
simulation dialog for the TaskView
Definition at line 71 of file TaskPatternRectangularParameters.h.
| TaskDlgPatternRectangularParameters::TaskDlgPatternRectangularParameters | ( | ViewProviderPatternRectangular * | PatternRectangularView | ) |
Definition at line 91 of file TaskPatternRectangularParameters.cpp.
References Gui::TaskView::TaskDialog::Content, and parameter.
| TaskDlgPatternRectangularParameters::~TaskDlgPatternRectangularParameters | ( | ) |
Definition at line 100 of file TaskPatternRectangularParameters.cpp.
| bool TaskDlgPatternRectangularParameters::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 TaskPatternRectangularParameters.cpp.
| void TaskDlgPatternRectangularParameters::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 TaskPatternRectangularParameters.cpp.
| ViewProviderPatternRectangular* PartDesignGui::TaskDlgPatternRectangularParameters::getPatternRectangularView | ( | ) | const [inline] |
Definition at line 79 of file TaskPatternRectangularParameters.h.
| virtual QDialogButtonBox::StandardButtons PartDesignGui::TaskDlgPatternRectangularParameters::getStandardButtons | ( | void | ) | const [inline, virtual] |
returns for Close and Help button
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 97 of file TaskPatternRectangularParameters.h.
| void TaskDlgPatternRectangularParameters::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 TaskPatternRectangularParameters.cpp.
| virtual bool PartDesignGui::TaskDlgPatternRectangularParameters::isAllowedAlterDocument | ( | void | ) | const [inline, virtual] |
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 93 of file TaskPatternRectangularParameters.h.
| void TaskDlgPatternRectangularParameters::open | ( | ) | [virtual] |
is called the TaskView when the dialog is opened
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 108 of file TaskPatternRectangularParameters.cpp.
| bool TaskDlgPatternRectangularParameters::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 TaskPatternRectangularParameters.cpp.
References Gui::Command::commitCommand(), Gui::Command::Doc, Gui::Command::doCommand(), Gui::Command::Gui, and Gui::Command::openCommand().
TaskPatternRectangularParameters* PartDesignGui::TaskDlgPatternRectangularParameters::parameter [protected] |
Definition at line 103 of file TaskPatternRectangularParameters.h.
Referenced by TaskDlgPatternRectangularParameters().
ViewProviderPatternRectangular* PartDesignGui::TaskDlgPatternRectangularParameters::PatternRectangularView [protected] |
Definition at line 101 of file TaskPatternRectangularParameters.h.
1.6.1