Doxygen
|
Class respresenting a list type option. 更多...
#include <configimpl.h>
Public 类型 | |
enum | WidgetType { String, File, Dir, FileAndDir } |
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 } |
Public 成员函数 | |
ConfigList (const char *name, const char *doc) | |
void | addValue (const char *v) |
void | setWidgetType (WidgetType w) |
WidgetType | widgetType () const |
StringVector * | valueRef () |
StringVector | getDefault () |
void | emptyValueToDefault () |
void | writeTemplate (TextStream &t, bool sl, bool) |
void | compareDoxyfile (TextStream &t) |
void | writeXMLDoxyfile (TextStream &t) |
void | substEnvVars () |
void | init () |
bool | isDefault () |
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 属性 | |
StringVector | m_value |
StringVector | m_defaultValue |
WidgetType | m_widgetType |
额外继承的成员函数 | |
Protected 成员函数 继承自 ConfigOption | |
virtual void | convertStrToVal () |
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 |
Class respresenting a list type option.
在文件 configimpl.h 第 121 行定义.
|
inline |
在文件 configimpl.h 第 125 行定义.
引用了 ConfigOption::m_doc, ConfigOption::m_name, m_widgetType, ConfigOption::name() , 以及 String.
|
inline |
|
virtual |
实现了 ConfigOption.
|
inlinevirtual |
|
inline |
|
inlinevirtual |
|
virtual |
重载 ConfigOption .
|
inline |
|
virtual |
实现了 ConfigOption.
|
inline |
|
inline |
|
virtual |
实现了 ConfigOption.
|
virtual |
实现了 ConfigOption.
|
private |
在文件 configimpl.h 第 146 行定义.
被这些函数引用 addValue(), emptyValueToDefault(), getDefault() , 以及 init().
|
private |
在文件 configimpl.h 第 145 行定义.
被这些函数引用 emptyValueToDefault(), init() , 以及 valueRef().
|
private |
在文件 configimpl.h 第 147 行定义.
被这些函数引用 ConfigList(), setWidgetType() , 以及 widgetType().