#include <config.h>
Public Types | |
enum | WidgetType { String, File, Dir, FileAndDir } |
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 } |
Public Member Functions | |
ConfigList (const char *name, const char *doc) | |
void | addValue (const char *v) |
void | setWidgetType (WidgetType w) |
WidgetType | widgetType () const |
QStrList * | valueRef () |
void | writeTemplate (FTextStream &t, bool sl, bool) |
void | substEnvVars () |
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_value |
WidgetType | m_widgetType |
Additional Inherited Members | |
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 |
Enumerator | |
---|---|
String | |
File | |
Dir | |
FileAndDir |
|
inline |
Definition at line 115 of file config.h.
|
inlinevirtual |
|
inline |
|
virtual |
|
inline |
|
virtual |
Implements ConfigOption.
Definition at line 921 of file config.cpp.
|
private |