My Project
|
#include <configimpl.h>
Public Member Functions | |
ConfigEnum (const char *name, const char *doc, const char *defVal) | |
void | addValue (const char *v) |
QStrListIterator | iterator () |
QCString * | valueRef () |
void | substEnvVars () |
void | writeTemplate (FTextStream &t, bool sl, bool) |
void | init () |
Public Member Functions inherited from 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 Attributes | |
QStrList | m_valueRange |
QCString | m_value |
QCString | m_defValue |
Additional Inherited Members | |
Public Types inherited from 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 Member Functions inherited from ConfigOption | |
virtual void | convertStrToVal () |
void | writeBoolValue (FTextStream &t, bool v) |
void | writeIntValue (FTextStream &t, int i) |
void | writeStringValue (FTextStream &t, QCString &s) |
void | writeStringList (FTextStream &t, QStrList &l) |
Protected Attributes inherited from ConfigOption | |
QCString | m_spaces |
QCString | m_name |
QCString | m_doc |
QCString | m_dependency |
QCString | m_encoding |
QCString | m_userComment |
OptionType | m_kind |
Class representing an enum type option.
Definition at line 137 of file configimpl.h.
|
inline |
Definition at line 140 of file configimpl.h.
References doc, m_defValue, ConfigOption::m_doc, ConfigOption::m_name, m_value, and ConfigOption::name().
|
inline |
|
inlinevirtual |
Reimplemented from ConfigOption.
Definition at line 156 of file configimpl.h.
References m_defValue, and m_value.
|
inline |
Definition at line 149 of file configimpl.h.
References m_valueRange.
|
virtual |
Implements ConfigOption.
|
inline |
|
virtual |
Implements ConfigOption.
|
private |
Definition at line 161 of file configimpl.h.
Referenced by ConfigEnum(), and init().
|
private |
Definition at line 160 of file configimpl.h.
Referenced by ConfigEnum(), init(), and valueRef().
|
private |
Definition at line 159 of file configimpl.h.
Referenced by addValue(), and iterator().