#include <author_information_widget.h>
|
| AuthorInformationWidget (QWidget *parent, moveit_setup_assistant::MoveItConfigDataPtr config_data) |
|
virtual void | focusGiven () |
| Received when this widget is chosen from the navigation menu. 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) |
|
|
moveit_setup_assistant::MoveItConfigDataPtr | config_data_ |
| Contains all the configuration data for the setup assistant. More...
|
|
|
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 53 of file author_information_widget.h.
moveit_setup_assistant::AuthorInformationWidget::AuthorInformationWidget |
( |
QWidget * |
parent, |
|
|
moveit_setup_assistant::MoveItConfigDataPtr |
config_data |
|
) |
| |
void moveit_setup_assistant::AuthorInformationWidget::edited_email |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::AuthorInformationWidget::edited_name |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::AuthorInformationWidget::focusGiven |
( |
| ) |
|
|
virtual |
moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::AuthorInformationWidget::config_data_ |
|
private |
QLineEdit* moveit_setup_assistant::AuthorInformationWidget::email_edit_ |
QLineEdit* moveit_setup_assistant::AuthorInformationWidget::name_edit_ |
The documentation for this class was generated from the following files: