This is the complete list of members for ConfigInt, including all inherited members.
addDependency(const char *dep) | ConfigOption | inline |
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 |
init() | 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 enum value | ConfigOption | |
maxVal() const | ConfigInt | inline |
minVal() const | ConfigInt | inline |
name() const | ConfigOption | inline |
O_Bool enum value | ConfigOption | |
O_Disabled enum value | ConfigOption | |
O_Enum enum value | ConfigOption | |
O_Info enum value | ConfigOption | |
O_Int enum value | ConfigOption | |
O_List enum value | ConfigOption | |
O_Obsolete enum value | ConfigOption | |
O_String enum value | ConfigOption | |
OptionType enum name | ConfigOption | |
setEncoding(const QCString &e) | ConfigOption | inline |
setUserComment(const QCString &u) | ConfigOption | inline |
substEnvVars() | ConfigInt | virtual |
valueRef() | ConfigInt | inline |
valueStringRef() | ConfigInt | inline |
writeBoolValue(FTextStream &t, bool v) | ConfigOption | protected |
writeIntValue(FTextStream &t, int i) | ConfigOption | protected |
writeStringList(FTextStream &t, QStrList &l) | ConfigOption | protected |
writeStringValue(FTextStream &t, QCString &s) | ConfigOption | protected |
writeTemplate(FTextStream &t, bool sl, bool upd) | ConfigInt | virtual |
~ConfigOption() | ConfigOption | inlinevirtual |