Go to the source code of this file.
Classes | |
| class | MythSettingBase |
| class | MythSettingGroup |
| class | MythSetting |
Typedefs | |
| typedef QList< MythSettingBase * > | MythSettingList |
Functions | |
| bool | parse_settings (MythSettingList &settings, const QString &filename, const QString &group="") |
| bool | load_settings (MythSettingList &settings, const QString &hostname) |
| bool | check_settings (MythSettingList &database_settings, const QMap< QString, QString > ¶ms, QString &result) |
| QStringList | GetSettingValueList (const QString &type) |
| QString | StringMapToJSON (const QMap< QString, QString > &map) |
| QString | StringListToJSON (const QString &key, const QStringList &sList) |
| QMap< QString, QString > | GetSettingsMap (MythSettingList &settings, const QString &hostname) |
| typedef QList<MythSettingBase*> MythSettingList |
Definition at line 16 of file mythsettings.h.
| bool parse_settings | ( | MythSettingList & | settings, | |
| const QString & | filename, | |||
| const QString & | group = "" | |||
| ) |
Definition at line 637 of file mythsettings.cpp.
Referenced by HttpConfig::ProcessRequest().
| bool load_settings | ( | MythSettingList & | settings, | |
| const QString & | hostname | |||
| ) |
Definition at line 672 of file mythsettings.cpp.
Referenced by HttpConfig::ProcessRequest().
| bool check_settings | ( | MythSettingList & | database_settings, | |
| const QMap< QString, QString > & | params, | |||
| QString & | result | |||
| ) |
Definition at line 713 of file mythsettings.cpp.
Referenced by HttpConfig::ProcessRequest().
| QStringList GetSettingValueList | ( | const QString & | type | ) |
Definition at line 399 of file mythsettings.cpp.
Referenced by fill_setting(), and HttpConfig::ProcessRequest().
| QString StringMapToJSON | ( | const QMap< QString, QString > & | map | ) |
Definition at line 420 of file mythsettings.cpp.
Referenced by HttpConfig::ProcessRequest().
| QString StringListToJSON | ( | const QString & | key, | |
| const QStringList & | sList | |||
| ) |
Definition at line 444 of file mythsettings.cpp.
Referenced by HttpConfig::ProcessRequest().
| QMap<QString,QString> GetSettingsMap | ( | MythSettingList & | settings, | |
| const QString & | hostname | |||
| ) |
Definition at line 352 of file mythsettings.cpp.
Referenced by HttpConfig::ProcessRequest().
1.6.3