Start screen user interface for MoveIt Configuration Assistant.
More...
#include <start_screen_widget.h>
|
| void | loadRviz () |
| | Inform the parent widget to load rviz. This is done so that progress bar can be more accurate. More...
|
| |
| void | readyToProgress () |
| | Event that is fired when the start screen has all its requirements completed and user can move on. More...
|
| |
| void | highlightGroup (const std::string &name) |
| | Event for telling rviz to highlight a group of the robot. More...
|
| |
| void | highlightLink (const std::string &name, const QColor &) |
| | Event for telling rviz to highlight a link of the robot. More...
|
| |
| void | isModal (bool isModal) |
| | Event for when the current screen is in modal view. Essential disabled the left navigation. More...
|
| |
| void | unhighlightAll () |
| | Event for telling rviz to unhighlight all links of the robot. More...
|
| |
|
| | StartScreenWidget (QWidget *parent, const MoveItConfigDataPtr &config_data) |
| | Start screen user interface for MoveIt Configuration Assistant. More...
|
| |
| | ~StartScreenWidget () override |
| |
| virtual void | focusGiven () |
| | function called when widget is activated, allows to update/initialize GUI More...
|
| |
| virtual bool | focusLost () |
| | function called when widget lost focus, allows to accept/reject changes and to reject switching (returning false) More...
|
| |
| | SetupScreenWidget (QWidget *parent) |
| |
Start screen user interface for MoveIt Configuration Assistant.
Definition at line 60 of file start_screen_widget.h.
◆ StartScreenWidget()
| moveit_setup_assistant::StartScreenWidget::StartScreenWidget |
( |
QWidget * |
parent, |
|
|
const MoveItConfigDataPtr & |
config_data |
|
) |
| |
◆ ~StartScreenWidget()
| moveit_setup_assistant::StartScreenWidget::~StartScreenWidget |
( |
| ) |
|
|
override |
◆ createFullSRDFPath()
| bool moveit_setup_assistant::StartScreenWidget::createFullSRDFPath |
( |
const std::string & |
package_path | ) |
|
|
private |
◆ createFullURDFPath()
| bool moveit_setup_assistant::StartScreenWidget::createFullURDFPath |
( |
| ) |
|
|
private |
◆ extractPackageNameFromPath()
| bool moveit_setup_assistant::StartScreenWidget::extractPackageNameFromPath |
( |
| ) |
|
|
private |
◆ load3DSensorsFile()
| bool moveit_setup_assistant::StartScreenWidget::load3DSensorsFile |
( |
| ) |
|
|
private |
◆ loadExistingFiles()
| bool moveit_setup_assistant::StartScreenWidget::loadExistingFiles |
( |
| ) |
|
|
private |
◆ loadFilesClick
| void moveit_setup_assistant::StartScreenWidget::loadFilesClick |
( |
| ) |
|
|
privateslot |
◆ loadNewFiles()
| bool moveit_setup_assistant::StartScreenWidget::loadNewFiles |
( |
| ) |
|
|
private |
◆ loadPackageSettings()
| bool moveit_setup_assistant::StartScreenWidget::loadPackageSettings |
( |
bool |
show_warnings | ) |
|
|
private |
◆ loadRviz
| void moveit_setup_assistant::StartScreenWidget::loadRviz |
( |
| ) |
|
|
signal |
Inform the parent widget to load rviz. This is done so that progress bar can be more accurate.
◆ loadSRDFFile()
| bool moveit_setup_assistant::StartScreenWidget::loadSRDFFile |
( |
const std::string & |
srdf_file_path, |
|
|
const std::string & |
xacro_args |
|
) |
| |
|
private |
◆ loadURDFFile()
| bool moveit_setup_assistant::StartScreenWidget::loadURDFFile |
( |
const std::string & |
urdf_file_path, |
|
|
const std::string & |
xacro_args |
|
) |
| |
|
private |
◆ onPackagePathChanged
| void moveit_setup_assistant::StartScreenWidget::onPackagePathChanged |
( |
const QString & |
path | ) |
|
|
privateslot |
◆ onUrdfPathChanged
| void moveit_setup_assistant::StartScreenWidget::onUrdfPathChanged |
( |
const QString & |
path | ) |
|
|
privateslot |
◆ readyToProgress
| void moveit_setup_assistant::StartScreenWidget::readyToProgress |
( |
| ) |
|
|
signal |
Event that is fired when the start screen has all its requirements completed and user can move on.
◆ setSRDFFile()
| bool moveit_setup_assistant::StartScreenWidget::setSRDFFile |
( |
const std::string & |
srdf_string | ) |
|
|
private |
◆ showExistingOptions
| void moveit_setup_assistant::StartScreenWidget::showExistingOptions |
( |
| ) |
|
|
privateslot |
◆ showNewOptions
| void moveit_setup_assistant::StartScreenWidget::showNewOptions |
( |
| ) |
|
|
privateslot |
◆ btn_load_
| QPushButton* moveit_setup_assistant::StartScreenWidget::btn_load_ |
◆ config_data_
| moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::StartScreenWidget::config_data_ |
◆ create_new_package_
| bool moveit_setup_assistant::StartScreenWidget::create_new_package_ |
|
private |
◆ next_label_
| QLabel* moveit_setup_assistant::StartScreenWidget::next_label_ |
◆ progress_bar_
| QProgressBar* moveit_setup_assistant::StartScreenWidget::progress_bar_ |
◆ right_image_
| QImage* moveit_setup_assistant::StartScreenWidget::right_image_ |
◆ right_image_label_
| QLabel* moveit_setup_assistant::StartScreenWidget::right_image_label_ |
◆ select_mode_
◆ stack_path_
◆ urdf_file_
The documentation for this class was generated from the following files: