|
Krita Source Code Documentation
|
#include <WGConfig.h>
Public Types | |
| typedef T | ValueType |
Public Member Functions | |
| T | readValue (const KConfigGroup &group) const |
| void | writeValue (KConfigGroup &group, const T &value) const |
Public Attributes | |
| T | defaultValue |
| QString | name |
Definition at line 23 of file WGConfig.h.
| typedef T WGConfig::GenericSetting< T >::ValueType |
Definition at line 25 of file WGConfig.h.
|
inline |
Definition at line 27 of file WGConfig.h.
References WGConfig::GenericSetting< T >::defaultValue, and WGConfig::GenericSetting< T >::name.
|
inline |
Definition at line 32 of file WGConfig.h.
References WGConfig::GenericSetting< T >::name, and value().
| T WGConfig::GenericSetting< T >::defaultValue |
Definition at line 38 of file WGConfig.h.
| QString WGConfig::GenericSetting< T >::name |
Definition at line 37 of file WGConfig.h.