#include <parser_configuration.h>
Public Member Functions | |
| void | loadFromSettings (const QSettings &settings, QString prefix) |
| void | saveToSettings (QSettings &setting, QString prefix) const |
| void | xmlLoadState (const QDomElement &parent_element) |
| void | xmlSaveState (QDomDocument &doc, QDomElement &plugin_elem) const |
Public Attributes | |
| bool | boolean_strings_to_number = false |
| bool | discard_large_arrays = false |
| unsigned | max_array_size = 999 |
| bool | remove_suffix_from_strings = false |
| QStringList | topics |
| bool | use_header_stamp = false |
Definition at line 14 of file parser_configuration.h.
| void PJ::RosParserConfig::loadFromSettings | ( | const QSettings & | settings, |
| QString | prefix | ||
| ) |
Definition at line 59 of file parser_configuration.cpp.
| void PJ::RosParserConfig::saveToSettings | ( | QSettings & | setting, |
| QString | prefix | ||
| ) | const |
Definition at line 49 of file parser_configuration.cpp.
| void PJ::RosParserConfig::xmlLoadState | ( | const QDomElement & | parent_element | ) |
Definition at line 31 of file parser_configuration.cpp.
| void PJ::RosParserConfig::xmlSaveState | ( | QDomDocument & | doc, |
| QDomElement & | plugin_elem | ||
| ) | const |
Definition at line 8 of file parser_configuration.cpp.
| bool PJ::RosParserConfig::boolean_strings_to_number = false |
Definition at line 20 of file parser_configuration.h.
| bool PJ::RosParserConfig::discard_large_arrays = false |
Definition at line 19 of file parser_configuration.h.
| unsigned PJ::RosParserConfig::max_array_size = 999 |
Definition at line 17 of file parser_configuration.h.
| bool PJ::RosParserConfig::remove_suffix_from_strings = false |
Definition at line 21 of file parser_configuration.h.
| QStringList PJ::RosParserConfig::topics |
Definition at line 16 of file parser_configuration.h.
| bool PJ::RosParserConfig::use_header_stamp = false |
Definition at line 18 of file parser_configuration.h.