#include <settingList.h>
Public Member Functions | |
| PROPERTYIMP (QString, HostName) PROPERTYIMP_RO_REF(QVariantMap | |
| SettingList (QObject *parent=0) | |
| SettingList (const SettingList &src) | |
Static Public Member Functions | |
| static void | InitializeCustomTypes () |
Properties | |
| QString | HostName |
| QVariantMap | Settings |
Private Member Functions | |
| Q_CLASSINFO ("version","1.0") | |
| Q_CLASSINFO ("Settings","type=QString;name=String") | |
Definition at line 23 of file settingList.h.
| DTC::SettingList::SettingList | ( | QObject * | parent = 0 |
) | [inline] |
Definition at line 49 of file settingList.h.
| DTC::SettingList::SettingList | ( | const SettingList & | src | ) | [inline] |
Definition at line 54 of file settingList.h.
| DTC::SettingList::Q_CLASSINFO | ( | "version" | , | |
| "1.0" | ||||
| ) | [private] |
| DTC::SettingList::Q_CLASSINFO | ( | "Settings" | ) | [private] |
| DTC::SettingList::PROPERTYIMP | ( | QString | , | |
| HostName | ||||
| ) |
| static void DTC::SettingList::InitializeCustomTypes | ( | ) | [inline, static] |
Definition at line 41 of file settingList.h.
Referenced by MythServices::Q_CLASSINFO().
QString DTC::SettingList::HostName [read, write] |
Definition at line 33 of file settingList.h.
QVariantMap DTC::SettingList::Settings [read] |
Definition at line 34 of file settingList.h.
Referenced by Myth::GetSetting().
1.6.3