#include <setup_assistant_widget.h>
Definition at line 91 of file setup_assistant_widget.h.
moveit_setup_assistant::SetupAssistantWidget::SetupAssistantWidget |
( |
QWidget * |
parent, |
|
|
boost::program_options::variables_map |
args |
|
) |
| |
Construct the setup assistant widget, the primary window for this application
- Parameters
-
parent | - used by Qt for destructing all elements |
- Returns
Definition at line 64 of file setup_assistant_widget.cpp.
moveit_setup_assistant::SetupAssistantWidget::~SetupAssistantWidget |
( |
| ) |
|
void moveit_setup_assistant::SetupAssistantWidget::closeEvent |
( |
QCloseEvent * |
event | ) |
|
void moveit_setup_assistant::SetupAssistantWidget::highlightGroup |
( |
const std::string & |
group_name | ) |
|
|
privateslot |
void moveit_setup_assistant::SetupAssistantWidget::highlightLink |
( |
const std::string & |
link_name, |
|
|
const QColor & |
color |
|
) |
| |
|
privateslot |
void moveit_setup_assistant::SetupAssistantWidget::loadRviz |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::SetupAssistantWidget::moveToScreen |
( |
const int |
index | ) |
|
void moveit_setup_assistant::SetupAssistantWidget::navigationClicked |
( |
const QModelIndex & |
index | ) |
|
|
privateslot |
Show/hide the Rviz right panel
- Parameters
-
show | bool - whether to show Event for changing screens by user clicking |
index | screen id |
Definition at line 199 of file setup_assistant_widget.cpp.
bool moveit_setup_assistant::SetupAssistantWidget::notify |
( |
QObject * |
rec, |
|
|
QEvent * |
ev |
|
) |
| |
|
virtual |
void moveit_setup_assistant::SetupAssistantWidget::progressPastStartScreen |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::SetupAssistantWidget::setModalMode |
( |
bool |
isModal | ) |
|
|
privateslot |
Change the widget modal state based on subwidgets state
- Parameters
-
isModal | if true disable left navigation |
Definition at line 513 of file setup_assistant_widget.cpp.
void moveit_setup_assistant::SetupAssistantWidget::unhighlightAll |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::SetupAssistantWidget::updateTimer |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::SetupAssistantWidget::virtualJointReferenceFrameChanged |
( |
| ) |
|
|
privateslot |
boost::mutex moveit_setup_assistant::SetupAssistantWidget::change_screen_lock_ |
|
private |
moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::SetupAssistantWidget::config_data_ |
|
private |
int moveit_setup_assistant::SetupAssistantWidget::current_index_ |
|
private |
QStackedLayout* moveit_setup_assistant::SetupAssistantWidget::main_content_ |
|
private |
QWidget* moveit_setup_assistant::SetupAssistantWidget::middle_frame_ |
|
private |
QList<QString> moveit_setup_assistant::SetupAssistantWidget::nav_name_list_ |
|
private |
PerceptionWidget* moveit_setup_assistant::SetupAssistantWidget::perception_widget_ |
|
private |
RobotPosesWidget* moveit_setup_assistant::SetupAssistantWidget::robot_poses_widget_ |
|
private |
QWidget* moveit_setup_assistant::SetupAssistantWidget::rviz_container_ |
|
private |
SimulationWidget* moveit_setup_assistant::SetupAssistantWidget::simulation_widget_ |
|
private |
QSplitter* moveit_setup_assistant::SetupAssistantWidget::splitter_ |
|
private |
StartScreenWidget* moveit_setup_assistant::SetupAssistantWidget::start_screen_widget_ |
|
private |
The documentation for this class was generated from the following files: