|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <setup_assistant_widget.hpp>


Public Member Functions | |
| SetupAssistantWidget (const rviz_common::ros_integration::RosNodeAbstractionIface::WeakPtr &node, QWidget *parent, const boost::program_options::variables_map &args) | |
| void | moveToScreen (const int index) |
| void | closeEvent (QCloseEvent *event) override |
| virtual bool | notify (QObject *rec, QEvent *ev) |
Definition at line 64 of file setup_assistant_widget.hpp.
| moveit_setup::assistant::SetupAssistantWidget::SetupAssistantWidget | ( | const rviz_common::ros_integration::RosNodeAbstractionIface::WeakPtr & | node, |
| QWidget * | parent, | ||
| const boost::program_options::variables_map & | args | ||
| ) |
Construct the setup assistant widget, the primary window for this application
| parent | - used by Qt for destructing all elements |
Definition at line 58 of file setup_assistant_widget.cpp.

|
override |
Qt close event function for reminding user to save
| event | A Qt parameter |
Definition at line 254 of file setup_assistant_widget.cpp.
| void moveit_setup::assistant::SetupAssistantWidget::moveToScreen | ( | const int | index | ) |
Changes viewable screen
| index | screen index to switch to |
Definition at line 205 of file setup_assistant_widget.cpp.


|
virtual |
Qt error handling function
| rec | |
| ev |
Definition at line 275 of file setup_assistant_widget.cpp.