simulation dialog for the TaskView More...
#include <TaskDlgTrajectoryCompound.h>
Public Member Functions | |
virtual bool | accept () |
is called by the framework if the dialog is accepted (Ok) | |
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) | |
TaskDlgTrajectoryCompound (Robot::TrajectoryCompound *) | |
~TaskDlgTrajectoryCompound () | |
Protected Attributes | |
Gui::TaskView::TaskSelectLinkProperty * | select |
Robot::TrajectoryCompound * | TrajectoryCompound |
simulation dialog for the TaskView
Definition at line 39 of file TaskDlgTrajectoryCompound.h.
TaskDlgTrajectoryCompound::TaskDlgTrajectoryCompound | ( | Robot::TrajectoryCompound * | obj | ) |
Definition at line 44 of file TaskDlgTrajectoryCompound.cpp.
References Gui::TaskView::TaskDialog::Content, select, and Robot::TrajectoryCompound::Source.
TaskDlgTrajectoryCompound::~TaskDlgTrajectoryCompound | ( | ) |
Definition at line 52 of file TaskDlgTrajectoryCompound.cpp.
bool TaskDlgTrajectoryCompound::accept | ( | void | ) | [virtual] |
is called by the framework if the dialog is accepted (Ok)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 67 of file TaskDlgTrajectoryCompound.cpp.
References Gui::TaskView::TaskSelectLinkProperty::accept(), Robot::TrajectoryCompound::execute(), Gui::Application::Instance, Gui::TaskView::TaskSelectLinkProperty::isSelectionValid(), Gui::Document::resetEdit(), select, and TrajectoryCompound.
virtual QDialogButtonBox::StandardButtons RobotGui::TaskDlgTrajectoryCompound::getStandardButtons | ( | void | ) | const [inline, virtual] |
returns for Close and Help button
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 58 of file TaskDlgTrajectoryCompound.h.
void TaskDlgTrajectoryCompound::helpRequested | ( | ) | [virtual] |
is called by the framework if the user press the help button
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 90 of file TaskDlgTrajectoryCompound.cpp.
void TaskDlgTrajectoryCompound::open | ( | ) | [virtual] |
is called the TaskView when the dialog is opened
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 60 of file TaskDlgTrajectoryCompound.cpp.
References Gui::TaskView::TaskSelectLinkProperty::activate(), and select.
bool TaskDlgTrajectoryCompound::reject | ( | void | ) | [virtual] |
is called by the framework if the dialog is rejected (Cancel)
Reimplemented from Gui::TaskView::TaskDialog.
Definition at line 81 of file TaskDlgTrajectoryCompound.cpp.
References Robot::TrajectoryCompound::execute(), Gui::Application::Instance, Gui::TaskView::TaskSelectLinkProperty::reject(), Gui::Document::resetEdit(), select, and TrajectoryCompound.
Definition at line 62 of file TaskDlgTrajectoryCompound.h.
Referenced by accept(), open(), reject(), and TaskDlgTrajectoryCompound().
Definition at line 63 of file TaskDlgTrajectoryCompound.h.