#include <config.h>
Inheritance diagram for ConfigString:

Public Types | |
| enum | WidgetType { String, File, Dir } |
Public Member Functions | |
| ConfigString (const char *name, const char *doc) | |
| ~ConfigString () | |
| void | setWidgetType (WidgetType w) |
| WidgetType | widgetType () const |
| void | setDefaultValue (const char *v) |
| QCString * | valueRef () |
| void | writeTemplate (QTextStream &t, bool sl, bool) |
| void | substEnvVars () |
| void | init () |
Definition at line 181 of file config.h.
| ConfigString::ConfigString | ( | const char * | name, | |
| const char * | doc | |||
| ) | [inline] |
Definition at line 185 of file config.h.
References ConfigOption::m_doc, ConfigOption::m_name, and String.
| void ConfigString::setWidgetType | ( | WidgetType | w | ) | [inline] |
| WidgetType ConfigString::widgetType | ( | ) | const [inline] |
| void ConfigString::setDefaultValue | ( | const char * | v | ) | [inline] |
| void ConfigString::writeTemplate | ( | QTextStream & | t, | |
| bool | sl, | |||
| bool | ||||
| ) | [inline, virtual] |
Implements ConfigOption.
Definition at line 199 of file config.h.
References ConfigOption::convertToComment(), ConfigOption::m_doc, ConfigOption::m_name, ConfigOption::m_spaces, ConfigOption::MAX_OPTION_LENGTH, and ConfigOption::writeStringValue().
| void ConfigString::substEnvVars | ( | ) | [virtual] |
| void ConfigString::init | ( | ) | [inline, virtual] |
1.5.1