|
roviz
0.7
Code Documentation of roviz
|
Storage for the configuration of an item. More...
#include <config.h>

Public Member Functions | |
| Config ()=default | |
| Constructs an empty config, don't try to access it. | |
Config interface | |
Look at RovizItem::addConfig for an explanation of the parameters. Never use those directly, always use RovizItem::addConfig! | |
| Config (ConfigImpl *impl) | |
| ConfigStorageType< T >::type | value (void) |
| Get the current value stored in the config. More... | |
| bool | changed (void) |
| Check, wether the value stored in the config has changed since it was last accessed. More... | |
Storage for the configuration of an item.
You can store configurations that you rarely change using this class. Always use the RovizItem::addConfig functions to construct a Config!
| bool Config< T >::changed | ( | void | ) |
Check, wether the value stored in the config has changed since it was last accessed.
| ConfigStorageType< T >::type Config< T >::value | ( | void | ) |
Get the current value stored in the config.
1.8.13