Go to the source code of this file.
Classes | |
| class | DOMException |
| class | DOMBadElementConversion |
| class | DOMUnknownChildElement |
Functions | |
| static QDomElement | nodeToElement (QDomNode &node) |
| static QString | expandURLString (const QString &url) |
| static QString | getNamedElementText (const QDomElement &e, const QString &child_element_name) |
| static void | RunSimpleQuery (const QString &query) |
Variables | |
| const char *const | IM_DOC_TAG = "iconmappings" |
| const char *const | IM_CS_TO_NET_TAG = "callsigntonetwork" |
| const char *const | IM_CS_TAG = "callsign" |
| const char *const | IM_NET_TAG = "network" |
| const char *const | IM_NET_TO_URL_TAG = "networktourl" |
| const char *const | IM_NET_URL_TAG = "url" |
| const char *const | BASEURLMAP_START = "mythfilldatabase.urlmap." |
| const char *const | IM_BASEURL_TAG = "baseurl" |
| const char *const | IM_BASE_STUB_TAG = "stub" |
| static QDomElement nodeToElement | ( | QDomNode & | node | ) | [static] |
Definition at line 95 of file icondata.cpp.
Referenced by getNamedElementText(), and IconData::ImportIconMap().
| static QString expandURLString | ( | const QString & | url | ) | [static] |
Definition at line 105 of file icondata.cpp.
Referenced by IconData::UpdateSourceIcons().
| static QString getNamedElementText | ( | const QDomElement & | e, | |
| const QString & | child_element_name | |||
| ) | [static] |
Definition at line 136 of file icondata.cpp.
Referenced by IconData::ImportIconMap().
| static void RunSimpleQuery | ( | const QString & | query | ) | [static] |
Definition at line 148 of file icondata.cpp.
Referenced by IconData::ResetIconMap().
| const char* const IM_DOC_TAG = "iconmappings" |
Definition at line 31 of file icondata.cpp.
Referenced by IconData::ExportIconMap().
| const char* const IM_CS_TO_NET_TAG = "callsigntonetwork" |
Definition at line 33 of file icondata.cpp.
Referenced by IconData::ExportIconMap(), and IconData::ImportIconMap().
| const char* const IM_CS_TAG = "callsign" |
Definition at line 34 of file icondata.cpp.
Referenced by IconData::ExportIconMap(), and IconData::ImportIconMap().
| const char* const IM_NET_TAG = "network" |
Definition at line 36 of file icondata.cpp.
Referenced by IconData::ExportIconMap(), and IconData::ImportIconMap().
| const char* const IM_NET_TO_URL_TAG = "networktourl" |
Definition at line 38 of file icondata.cpp.
Referenced by IconData::ExportIconMap(), and IconData::ImportIconMap().
| const char* const IM_NET_URL_TAG = "url" |
Definition at line 39 of file icondata.cpp.
Referenced by IconData::ExportIconMap(), and IconData::ImportIconMap().
| const char* const BASEURLMAP_START = "mythfilldatabase.urlmap." |
Definition at line 41 of file icondata.cpp.
Referenced by expandURLString(), IconData::ExportIconMap(), IconData::ImportIconMap(), and IconData::ResetIconMap().
| const char* const IM_BASEURL_TAG = "baseurl" |
Definition at line 43 of file icondata.cpp.
Referenced by IconData::ExportIconMap(), and IconData::ImportIconMap().
| const char* const IM_BASE_STUB_TAG = "stub" |
Definition at line 44 of file icondata.cpp.
Referenced by IconData::ExportIconMap(), and IconData::ImportIconMap().
1.6.3