|
MythTV master
|
Public Member Functions | |
| ArbitraryLocatedData ()=default | |
| ArbitraryLocatedData & | operator+= (const ArbitraryLocatedData &child) |
| Updates *this's fields according to the child. More... | |
Public Attributes | |
| QString | m_url |
| QString | m_rating |
| QString | m_ratingScheme |
| QString | m_title |
| QString | m_description |
| QString | m_keywords |
| QString | m_copyrightUrl |
| QString | m_copyrightText |
| int | m_ratingAverage {0} |
| int | m_ratingCount {0} |
| int | m_ratingMin {0} |
| int | m_ratingMax {0} |
| int | m_views {0} |
| int | m_favs {0} |
| QString | m_tags |
| QList< MRSSThumbnail > | m_thumbnails |
| QList< MRSSCredit > | m_credits |
| QList< MRSSComment > | m_comments |
| QList< MRSSPeerLink > | m_peerLinks |
| QList< MRSSScene > | m_scenes |
Definition at line 188 of file rssparse.cpp.
|
default |
|
inline |
Updates *this's fields according to the child.
Some kind of merge.
Definition at line 216 of file rssparse.cpp.
| QList<MRSSComment> MRSSParser::ArbitraryLocatedData::m_comments |
Definition at line 207 of file rssparse.cpp.
Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().
| QString MRSSParser::ArbitraryLocatedData::m_copyrightText |
Definition at line 197 of file rssparse.cpp.
Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().
| QString MRSSParser::ArbitraryLocatedData::m_copyrightUrl |
Definition at line 196 of file rssparse.cpp.
Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().
| QList<MRSSCredit> MRSSParser::ArbitraryLocatedData::m_credits |
Definition at line 206 of file rssparse.cpp.
Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().
| QString MRSSParser::ArbitraryLocatedData::m_description |
Definition at line 194 of file rssparse.cpp.
Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().
| int MRSSParser::ArbitraryLocatedData::m_favs {0} |
Definition at line 203 of file rssparse.cpp.
Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().
| QString MRSSParser::ArbitraryLocatedData::m_keywords |
Definition at line 195 of file rssparse.cpp.
Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().
| QList<MRSSPeerLink> MRSSParser::ArbitraryLocatedData::m_peerLinks |
Definition at line 208 of file rssparse.cpp.
Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().
| QString MRSSParser::ArbitraryLocatedData::m_rating |
Definition at line 191 of file rssparse.cpp.
Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().
| int MRSSParser::ArbitraryLocatedData::m_ratingAverage {0} |
Definition at line 198 of file rssparse.cpp.
Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().
| int MRSSParser::ArbitraryLocatedData::m_ratingCount {0} |
Definition at line 199 of file rssparse.cpp.
Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().
| int MRSSParser::ArbitraryLocatedData::m_ratingMax {0} |
Definition at line 201 of file rssparse.cpp.
Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().
| int MRSSParser::ArbitraryLocatedData::m_ratingMin {0} |
Definition at line 200 of file rssparse.cpp.
Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().
| QString MRSSParser::ArbitraryLocatedData::m_ratingScheme |
Definition at line 192 of file rssparse.cpp.
Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().
| QList<MRSSScene> MRSSParser::ArbitraryLocatedData::m_scenes |
Definition at line 209 of file rssparse.cpp.
Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().
| QString MRSSParser::ArbitraryLocatedData::m_tags |
Definition at line 204 of file rssparse.cpp.
Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().
| QList<MRSSThumbnail> MRSSParser::ArbitraryLocatedData::m_thumbnails |
Definition at line 205 of file rssparse.cpp.
Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().
| QString MRSSParser::ArbitraryLocatedData::m_title |
Definition at line 193 of file rssparse.cpp.
Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().
| QString MRSSParser::ArbitraryLocatedData::m_url |
Definition at line 190 of file rssparse.cpp.
Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().
| int MRSSParser::ArbitraryLocatedData::m_views {0} |
Definition at line 202 of file rssparse.cpp.
Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().