Go to the source code of this file.
Functions | |
| MythSetting::SettingType | parse_setting_type (const QString &str) |
| MythSetting::DataType | parse_data_type (const QString &str) |
| bool | parse_dom (MythSettingList &settings, const QDomElement &element, const QString &filename, const QString &group, bool includeAllChildren, bool &foundGroup) |
| static QString | indent (uint level) |
| static QString | extract_query_list (const MythSettingList &settings, MythSetting::SettingType stype) |
| static void | fill_setting (MythSettingBase *sb, const QMap< QString, QString > &map, MythSetting::SettingType stype) |
| static void | fill_settings (MythSettingList &settings, MSqlQuery &query, MythSetting::SettingType stype) |
| QMap< QString, QString > | GetSettingsMap (MythSettingList &settings, const QString &hostname) |
| QStringList | GetSettingValueList (const QString &type) |
| QString | StringMapToJSON (const QMap< QString, QString > &map) |
| QString | StringListToJSON (const QString &key, const QStringList &sList) |
| 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) |
| MythSetting::SettingType parse_setting_type | ( | const QString & | str | ) |
Definition at line 305 of file mythsettings.cpp.
Referenced by parse_dom().
| MythSetting::DataType parse_data_type | ( | const QString & | str | ) |
Definition at line 317 of file mythsettings.cpp.
Referenced by parse_dom().
| bool parse_dom | ( | MythSettingList & | settings, | |
| const QDomElement & | element, | |||
| const QString & | filename, | |||
| const QString & | group, | |||
| bool | includeAllChildren, | |||
| bool & | foundGroup | |||
| ) |
Definition at line 469 of file mythsettings.cpp.
Referenced by parse_settings().
| static QString indent | ( | uint | level | ) | [static] |
Definition at line 17 of file mythsettings.cpp.
Referenced by LCDMenuItem::getIndent(), LCDMenuItem::LCDMenuItem(), DeviceTree::PopulateTree(), LCDMenuItem::setIndent(), LCDServer::switchToMenu(), MythSetting::ToHTML(), MythSettingGroup::ToHTML(), SpliceInformationTable::toStringXML(), SpliceTimeView::toStringXML(), PSIPTable::toStringXML(), and PSIPTable::XMLValues().
| static QString extract_query_list | ( | const MythSettingList & | settings, | |
| MythSetting::SettingType | stype | |||
| ) | [static] |
Definition at line 25 of file mythsettings.cpp.
Referenced by GetSettingsMap(), and load_settings().
| static void fill_setting | ( | MythSettingBase * | sb, | |
| const QMap< QString, QString > & | map, | |||
| MythSetting::SettingType | stype | |||
| ) | [static] |
Definition at line 50 of file mythsettings.cpp.
Referenced by fill_settings().
| static void fill_settings | ( | MythSettingList & | settings, | |
| MSqlQuery & | query, | |||
| MythSetting::SettingType | stype | |||
| ) | [static] |
Definition at line 128 of file mythsettings.cpp.
Referenced by load_settings().
| QMap<QString,QString> GetSettingsMap | ( | MythSettingList & | settings, | |
| const QString & | hostname | |||
| ) |
Definition at line 352 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().
| 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().
1.6.3