#include <author_information_widget.h>
Public Member Functions | |
AuthorInformationWidget (QWidget *parent, moveit_setup_assistant::MoveItConfigDataPtr config_data) | |
virtual void | focusGiven () |
Recieved when this widget is chosen from the navigation menu. | |
Public Attributes | |
QLineEdit * | email_edit_ |
QLineEdit * | name_edit_ |
Private Slots | |
void | edited_email () |
void | edited_name () |
Private Attributes | |
moveit_setup_assistant::MoveItConfigDataPtr | config_data_ |
Contains all the configuration data for the setup assistant. |
Definition at line 53 of file author_information_widget.h.
moveit_setup_assistant::AuthorInformationWidget::AuthorInformationWidget | ( | QWidget * | parent, |
moveit_setup_assistant::MoveItConfigDataPtr | config_data | ||
) |
Definition at line 62 of file author_information_widget.cpp.
void moveit_setup_assistant::AuthorInformationWidget::edited_email | ( | ) | [private, slot] |
Definition at line 115 of file author_information_widget.cpp.
void moveit_setup_assistant::AuthorInformationWidget::edited_name | ( | ) | [private, slot] |
Definition at line 109 of file author_information_widget.cpp.
void moveit_setup_assistant::AuthorInformationWidget::focusGiven | ( | ) | [virtual] |
Recieved when this widget is chosen from the navigation menu.
Reimplemented from SetupScreenWidget.
Definition at line 102 of file author_information_widget.cpp.
moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::AuthorInformationWidget::config_data_ [private] |
Contains all the configuration data for the setup assistant.
Definition at line 85 of file author_information_widget.h.
Definition at line 73 of file author_information_widget.h.
Definition at line 71 of file author_information_widget.h.