|
Doxygen
|
Section marker for obsolete options 更多...
#include <configimpl.h>
类 ConfigObsolete 继承关系图:
ConfigObsolete 的协作图:Public 成员函数 | |
| ConfigObsolete (const char *name, OptionType orgType) | |
| void | writeTemplate (TextStream &, bool, bool) |
| void | compareDoxyfile (TextStream &) |
| void | writeXMLDoxyfile (TextStream &) |
| void | substEnvVars () |
| OptionType | orgType () const |
| StringVector * | valueListRef () |
| QCString * | valueStringRef () |
| void | markAsPresent () |
| bool | isPresent () const |
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 属性 | |
| OptionType | m_orgType |
| StringVector | m_listvalue |
| QCString | m_valueString |
| bool | m_present = false |
额外继承的成员函数 | |
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 | convertStrToVal () |
| virtual void | emptyValueToDefault () |
| virtual void | init () |
| virtual bool | isDefault () |
| 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 |
Section marker for obsolete options
在文件 configimpl.h 第 279 行定义.
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
virtual |
实现了 ConfigOption.
|
inlinevirtual |
|
private |
在文件 configimpl.h 第 295 行定义.
被这些函数引用 valueListRef().
|
private |
在文件 configimpl.h 第 294 行定义.
被这些函数引用 orgType().
|
private |
在文件 configimpl.h 第 297 行定义.
被这些函数引用 isPresent() , 以及 markAsPresent().
|
private |
在文件 configimpl.h 第 296 行定义.
被这些函数引用 valueStringRef().