#include <virtual_joints_widget.hpp>
|
| SetupStep & | getSetupStep () override |
| | Return a reference to the SetupStep object.
|
| |
| void | onInit () override |
| |
| void | focusGiven () override |
| | Received when this widget is chosen from the navigation menu.
|
| |
| 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 () |
| |
|
| 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.
|
| |
Definition at line 52 of file virtual_joints_widget.hpp.
◆ focusGiven()
| void moveit_setup::srdf_setup::VirtualJointsWidget::focusGiven |
( |
| ) |
|
|
overridevirtual |
◆ getSetupStep()
| SetupStep & moveit_setup::srdf_setup::VirtualJointsWidget::getSetupStep |
( |
| ) |
|
|
inlineoverridevirtual |
◆ onInit()
| void moveit_setup::srdf_setup::VirtualJointsWidget::onInit |
( |
| ) |
|
|
overridevirtual |
◆ btn_cancel_
| QPushButton* moveit_setup::srdf_setup::VirtualJointsWidget::btn_cancel_ |
|
protected |
◆ btn_delete_
| QPushButton* moveit_setup::srdf_setup::VirtualJointsWidget::btn_delete_ |
|
protected |
◆ btn_edit_
| QPushButton* moveit_setup::srdf_setup::VirtualJointsWidget::btn_edit_ |
|
protected |
◆ btn_save_
| QPushButton* moveit_setup::srdf_setup::VirtualJointsWidget::btn_save_ |
|
protected |
◆ child_link_field_
| QComboBox* moveit_setup::srdf_setup::VirtualJointsWidget::child_link_field_ |
|
protected |
◆ data_table_
| QTableWidget* moveit_setup::srdf_setup::VirtualJointsWidget::data_table_ |
|
protected |
◆ joint_type_field_
| QComboBox* moveit_setup::srdf_setup::VirtualJointsWidget::joint_type_field_ |
|
protected |
◆ parent_name_field_
| QLineEdit* moveit_setup::srdf_setup::VirtualJointsWidget::parent_name_field_ |
|
protected |
◆ setup_step_
| VirtualJoints moveit_setup::srdf_setup::VirtualJointsWidget::setup_step_ |
|
protected |
◆ stacked_widget_
| QStackedWidget* moveit_setup::srdf_setup::VirtualJointsWidget::stacked_widget_ |
|
protected |
◆ vjoint_edit_widget_
| QWidget* moveit_setup::srdf_setup::VirtualJointsWidget::vjoint_edit_widget_ |
|
protected |
◆ vjoint_list_widget_
| QWidget* moveit_setup::srdf_setup::VirtualJointsWidget::vjoint_list_widget_ |
|
protected |
◆ vjoint_name_field_
| QLineEdit* moveit_setup::srdf_setup::VirtualJointsWidget::vjoint_name_field_ |
|
protected |
The documentation for this class was generated from the following files: