![]() |
Mixxx
|
#include <configobject.h>

Public Member Functions | |
| ConfigValue () | |
| ConfigValue (QString _value) | |
| ConfigValue (int _value) | |
| ConfigValue (QDomNode) | |
| void | valCopy (const ConfigValue _value) |
Public Attributes | |
| QString | value |
Friends | |
| bool | operator== (const ConfigValue &s1, const ConfigValue &s2) |
Definition at line 66 of file configobject.h.
| ConfigValue::ConfigValue | ( | ) |
Definition at line 58 of file configobject.cpp.
| ConfigValue::ConfigValue | ( | QString | _value | ) |
Definition at line 62 of file configobject.cpp.
| ConfigValue::ConfigValue | ( | int | _value | ) |
Definition at line 67 of file configobject.cpp.
| ConfigValue::ConfigValue | ( | QDomNode | ) | [inline] |
Definition at line 72 of file configobject.h.
| void ConfigValue::valCopy | ( | const ConfigValue | _value | ) |
Definition at line 72 of file configobject.cpp.
| bool operator== | ( | const ConfigValue & | s1, |
| const ConfigValue & | s2 | ||
| ) | [friend] |
Definition at line 103 of file configobject.cpp.
| QString ConfigValue::value |
Definition at line 75 of file configobject.h.