Classes | |
| struct | ArbitraryLocatedData |
Public Member Functions | |
| MRSSParser () | |
| QList< MRSSEntry > | operator() (const QDomElement &item) |
Private Member Functions | |
| QList< MRSSEntry > | CollectChildren (const QDomElement &holder) |
| ArbitraryLocatedData | GetArbitraryLocatedDataFor (const QDomElement &holder) |
| QString | GetURL (const QDomElement &element) |
| QString | GetTitle (const QDomElement &element) |
| QString | GetDescription (const QDomElement &element) |
| QString | GetKeywords (const QDomElement &element) |
| int | GetInt (const QDomElement &elem, const QString &attrname) |
| QList< MRSSThumbnail > | GetThumbnails (const QDomElement &element) |
| QList< MRSSCredit > | GetCredits (const QDomElement &element) |
| QList< MRSSComment > | GetComments (const QDomElement &element) |
| QList< MRSSPeerLink > | GetPeerLinks (const QDomElement &element) |
| QList< MRSSScene > | GetScenes (const QDomElement &element) |
| ArbitraryLocatedData | CollectArbitraryLocatedData (const QDomElement &element) |
Definition at line 183 of file rssparse.cpp.
| MRSSParser::MRSSParser | ( | ) | [inline] |
Definition at line 255 of file rssparse.cpp.
| QList<MRSSEntry> MRSSParser::operator() | ( | const QDomElement & | item | ) | [inline] |
Definition at line 257 of file rssparse.cpp.
| QList<MRSSEntry> MRSSParser::CollectChildren | ( | const QDomElement & | holder | ) | [inline, private] |
Definition at line 274 of file rssparse.cpp.
Referenced by operator()().
| ArbitraryLocatedData MRSSParser::GetArbitraryLocatedDataFor | ( | const QDomElement & | holder | ) | [inline, private] |
Definition at line 351 of file rssparse.cpp.
Referenced by CollectChildren().
| QString MRSSParser::GetURL | ( | const QDomElement & | element | ) | [inline, private] |
Definition at line 369 of file rssparse.cpp.
Referenced by CollectArbitraryLocatedData().
| QString MRSSParser::GetTitle | ( | const QDomElement & | element | ) | [inline, private] |
Definition at line 379 of file rssparse.cpp.
Referenced by CollectArbitraryLocatedData().
| QString MRSSParser::GetDescription | ( | const QDomElement & | element | ) | [inline, private] |
Definition at line 391 of file rssparse.cpp.
Referenced by CollectArbitraryLocatedData().
| QString MRSSParser::GetKeywords | ( | const QDomElement & | element | ) | [inline, private] |
Definition at line 403 of file rssparse.cpp.
Referenced by CollectArbitraryLocatedData().
| int MRSSParser::GetInt | ( | const QDomElement & | elem, | |
| const QString & | attrname | |||
| ) | [inline, private] |
Definition at line 415 of file rssparse.cpp.
Referenced by CollectArbitraryLocatedData(), and GetThumbnails().
| QList<MRSSThumbnail> MRSSParser::GetThumbnails | ( | const QDomElement & | element | ) | [inline, private] |
Definition at line 427 of file rssparse.cpp.
Referenced by CollectArbitraryLocatedData().
| QList<MRSSCredit> MRSSParser::GetCredits | ( | const QDomElement & | element | ) | [inline, private] |
Definition at line 451 of file rssparse.cpp.
Referenced by CollectArbitraryLocatedData().
| QList<MRSSComment> MRSSParser::GetComments | ( | const QDomElement & | element | ) | [inline, private] |
Definition at line 472 of file rssparse.cpp.
Referenced by CollectArbitraryLocatedData().
| QList<MRSSPeerLink> MRSSParser::GetPeerLinks | ( | const QDomElement & | element | ) | [inline, private] |
Definition at line 534 of file rssparse.cpp.
Referenced by CollectArbitraryLocatedData().
| QList<MRSSScene> MRSSParser::GetScenes | ( | const QDomElement & | element | ) | [inline, private] |
Definition at line 553 of file rssparse.cpp.
Referenced by CollectArbitraryLocatedData().
| ArbitraryLocatedData MRSSParser::CollectArbitraryLocatedData | ( | const QDomElement & | element | ) | [inline, private] |
Definition at line 580 of file rssparse.cpp.
Referenced by GetArbitraryLocatedDataFor().
1.6.3