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


Public Member Functions | |
| void | onInit () override |
| SetupStep & | getSetupStep () override |
| Return a reference to the SetupStep object. | |
| void | focusGiven () override |
| Received when this widget is chosen from the navigation menu. | |
Public Member Functions inherited from moveit_setup::SetupStepWidget | |
| void | initialize (const rclcpp::Node::SharedPtr &parent_node, QWidget *parent_widget, RVizPanel *rviz_panel, const DataWarehousePtr &config_data) |
| Called after construction to initialize the step. | |
| virtual bool | focusLost () |
| function called when widget loses focus, although switching away can be rejected | |
| bool | isReady () |
Public Attributes | |
| QPushButton * | btn_save_ |
| LoadPathWidget * | stack_path_ |
| QProgressBar * | progress_bar_ |
| QListWidget * | action_list_ |
| QLabel * | action_label_ |
| QLabel * | success_label_ |
| QList< QString > | action_desc_ |
Additional Inherited Members | |
Signals inherited from moveit_setup::SetupStepWidget | |
| void | dataUpdated () |
| When the underlying data has been updated (which can cause other steps to become "Ready") | |
| void | advanceRequest () |
| When this signal is received, the GUI should attempt to advance to the next step. | |
| void | setModalMode (bool isModal) |
| Event for when the current screen is in modal view. Disables the left navigation. | |
Protected Attributes inherited from moveit_setup::SetupStepWidget | |
| RVizPanel * | rviz_panel_ |
| bool | debug_ |
Definition at line 55 of file configuration_files_widget.hpp.
|
overridevirtual |
Received when this widget is chosen from the navigation menu.
Reimplemented from moveit_setup::SetupStepWidget.
Definition at line 303 of file configuration_files_widget.cpp.

|
inlineoverridevirtual |
Return a reference to the SetupStep object.
Implements moveit_setup::SetupStepWidget.
Definition at line 66 of file configuration_files_widget.hpp.
|
overridevirtual |
Reimplemented from moveit_setup::SetupStepWidget.
Definition at line 66 of file configuration_files_widget.cpp.
| QList<QString> moveit_setup::core::ConfigurationFilesWidget::action_desc_ |
Definition at line 83 of file configuration_files_widget.hpp.
| QLabel* moveit_setup::core::ConfigurationFilesWidget::action_label_ |
Definition at line 81 of file configuration_files_widget.hpp.
| QListWidget* moveit_setup::core::ConfigurationFilesWidget::action_list_ |
Definition at line 80 of file configuration_files_widget.hpp.
| QPushButton* moveit_setup::core::ConfigurationFilesWidget::btn_save_ |
Definition at line 77 of file configuration_files_widget.hpp.
| QProgressBar* moveit_setup::core::ConfigurationFilesWidget::progress_bar_ |
Definition at line 79 of file configuration_files_widget.hpp.
| LoadPathWidget* moveit_setup::core::ConfigurationFilesWidget::stack_path_ |
Definition at line 78 of file configuration_files_widget.hpp.
| QLabel* moveit_setup::core::ConfigurationFilesWidget::success_label_ |
Definition at line 82 of file configuration_files_widget.hpp.