#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 () |
Definition at line 273 of file config.h.
| ConfigBool::ConfigBool | ( | const char * | name, | |
| const char * | doc, | |||
| bool | defVal | |||
| ) | [inline] |
| void ConfigBool::convertStrToVal | ( | ) | [virtual] |
Reimplemented from ConfigOption.
Definition at line 757 of file config.cpp.
References config_warn(), ConfigOption::m_name, and QCString.
| void ConfigBool::substEnvVars | ( | ) | [virtual] |
| void ConfigBool::setValueString | ( | const QCString & | v | ) | [inline] |
| void ConfigBool::writeTemplate | ( | QTextStream & | t, | |
| bool | sl, | |||
| bool | upd | |||
| ) | [inline, virtual] |
Implements ConfigOption.
Definition at line 289 of file config.h.
References ConfigOption::convertToComment(), ConfigOption::m_doc, ConfigOption::m_name, ConfigOption::m_spaces, ConfigOption::MAX_OPTION_LENGTH, ConfigOption::writeBoolValue(), and ConfigOption::writeStringValue().
| void ConfigBool::init | ( | ) | [inline, virtual] |
1.5.1