#include <configuration_files_widget.h>
|
| 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...
|
| |
◆ ConfigurationFilesWidget()
| moveit_setup_assistant::ConfigurationFilesWidget::ConfigurationFilesWidget |
( |
QWidget * |
parent, |
|
|
const MoveItConfigDataPtr & |
config_data |
|
) |
| |
◆ addTemplateString()
| bool moveit_setup_assistant::ConfigurationFilesWidget::addTemplateString |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
|
private |
Insert a string pair into the template_strings_ datastructure.
- Parameters
-
| key | string to search in template |
| value | string to replace with |
- Returns
- void
Definition at line 1382 of file configuration_files_widget.cpp.
◆ changeActionDesc
| void moveit_setup_assistant::ConfigurationFilesWidget::changeActionDesc |
( |
int |
id | ) |
|
|
privateslot |
◆ changeCheckedState
| void moveit_setup_assistant::ConfigurationFilesWidget::changeCheckedState |
( |
QListWidgetItem * |
item | ) |
|
|
privateslot |
◆ checkDependencies()
| bool moveit_setup_assistant::ConfigurationFilesWidget::checkDependencies |
( |
| ) |
|
|
private |
◆ checkGenFiles()
| bool moveit_setup_assistant::ConfigurationFilesWidget::checkGenFiles |
( |
| ) |
|
|
private |
Check the list of files to be generated for modification Returns true if files were detected as modified
Definition at line 961 of file configuration_files_widget.cpp.
◆ copyTemplate()
| bool moveit_setup_assistant::ConfigurationFilesWidget::copyTemplate |
( |
const std::string & |
template_path, |
|
|
const std::string & |
output_path |
|
) |
| |
|
private |
Copy a template from location <template_path> to location <output_path> and replace package name
- Parameters
-
| template_path | path to template file |
| output_path | desired path to copy to |
| new_package_name | name of the new package being created, to replace key word in template |
- Returns
- bool if the template was copied correctly
Definition at line 1392 of file configuration_files_widget.cpp.
◆ createFolder()
| bool moveit_setup_assistant::ConfigurationFilesWidget::createFolder |
( |
const std::string & |
output_path | ) |
|
|
private |
◆ exitSetupAssistant
| void moveit_setup_assistant::ConfigurationFilesWidget::exitSetupAssistant |
( |
| ) |
|
|
privateslot |
◆ focusGiven()
| void moveit_setup_assistant::ConfigurationFilesWidget::focusGiven |
( |
| ) |
|
|
overridevirtual |
◆ generatePackage
| bool moveit_setup_assistant::ConfigurationFilesWidget::generatePackage |
( |
| ) |
|
|
privateslot |
◆ getPackageName()
| const std::string moveit_setup_assistant::ConfigurationFilesWidget::getPackageName |
( |
std::string |
package_path | ) |
|
|
private |
◆ loadGenFiles()
| bool moveit_setup_assistant::ConfigurationFilesWidget::loadGenFiles |
( |
| ) |
|
|
private |
◆ loadTemplateStrings()
| void moveit_setup_assistant::ConfigurationFilesWidget::loadTemplateStrings |
( |
| ) |
|
|
private |
◆ noGroupsEmpty()
| bool moveit_setup_assistant::ConfigurationFilesWidget::noGroupsEmpty |
( |
| ) |
|
|
private |
◆ savePackage
| void moveit_setup_assistant::ConfigurationFilesWidget::savePackage |
( |
| ) |
|
|
privateslot |
◆ setCheckSelected
| void moveit_setup_assistant::ConfigurationFilesWidget::setCheckSelected |
( |
bool |
checked | ) |
|
|
privateslot |
◆ showGenFiles()
| bool moveit_setup_assistant::ConfigurationFilesWidget::showGenFiles |
( |
| ) |
|
|
private |
◆ updateProgress()
| void moveit_setup_assistant::ConfigurationFilesWidget::updateProgress |
( |
| ) |
|
|
private |
◆ action_desc_
| QList<QString> moveit_setup_assistant::ConfigurationFilesWidget::action_desc_ |
◆ action_label_
| QLabel* moveit_setup_assistant::ConfigurationFilesWidget::action_label_ |
◆ action_list_
| QListWidget* moveit_setup_assistant::ConfigurationFilesWidget::action_list_ |
◆ action_num_
| unsigned int moveit_setup_assistant::ConfigurationFilesWidget::action_num_ |
|
private |
◆ btn_save_
| QPushButton* moveit_setup_assistant::ConfigurationFilesWidget::btn_save_ |
◆ config_data_
| moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::ConfigurationFilesWidget::config_data_ |
|
private |
◆ gen_files_
| std::vector<GenerateFile> moveit_setup_assistant::ConfigurationFilesWidget::gen_files_ |
|
private |
◆ has_generated_pkg_
| bool moveit_setup_assistant::ConfigurationFilesWidget::has_generated_pkg_ |
|
private |
◆ new_package_name_
| std::string moveit_setup_assistant::ConfigurationFilesWidget::new_package_name_ |
|
private |
Name of the new package that is being (or going) to be generated, based on user specified save path.
Definition at line 133 of file configuration_files_widget.h.
◆ progress_bar_
| QProgressBar* moveit_setup_assistant::ConfigurationFilesWidget::progress_bar_ |
◆ stack_path_
| LoadPathWidget* moveit_setup_assistant::ConfigurationFilesWidget::stack_path_ |
◆ success_label_
| QLabel* moveit_setup_assistant::ConfigurationFilesWidget::success_label_ |
◆ template_strings_
| StringPairVector moveit_setup_assistant::ConfigurationFilesWidget::template_strings_ |
|
private |
The documentation for this class was generated from the following files: