#include <simulation_widget.h>
|
| SimulationWidget (QWidget *parent, moveit_setup_assistant::MoveItConfigDataPtr config_data) |
|
virtual void | focusGiven () |
| function called when widget is activated, allows to update/initialize GUI More...
|
|
virtual bool | focusLost () |
| function called when widget lost focus, allows to accept/reject changes and to reject switching (returning false) More...
|
|
| SetupScreenWidget (QWidget *parent) |
|
|
void | highlightGroup (const std::string &name) |
| Event for telling rviz to highlight a group of the robot. More...
|
|
void | highlightLink (const std::string &name, const QColor &) |
| Event for telling rviz to highlight a link of the robot. More...
|
|
void | isModal (bool isModal) |
| Event for when the current screen is in modal view. Essential disabled the left navigation. More...
|
|
void | unhighlightAll () |
| Event for telling rviz to unhighlight all links of the robot. More...
|
|
Definition at line 59 of file simulation_widget.h.
moveit_setup_assistant::SimulationWidget::SimulationWidget |
( |
QWidget * |
parent, |
|
|
moveit_setup_assistant::MoveItConfigDataPtr |
config_data |
|
) |
| |
void moveit_setup_assistant::SimulationWidget::copyURDF |
( |
const QString & |
link | ) |
|
|
privateslot |
void moveit_setup_assistant::SimulationWidget::generateURDFClick |
( |
| ) |
|
|
privateslot |
moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::SimulationWidget::config_data_ |
|
private |
Contains all the configuration data for the setup assistant.
Definition at line 92 of file simulation_widget.h.
QLabel* moveit_setup_assistant::SimulationWidget::copy_urdf_ |
|
private |
QLabel* moveit_setup_assistant::SimulationWidget::no_changes_label_ |
|
private |
QTextEdit* moveit_setup_assistant::SimulationWidget::simulation_text_ |
|
private |
The documentation for this class was generated from the following files: