#include <setup_screen_widget.h>
|
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...
|
|
|
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) |
|
Definition at line 44 of file setup_screen_widget.h.
◆ SetupScreenWidget()
SetupScreenWidget::SetupScreenWidget |
( |
QWidget * |
parent | ) |
|
|
inline |
◆ focusGiven()
void SetupScreenWidget::focusGiven |
( |
| ) |
|
|
virtual |
function called when widget is activated, allows to update/initialize GUI
Reimplemented in moveit_setup_assistant::PassiveJointsWidget, moveit_setup_assistant::PlanningGroupsWidget, moveit_setup_assistant::ConfigurationFilesWidget, moveit_setup_assistant::ControllersWidget, moveit_setup_assistant::RobotPosesWidget, moveit_setup_assistant::VirtualJointsWidget, moveit_setup_assistant::EndEffectorsWidget, moveit_setup_assistant::PerceptionWidget, moveit_setup_assistant::SimulationWidget, and moveit_setup_assistant::AuthorInformationWidget.
Definition at line 40 of file setup_screen_widget.cpp.
◆ focusLost()
bool SetupScreenWidget::focusLost |
( |
| ) |
|
|
virtual |
◆ highlightGroup
void SetupScreenWidget::highlightGroup |
( |
const std::string & |
name | ) |
|
|
signal |
Event for telling rviz to highlight a group of the robot.
◆ highlightLink
void SetupScreenWidget::highlightLink |
( |
const std::string & |
name, |
|
|
const QColor & |
|
|
) |
| |
|
signal |
Event for telling rviz to highlight a link of the robot.
◆ isModal
void SetupScreenWidget::isModal |
( |
bool |
isModal | ) |
|
|
signal |
Event for when the current screen is in modal view. Essential disabled the left navigation.
◆ unhighlightAll
void SetupScreenWidget::unhighlightAll |
( |
| ) |
|
|
signal |
Event for telling rviz to unhighlight all links of the robot.
The documentation for this class was generated from the following files: