#include <configuration_files_widget.h>
Public Member Functions | |
GenerateFile () | |
Public Attributes | |
std::string | description_ |
std::string | file_name_ |
boost::function< bool(std::string)> | gen_func_ |
bool | generate_ |
bool | modified_ |
std::string | rel_path_ |
unsigned long | write_on_changes |
Definition at line 58 of file configuration_files_widget.h.
moveit_setup_assistant::GenerateFile::GenerateFile | ( | ) | [inline] |
Definition at line 60 of file configuration_files_widget.h.
Definition at line 65 of file configuration_files_widget.h.
std::string moveit_setup_assistant::GenerateFile::file_name_ |
Definition at line 63 of file configuration_files_widget.h.
boost::function<bool(std::string)> moveit_setup_assistant::GenerateFile::gen_func_ |
Definition at line 69 of file configuration_files_widget.h.
Definition at line 67 of file configuration_files_widget.h.
Definition at line 68 of file configuration_files_widget.h.
std::string moveit_setup_assistant::GenerateFile::rel_path_ |
Definition at line 64 of file configuration_files_widget.h.
unsigned long moveit_setup_assistant::GenerateFile::write_on_changes |
Definition at line 66 of file configuration_files_widget.h.