Go to the source code of this file.
Classes | |
| class | DOMException |
| class | DOMBadElementConversion |
| class | DOMUnknownChildElement |
Functions | |
| QDomElement | nodeToElement (QDomNode &node) |
| QString | expandURLString (const QString &url) |
| QString | getNamedElementText (const QDomElement &e, const QString &child_element_name) |
| 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" |
| QDomElement nodeToElement | ( | QDomNode & | node | ) |
Definition at line 91 of file icondata.cpp.
Referenced by getNamedElementText(), and IconData::ImportIconMap().
| QString expandURLString | ( | const QString & | url | ) |
| QString getNamedElementText | ( | const QDomElement & | e, | |
| const QString & | child_element_name | |||
| ) |
| void RunSimpleQuery | ( | const QString & | query | ) |
| const char* const IM_DOC_TAG = "iconmappings" |
| const char* const IM_CS_TO_NET_TAG = "callsigntonetwork" |
Definition at line 26 of file icondata.cpp.
Referenced by IconData::ExportIconMap(), and IconData::ImportIconMap().
| const char* const IM_CS_TAG = "callsign" |
Definition at line 27 of file icondata.cpp.
Referenced by IconData::ExportIconMap(), and IconData::ImportIconMap().
| const char* const IM_NET_TAG = "network" |
Definition at line 29 of file icondata.cpp.
Referenced by IconData::ExportIconMap(), and IconData::ImportIconMap().
| const char* const IM_NET_TO_URL_TAG = "networktourl" |
Definition at line 31 of file icondata.cpp.
Referenced by IconData::ExportIconMap(), and IconData::ImportIconMap().
| const char* const IM_NET_URL_TAG = "url" |
Definition at line 32 of file icondata.cpp.
Referenced by IconData::ExportIconMap(), and IconData::ImportIconMap().
| const char* const BASEURLMAP_START = "mythfilldatabase.urlmap." |
Definition at line 34 of file icondata.cpp.
Referenced by expandURLString(), IconData::ExportIconMap(), IconData::ImportIconMap(), and IconData::ResetIconMap().
| const char* const IM_BASEURL_TAG = "baseurl" |
Definition at line 36 of file icondata.cpp.
Referenced by IconData::ExportIconMap(), and IconData::ImportIconMap().
| const char* const IM_BASE_STUB_TAG = "stub" |
Definition at line 37 of file icondata.cpp.
Referenced by IconData::ExportIconMap(), and IconData::ImportIconMap().
1.5.5