simulation dialog for the TaskView More...
#include <TaskDlgEditSketch.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 | |
ViewProviderSketch * | getSketchView () 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) | |
TaskDlgEditSketch (ViewProviderSketch *sketchView) | |
~TaskDlgEditSketch () | |
Protected Attributes | |
TaskSketcherConstrains * | Constraints |
TaskSketcherGeneral * | General |
TaskSketcherMessages * | Messages |
ViewProviderSketch * | sketchView |
simulation dialog for the TaskView
Definition at line 38 of file TaskDlgEditSketch.h.
TaskDlgEditSketch::TaskDlgEditSketch | ( | ViewProviderSketch * | sketchView | ) |
Definition at line 41 of file TaskDlgEditSketch.cpp.
References Constraints, Gui::TaskView::TaskDialog::Content, General, and Messages.
TaskDlgEditSketch::~TaskDlgEditSketch | ( | ) |
Definition at line 54 of file TaskDlgEditSketch.cpp.
bool TaskDlgEditSketch::accept | ( | void | ) | [virtual] |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 72 of file TaskDlgEditSketch.cpp.
void TaskDlgEditSketch::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 67 of file TaskDlgEditSketch.cpp.
ViewProviderSketch* SketcherGui::TaskDlgEditSketch::getSketchView | ( | ) | const [inline] |
Definition at line 45 of file TaskDlgEditSketch.h.
Referenced by SketcherGui::ViewProviderSketch::setEdit().
virtual QDialogButtonBox::StandardButtons SketcherGui::TaskDlgEditSketch::getStandardButtons | ( | void | ) | const [inline, virtual] |
returns for Close and Help button
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 63 of file TaskDlgEditSketch.h.
void TaskDlgEditSketch::helpRequested | ( | ) | [virtual] |
is called by the framework if the user presses the help button
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 87 of file TaskDlgEditSketch.cpp.
virtual bool SketcherGui::TaskDlgEditSketch::isAllowedAlterDocument | ( | void | ) | const [inline, virtual] |
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 59 of file TaskDlgEditSketch.h.
void TaskDlgEditSketch::open | ( | ) | [virtual] |
is called the TaskView when the dialog is opened
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 62 of file TaskDlgEditSketch.cpp.
bool TaskDlgEditSketch::reject | ( | void | ) | [virtual] |
is called by the framework if the dialog is rejected (Cancel)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 77 of file TaskDlgEditSketch.cpp.
References Gui::Command::Doc, Gui::Command::doCommand(), and Gui::Command::Gui.
Definition at line 69 of file TaskDlgEditSketch.h.
Referenced by TaskDlgEditSketch().
Definition at line 70 of file TaskDlgEditSketch.h.
Referenced by TaskDlgEditSketch().
Definition at line 71 of file TaskDlgEditSketch.h.
Referenced by TaskDlgEditSketch().
Definition at line 67 of file TaskDlgEditSketch.h.