simulation dialog for the TaskView More...
#include <TaskDlgTrajectoryDressUp.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 rject role | |
| virtual QDialogButtonBox::StandardButtons | getStandardButtons (void) const |
| returns for Close and Help button | |
| virtual void | helpRequested () |
| is called by the framework if the user press 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) | |
| TaskDlgTrajectoryDressUp (Robot::TrajectoryDressUpObject *) | |
| ~TaskDlgTrajectoryDressUp () | |
Protected Attributes | |
| TaskTrajectoryDressUpParameter * | param |
| Robot::TrajectoryDressUpObject * | pcObject |
simulation dialog for the TaskView
Definition at line 42 of file TaskDlgTrajectoryDressUp.h.
| TaskDlgTrajectoryDressUp::TaskDlgTrajectoryDressUp | ( | Robot::TrajectoryDressUpObject * | obj | ) |
Definition at line 44 of file TaskDlgTrajectoryDressUp.cpp.
References Gui::TaskView::TaskDialog::Content, and param.
| TaskDlgTrajectoryDressUp::~TaskDlgTrajectoryDressUp | ( | ) |
Definition at line 52 of file TaskDlgTrajectoryDressUp.cpp.
| bool TaskDlgTrajectoryDressUp::accept | ( | void | ) | [virtual] |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 76 of file TaskDlgTrajectoryDressUp.cpp.
References Gui::Application::Instance, param, pcObject, App::DocumentObject::recompute(), Gui::Document::resetEdit(), and RobotGui::TaskTrajectoryDressUpParameter::writeValues().
| void TaskDlgTrajectoryDressUp::clicked | ( | int | button | ) | [virtual] |
is called by the framework if an button is clicked which has no accept or rject role
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 65 of file TaskDlgTrajectoryDressUp.cpp.
References param, pcObject, App::DocumentObject::recompute(), and RobotGui::TaskTrajectoryDressUpParameter::writeValues().
| virtual QDialogButtonBox::StandardButtons RobotGui::TaskDlgTrajectoryDressUp::getStandardButtons | ( | void | ) | const [inline, virtual] |
returns for Close and Help button
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 63 of file TaskDlgTrajectoryDressUp.h.
| void TaskDlgTrajectoryDressUp::helpRequested | ( | ) | [virtual] |
is called by the framework if the user press the help button
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 96 of file TaskDlgTrajectoryDressUp.cpp.
| void TaskDlgTrajectoryDressUp::open | ( | ) | [virtual] |
is called the TaskView when the dialog is opened
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 60 of file TaskDlgTrajectoryDressUp.cpp.
| bool TaskDlgTrajectoryDressUp::reject | ( | void | ) | [virtual] |
is called by the framework if the dialog is rejected (Cancel)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 88 of file TaskDlgTrajectoryDressUp.cpp.
References Gui::Application::Instance, and Gui::Document::resetEdit().
Definition at line 67 of file TaskDlgTrajectoryDressUp.h.
Referenced by accept(), clicked(), and TaskDlgTrajectoryDressUp().
Definition at line 68 of file TaskDlgTrajectoryDressUp.h.
1.6.1