#include <configuration_files_widget.h>
|
| ConfigurationFilesWidget (QWidget *parent, moveit_setup_assistant::MoveItConfigDataPtr config_data) |
|
virtual void | focusGiven () |
| Received when this widget is chosen from the navigation menu. 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) |
|
|
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...
|
|
moveit_setup_assistant::ConfigurationFilesWidget::ConfigurationFilesWidget |
( |
QWidget * |
parent, |
|
|
moveit_setup_assistant::MoveItConfigDataPtr |
config_data |
|
) |
| |
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 1132 of file configuration_files_widget.cpp.
void moveit_setup_assistant::ConfigurationFilesWidget::changeActionDesc |
( |
int |
id | ) |
|
|
privateslot |
void moveit_setup_assistant::ConfigurationFilesWidget::changeCheckedState |
( |
QListWidgetItem * |
item | ) |
|
|
privateslot |
bool moveit_setup_assistant::ConfigurationFilesWidget::checkDependencies |
( |
| ) |
|
|
private |
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 748 of file configuration_files_widget.cpp.
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 1142 of file configuration_files_widget.cpp.
bool moveit_setup_assistant::ConfigurationFilesWidget::createFolder |
( |
const std::string & |
output_path | ) |
|
|
private |
void moveit_setup_assistant::ConfigurationFilesWidget::exitSetupAssistant |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::ConfigurationFilesWidget::focusGiven |
( |
| ) |
|
|
virtual |
bool moveit_setup_assistant::ConfigurationFilesWidget::generatePackage |
( |
| ) |
|
|
privateslot |
const std::string moveit_setup_assistant::ConfigurationFilesWidget::getPackageName |
( |
std::string |
package_path | ) |
|
|
private |
bool moveit_setup_assistant::ConfigurationFilesWidget::loadGenFiles |
( |
| ) |
|
|
private |
void moveit_setup_assistant::ConfigurationFilesWidget::loadTemplateStrings |
( |
| ) |
|
|
private |
bool moveit_setup_assistant::ConfigurationFilesWidget::noGroupsEmpty |
( |
| ) |
|
|
private |
void moveit_setup_assistant::ConfigurationFilesWidget::savePackage |
( |
| ) |
|
|
privateslot |
bool moveit_setup_assistant::ConfigurationFilesWidget::showGenFiles |
( |
| ) |
|
|
private |
void moveit_setup_assistant::ConfigurationFilesWidget::updateProgress |
( |
| ) |
|
|
private |
QList<QString> moveit_setup_assistant::ConfigurationFilesWidget::action_desc_ |
QLabel* moveit_setup_assistant::ConfigurationFilesWidget::action_label_ |
QListWidget* moveit_setup_assistant::ConfigurationFilesWidget::action_list_ |
unsigned int moveit_setup_assistant::ConfigurationFilesWidget::action_num_ |
|
private |
QPushButton* moveit_setup_assistant::ConfigurationFilesWidget::btn_save_ |
moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::ConfigurationFilesWidget::config_data_ |
|
private |
bool moveit_setup_assistant::ConfigurationFilesWidget::first_focusGiven_ |
|
private |
std::vector<GenerateFile> moveit_setup_assistant::ConfigurationFilesWidget::gen_files_ |
|
private |
bool moveit_setup_assistant::ConfigurationFilesWidget::has_generated_pkg_ |
|
private |
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 131 of file configuration_files_widget.h.
QProgressBar* moveit_setup_assistant::ConfigurationFilesWidget::progress_bar_ |
LoadPathWidget* moveit_setup_assistant::ConfigurationFilesWidget::stack_path_ |
QLabel* moveit_setup_assistant::ConfigurationFilesWidget::success_label_ |
StringPairVector moveit_setup_assistant::ConfigurationFilesWidget::template_strings_ |
|
private |
The documentation for this class was generated from the following files: