#include <simulation_widget.h>
|
| void | focusGiven () override |
| | function called when widget is activated, allows to update/initialize GUI More...
|
| |
| bool | focusLost () override |
| | function called when widget lost focus, allows to accept/reject changes and to reject switching (returning false) More...
|
| |
| | SimulationWidget (QWidget *parent, const MoveItConfigDataPtr &config_data) |
| |
| | 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 57 of file simulation_widget.h.
◆ SimulationWidget()
| moveit_setup_assistant::SimulationWidget::SimulationWidget |
( |
QWidget * |
parent, |
|
|
const MoveItConfigDataPtr & |
config_data |
|
) |
| |
◆ copyURDF
| void moveit_setup_assistant::SimulationWidget::copyURDF |
( |
| ) |
|
|
privateslot |
◆ focusGiven()
| void moveit_setup_assistant::SimulationWidget::focusGiven |
( |
| ) |
|
|
overridevirtual |
◆ focusLost()
| bool moveit_setup_assistant::SimulationWidget::focusLost |
( |
| ) |
|
|
overridevirtual |
function called when widget lost focus, allows to accept/reject changes and to reject switching (returning false)
Reimplemented from SetupScreenWidget.
Definition at line 209 of file simulation_widget.cpp.
◆ generateGazeboCompatibleURDF()
| std::string moveit_setup_assistant::SimulationWidget::generateGazeboCompatibleURDF |
( |
| ) |
const |
|
private |
◆ openURDF
| void moveit_setup_assistant::SimulationWidget::openURDF |
( |
| ) |
|
|
privateslot |
◆ overwriteURDF
| void moveit_setup_assistant::SimulationWidget::overwriteURDF |
( |
| ) |
|
|
privateslot |
◆ setDirty
| void moveit_setup_assistant::SimulationWidget::setDirty |
( |
bool |
dirty = true | ) |
|
|
privateslot |
◆ btn_open_
| QPushButton* moveit_setup_assistant::SimulationWidget::btn_open_ |
|
private |
◆ btn_overwrite_
| QPushButton* moveit_setup_assistant::SimulationWidget::btn_overwrite_ |
|
private |
◆ config_data_
| moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::SimulationWidget::config_data_ |
|
private |
Contains all the configuration data for the setup assistant.
Definition at line 100 of file simulation_widget.h.
◆ copy_urdf_
| QLabel* moveit_setup_assistant::SimulationWidget::copy_urdf_ |
|
private |
◆ no_changes_label_
| QLabel* moveit_setup_assistant::SimulationWidget::no_changes_label_ |
|
private |
◆ simulation_text_
| QTextEdit* moveit_setup_assistant::SimulationWidget::simulation_text_ |
|
private |
The documentation for this class was generated from the following files: