simulation dialog for the TaskView More...
#include <TaskDlgSimulate.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) | |
| TaskDlgSimulate (Robot::RobotObject *pcRobotObject, Robot::TrajectoryObject *pcTrajectoryObject) | |
| ~TaskDlgSimulate () | |
Protected Attributes | |
| TaskRobotControl * | ctr |
| TaskRobotMessages * | msg |
| TaskRobot6Axis * | rob |
| TaskTrajectory * | trac |
simulation dialog for the TaskView
Definition at line 40 of file TaskDlgSimulate.h.
| TaskDlgSimulate::TaskDlgSimulate | ( | Robot::RobotObject * | pcRobotObject, | |
| Robot::TrajectoryObject * | pcTrajectoryObject | |||
| ) |
Definition at line 39 of file TaskDlgSimulate.cpp.
References draftlibs::fcgeo::connect(), Gui::TaskView::TaskDialog::Content, ctr, msg, rob, and trac.
| TaskDlgSimulate::~TaskDlgSimulate | ( | ) |
Definition at line 58 of file TaskDlgSimulate.cpp.
| bool TaskDlgSimulate::accept | ( | void | ) | [virtual] |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 77 of file TaskDlgSimulate.cpp.
| void TaskDlgSimulate::clicked | ( | int | ) | [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 72 of file TaskDlgSimulate.cpp.
| virtual QDialogButtonBox::StandardButtons RobotGui::TaskDlgSimulate::getStandardButtons | ( | void | ) | const [inline, virtual] |
returns for Close and Help button
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 61 of file TaskDlgSimulate.h.
| void TaskDlgSimulate::helpRequested | ( | ) | [virtual] |
is called by the framework if the user press the help button
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 87 of file TaskDlgSimulate.cpp.
| void TaskDlgSimulate::open | ( | ) | [virtual] |
is called the TaskView when the dialog is opened
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 66 of file TaskDlgSimulate.cpp.
References ctr, Gui::TaskView::TaskBox::hideGroupBox(), and msg.
| bool TaskDlgSimulate::reject | ( | void | ) | [virtual] |
is called by the framework if the dialog is rejected (Cancel)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 82 of file TaskDlgSimulate.cpp.
TaskRobotControl* RobotGui::TaskDlgSimulate::ctr [protected] |
Definition at line 66 of file TaskDlgSimulate.h.
Referenced by open(), and TaskDlgSimulate().
TaskRobotMessages* RobotGui::TaskDlgSimulate::msg [protected] |
Definition at line 68 of file TaskDlgSimulate.h.
Referenced by open(), and TaskDlgSimulate().
TaskRobot6Axis* RobotGui::TaskDlgSimulate::rob [protected] |
Definition at line 65 of file TaskDlgSimulate.h.
Referenced by TaskDlgSimulate().
TaskTrajectory* RobotGui::TaskDlgSimulate::trac [protected] |
Definition at line 67 of file TaskDlgSimulate.h.
Referenced by TaskDlgSimulate().
1.6.1