![]() |
Project
|
Public Member Functions | |
qConfigSettings () | |
template<typename S > | |
qConfigSettings (const qConfigSettings< S > v) | |
Public Attributes | |
bool | checkMin |
bool | checkMax |
bool | doSet |
bool | doDefault |
T | min |
T | max |
T | set |
const char * | message |
bool | allowEmpty |
Definition at line 70 of file qconfig.cxx.
|
inline |
Definition at line 71 of file qconfig.cxx.
|
inline |
Definition at line 73 of file qconfig.cxx.
bool qConfig::qConfigSettings< T >::allowEmpty |
Definition at line 79 of file qconfig.cxx.
bool qConfig::qConfigSettings< T >::checkMax |
Definition at line 74 of file qconfig.cxx.
bool qConfig::qConfigSettings< T >::checkMin |
Definition at line 74 of file qconfig.cxx.
bool qConfig::qConfigSettings< T >::doDefault |
Definition at line 75 of file qconfig.cxx.
bool qConfig::qConfigSettings< T >::doSet |
Definition at line 75 of file qconfig.cxx.
T qConfig::qConfigSettings< T >::max |
Definition at line 76 of file qconfig.cxx.
const char* qConfig::qConfigSettings< T >::message |
Definition at line 78 of file qconfig.cxx.
T qConfig::qConfigSettings< T >::min |
Definition at line 76 of file qconfig.cxx.
T qConfig::qConfigSettings< T >::set |
Definition at line 77 of file qconfig.cxx.