ConfigBool Class Reference
Option of the boolean type. More...
#include <config.h>
Inheritance diagram for ConfigBool:

Public Member Functions | |
ConfigBool (const char *name, const char *doc, bool defVal) | |
QCString * | valueStringRef () |
bool * | valueRef () |
void | convertStrToVal () |
void | substEnvVars () |
void | setValueString (const QCString &v) |
void | writeTemplate (QTextStream &t, bool sl, bool upd) |
void | init () |
Private Attributes | |
bool | m_value |
bool | m_defValue |
QCString | m_valueString |
Detailed Description
Option of the boolean type.
Definition at line 270 of file config.h.
Constructor & Destructor Documentation
|
Definition at line 273 of file config.h. References m_defValue, and m_value. |
Member Function Documentation
|
Reimplemented from ConfigOption. Definition at line 674 of file config.cpp. References config_warn(), m_value, and m_valueString. |
|
Reimplemented from ConfigOption. Definition at line 305 of file config.h. References m_defValue, and m_value. |
|
Definition at line 285 of file config.h. References m_valueString, and setValueString(). Referenced by DoxygenPart::adjustDoxyfile(), and setValueString(). |
|
Implements ConfigOption. |
|
Definition at line 282 of file config.h. References m_value. |
|
Definition at line 281 of file config.h. References m_valueString. |
|
Implements ConfigOption. Definition at line 286 of file config.h. References endl(), m_value, m_valueString, and writeTemplate(). Referenced by writeTemplate(). |
Member Data Documentation
|
Definition at line 308 of file config.h. Referenced by ConfigBool(), and init(). |
|
Definition at line 307 of file config.h. Referenced by ConfigBool(), convertStrToVal(), init(), valueRef(), and writeTemplate(). |
|
Definition at line 309 of file config.h. Referenced by convertStrToVal(), setValueString(), valueStringRef(), and writeTemplate(). |
The documentation for this class was generated from the following files:
- parts/doxygen/config.h
- parts/doxygen/config.cpp