RTXI 2.4 The Real-Time eXperiment Interface Documentation |
#include <settings.h>

Public Member Functions | |
| State (void) | |
| State (ID n) | |
| ~State (void) | |
| double | loadDouble (const std::string &name) const |
| int | loadInteger (const std::string &name) const |
| std::string | loadString (const std::string &name) const |
| void | saveDouble (const std::string &name, double) |
| void | saveInteger (const std::string &name, int) |
| void | saveString (const std::string &name, const std::string &value) |
| State | loadState (const std::string &name) const |
| void | saveState (const std::string &name, const State &value) |
| QDomElement | xml (QDomDocument &) const |
| void | xml (const QDomElement &) |
Friends | |
| class | Manager |
| class | Object |
Definition at line 62 of file settings.h.
| Settings::Object::State::State | ( | void | ) |
Definition at line 55 of file settings.cpp.
| Settings::Object::State::State | ( | ID | n | ) |
Definition at line 57 of file settings.cpp.
| Settings::Object::State::~State | ( | void | ) |
Definition at line 59 of file settings.cpp.
| double Settings::Object::State::loadDouble | ( | const std::string & | name | ) | const |
Definition at line 61 of file settings.cpp.
| int Settings::Object::State::loadInteger | ( | const std::string & | name | ) | const |
Definition at line 77 of file settings.cpp.
| Settings::Object::State Settings::Object::State::loadState | ( | const std::string & | name | ) | const |
Definition at line 124 of file settings.cpp.
| std::string Settings::Object::State::loadString | ( | const std::string & | name | ) | const |
Definition at line 93 of file settings.cpp.
| void Settings::Object::State::saveDouble | ( | const std::string & | name, |
| double | value | ||
| ) |
Definition at line 105 of file settings.cpp.
| void Settings::Object::State::saveInteger | ( | const std::string & | name, |
| int | value | ||
| ) |
Definition at line 112 of file settings.cpp.
| void Settings::Object::State::saveState | ( | const std::string & | name, |
| const State & | value | ||
| ) |
Definition at line 136 of file settings.cpp.
| void Settings::Object::State::saveString | ( | const std::string & | name, |
| const std::string & | value | ||
| ) |
Definition at line 119 of file settings.cpp.
| void Settings::Object::State::xml | ( | const QDomElement & | e1 | ) |
| QDomElement Settings::Object::State::xml | ( | QDomDocument & | doc | ) | const |
Definition at line 141 of file settings.cpp.
| friend |
Definition at line 65 of file settings.h.
| friend |
Definition at line 66 of file settings.h.
1.8.17