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, moveit_setup_assistant::MoveItConfigDataPtr config_data) |
| Start screen user interface for MoveIt! Configuration Assistant. More...
|
|
| ~StartScreenWidget () |
|
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 64 of file start_screen_widget.h.
moveit_setup_assistant::StartScreenWidget::StartScreenWidget |
( |
QWidget * |
parent, |
|
|
moveit_setup_assistant::MoveItConfigDataPtr |
config_data |
|
) |
| |
moveit_setup_assistant::StartScreenWidget::~StartScreenWidget |
( |
| ) |
|
bool moveit_setup_assistant::StartScreenWidget::createFullSRDFPath |
( |
const std::string & |
package_path | ) |
|
|
private |
bool moveit_setup_assistant::StartScreenWidget::createFullURDFPath |
( |
| ) |
|
|
private |
bool moveit_setup_assistant::StartScreenWidget::extractPackageNameFromPath |
( |
| ) |
|
|
private |
bool moveit_setup_assistant::StartScreenWidget::load3DSensorsFile |
( |
| ) |
|
|
private |
bool moveit_setup_assistant::StartScreenWidget::loadExistingFiles |
( |
| ) |
|
|
private |
void moveit_setup_assistant::StartScreenWidget::loadFilesClick |
( |
| ) |
|
|
privateslot |
bool moveit_setup_assistant::StartScreenWidget::loadNewFiles |
( |
| ) |
|
|
private |
bool moveit_setup_assistant::StartScreenWidget::loadPackageSettings |
( |
bool |
show_warnings | ) |
|
|
private |
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.
bool moveit_setup_assistant::StartScreenWidget::loadSRDFFile |
( |
const std::string & |
srdf_file_path | ) |
|
|
private |
bool moveit_setup_assistant::StartScreenWidget::loadURDFFile |
( |
const std::string & |
urdf_file_path, |
|
|
const std::string & |
xacro_args |
|
) |
| |
|
private |
void moveit_setup_assistant::StartScreenWidget::onPackagePathChanged |
( |
const QString & |
path | ) |
|
|
privateslot |
void moveit_setup_assistant::StartScreenWidget::onUrdfPathChanged |
( |
const QString & |
path | ) |
|
|
privateslot |
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.
bool moveit_setup_assistant::StartScreenWidget::setSRDFFile |
( |
const std::string & |
srdf_string | ) |
|
|
private |
void moveit_setup_assistant::StartScreenWidget::showExistingOptions |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::StartScreenWidget::showNewOptions |
( |
| ) |
|
|
privateslot |
QPushButton* moveit_setup_assistant::StartScreenWidget::btn_load_ |
moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::StartScreenWidget::config_data_ |
bool moveit_setup_assistant::StartScreenWidget::create_new_package_ |
|
private |
QLabel* moveit_setup_assistant::StartScreenWidget::next_label_ |
QProgressBar* moveit_setup_assistant::StartScreenWidget::progress_bar_ |
QImage* moveit_setup_assistant::StartScreenWidget::right_image_ |
QLabel* moveit_setup_assistant::StartScreenWidget::right_image_label_ |
The documentation for this class was generated from the following files: