成员的完整列表,这些成员属于 ConfigInt,包括所有继承而来的类成员
addDependency(const char *dep) | ConfigOption | inline |
compareDoxyfile(TextStream &t) | ConfigInt | virtual |
ConfigInt(const char *name, const char *doc, int minVal, int maxVal, int defVal) | ConfigInt | inline |
ConfigOption(OptionType t) | ConfigOption | inline |
convertStrToVal() | ConfigInt | virtual |
dependsOn() const | ConfigOption | inline |
docs() const | ConfigOption | inline |
emptyValueToDefault() | ConfigOption | inlineprotectedvirtual |
init() | ConfigInt | inlinevirtual |
isDefault() | ConfigInt | inlinevirtual |
kind() const | ConfigOption | inline |
m_defValue | ConfigInt | private |
m_dependency | ConfigOption | protected |
m_doc | ConfigOption | protected |
m_encoding | ConfigOption | protected |
m_kind | ConfigOption | protected |
m_maxVal | ConfigInt | private |
m_minVal | ConfigInt | private |
m_name | ConfigOption | protected |
m_spaces | ConfigOption | protected |
m_userComment | ConfigOption | protected |
m_value | ConfigInt | private |
m_valueString | ConfigInt | private |
MAX_OPTION_LENGTH 枚举值 | ConfigOption | |
maxVal() const | ConfigInt | inline |
minVal() const | ConfigInt | inline |
name() const | ConfigOption | inline |
O_Bool 枚举值 | ConfigOption | |
O_Disabled 枚举值 | ConfigOption | |
O_Enum 枚举值 | ConfigOption | |
O_Info 枚举值 | ConfigOption | |
O_Int 枚举值 | ConfigOption | |
O_List 枚举值 | ConfigOption | |
O_Obsolete 枚举值 | ConfigOption | |
O_String 枚举值 | ConfigOption | |
OptionType 枚举名称 | ConfigOption | |
setEncoding(const QCString &e) | ConfigOption | inline |
setUserComment(const QCString &u) | ConfigOption | inline |
substEnvVars() | ConfigInt | virtual |
valueRef() | ConfigInt | inline |
valueStringRef() | ConfigInt | inline |
writeBoolValue(TextStream &t, bool v, bool initSpace=true) | ConfigOption | protected |
writeIntValue(TextStream &t, int i, bool initSpace=true) | ConfigOption | protected |
writeStringList(TextStream &t, const StringVector &l) | ConfigOption | protected |
writeStringValue(TextStream &t, const QCString &s, bool initSpace=true) | ConfigOption | protected |
writeTemplate(TextStream &t, bool sl, bool upd) | ConfigInt | virtual |
writeXMLDoxyfile(TextStream &t) | ConfigInt | virtual |
~ConfigOption() | ConfigOption | inlinevirtual |