#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 45 of file setup_screen_widget.h.
SetupScreenWidget::SetupScreenWidget |
( |
QWidget * |
parent | ) |
|
|
inline |
void SetupScreenWidget::focusGiven |
( |
| ) |
|
|
virtual |
bool SetupScreenWidget::focusLost |
( |
| ) |
|
|
virtual |
void SetupScreenWidget::highlightGroup |
( |
const std::string & |
name | ) |
|
|
signal |
Event for telling rviz to highlight a group of the robot.
void SetupScreenWidget::highlightLink |
( |
const std::string & |
name, |
|
|
const QColor & |
|
|
) |
| |
|
signal |
Event for telling rviz to highlight a link of the robot.
void SetupScreenWidget::isModal |
( |
bool |
isModal | ) |
|
|
signal |
Event for when the current screen is in modal view. Essential disabled the left navigation.
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: