Doxygen
|
Class representing a Boolean type option. 更多...
#include <configimpl.h>
Public 成员函数 | |
ConfigBool (const char *name, const char *doc, bool defVal) | |
QCString * | valueStringRef () |
bool * | valueRef () |
void | convertStrToVal () |
void | substEnvVars () |
void | setValueString (const QCString &v) |
void | writeTemplate (TextStream &t, bool sl, bool upd) |
void | compareDoxyfile (TextStream &t) |
void | writeXMLDoxyfile (TextStream &t) |
void | init () |
bool | isDefault () |
Public 成员函数 继承自 ConfigOption | |
ConfigOption (OptionType t) | |
virtual | ~ConfigOption () |
OptionType | kind () const |
QCString | name () const |
QCString | docs () const |
QCString | dependsOn () const |
void | addDependency (const char *dep) |
void | setEncoding (const QCString &e) |
void | setUserComment (const QCString &u) |
Private 属性 | |
bool | m_value |
bool | m_defValue |
QCString | m_valueString |
额外继承的成员函数 | |
Public 类型 继承自 ConfigOption | |
enum | OptionType { O_Info, O_List, O_Enum, O_String, O_Int, O_Bool, O_Obsolete, O_Disabled } |
enum | { MAX_OPTION_LENGTH = 23 } |
Protected 成员函数 继承自 ConfigOption | |
virtual void | emptyValueToDefault () |
void | writeBoolValue (TextStream &t, bool v, bool initSpace=true) |
void | writeIntValue (TextStream &t, int i, bool initSpace=true) |
void | writeStringValue (TextStream &t, const QCString &s, bool initSpace=true) |
void | writeStringList (TextStream &t, const StringVector &l) |
Protected 属性 继承自 ConfigOption | |
QCString | m_spaces |
QCString | m_name |
QCString | m_doc |
QCString | m_dependency |
QCString | m_encoding |
QCString | m_userComment |
OptionType | m_kind |
Class representing a Boolean type option.
在文件 configimpl.h 第 250 行定义.
|
inline |
在文件 configimpl.h 第 253 行定义.
引用了 m_defValue, ConfigOption::m_doc, ConfigOption::m_name, m_value , 以及 ConfigOption::name().
|
virtual |
实现了 ConfigOption.
|
virtual |
重载 ConfigOption .
|
inlinevirtual |
|
inlinevirtual |
|
inline |
|
virtual |
实现了 ConfigOption.
|
inline |
|
inline |
|
virtual |
实现了 ConfigOption.
|
virtual |
实现了 ConfigOption.
|
private |
在文件 configimpl.h 第 273 行定义.
被这些函数引用 ConfigBool(), init() , 以及 isDefault().
|
private |
在文件 configimpl.h 第 272 行定义.
被这些函数引用 ConfigBool(), init(), isDefault() , 以及 valueRef().
|
private |
在文件 configimpl.h 第 274 行定义.
被这些函数引用 setValueString() , 以及 valueStringRef().