ConfigList Class Reference
Option of the list type. More...
#include <config.h>
Inheritance diagram for ConfigList:

Public Types | |
enum | WidgetType { String, File, Dir, FileAndDir } |
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 (QTextStream &t, bool sl, bool) |
void | substEnvVars () |
void | init () |
Private Attributes | |
QStrList | m_value |
WidgetType | m_widgetType |
Detailed Description
Option of the list type.
Definition at line 100 of file config.h.
Member Enumeration Documentation
|
Definition at line 103 of file config.h. Referenced by widgetType(). |
Constructor & Destructor Documentation
|
Definition at line 104 of file config.h. References m_widgetType, and String. |
Member Function Documentation
|
Definition at line 111 of file config.h. References addValue(), and m_value. Referenced by addValue(), and DoxygenPart::adjustDoxyfile(). |
|
Reimplemented from ConfigOption. Definition at line 128 of file config.h. References m_value. Referenced by DoxygenPart::adjustDoxyfile(). |
|
Definition at line 112 of file config.h. References m_widgetType, and setWidgetType(). Referenced by setWidgetType(). |
|
Implements ConfigOption. |
|
Definition at line 114 of file config.h. References m_value. |
|
Definition at line 113 of file config.h. References m_widgetType, and WidgetType. |
|
Implements ConfigOption. Definition at line 115 of file config.h. References endl(), m_value, and writeTemplate(). Referenced by writeTemplate(). |
Member Data Documentation
|
Definition at line 130 of file config.h. Referenced by addValue(), init(), valueRef(), and writeTemplate(). |
|
Definition at line 131 of file config.h. Referenced by ConfigList(), setWidgetType(), and widgetType(). |
The documentation for this class was generated from the following file:
- parts/doxygen/config.h