#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 () |
Definition at line 103 of file config.h.
ConfigList::ConfigList | ( | const char * | name, | |
const char * | doc | |||
) | [inline] |
Definition at line 107 of file config.h.
References ConfigOption::m_doc, ConfigOption::m_name, and String.
void ConfigList::setWidgetType | ( | WidgetType | w | ) | [inline] |
WidgetType ConfigList::widgetType | ( | ) | const [inline] |
void ConfigList::writeTemplate | ( | QTextStream & | t, | |
bool | sl, | |||
bool | ||||
) | [inline, virtual] |
Implements ConfigOption.
Definition at line 118 of file config.h.
References ConfigOption::convertToComment(), ConfigOption::m_doc, ConfigOption::m_name, ConfigOption::m_spaces, ConfigOption::MAX_OPTION_LENGTH, and ConfigOption::writeStringList().
void ConfigList::substEnvVars | ( | ) | [virtual] |
void ConfigList::init | ( | ) | [inline, virtual] |