MythTV  master
Public Member Functions | Public Attributes | List of all members
MRSSParser::ArbitraryLocatedData Struct Reference
Collaboration diagram for MRSSParser::ArbitraryLocatedData:
Collaboration graph
[legend]

Public Member Functions

 ArbitraryLocatedData ()=default
 
ArbitraryLocatedDataoperator+= (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< MRSSThumbnailm_thumbnails
 
QList< MRSSCreditm_credits
 
QList< MRSSCommentm_comments
 
QList< MRSSPeerLinkm_peerLinks
 
QList< MRSSScenem_scenes
 

Detailed Description

Definition at line 192 of file rssparse.cpp.

Constructor & Destructor Documentation

◆ ArbitraryLocatedData()

MRSSParser::ArbitraryLocatedData::ArbitraryLocatedData ( )
default

Member Function Documentation

◆ operator+=()

ArbitraryLocatedData& MRSSParser::ArbitraryLocatedData::operator+= ( const ArbitraryLocatedData child)
inline

Updates *this's fields according to the child.

Some kind of merge.

Definition at line 220 of file rssparse.cpp.

Member Data Documentation

◆ m_url

QString MRSSParser::ArbitraryLocatedData::m_url

Definition at line 194 of file rssparse.cpp.

Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().

◆ m_rating

QString MRSSParser::ArbitraryLocatedData::m_rating

Definition at line 195 of file rssparse.cpp.

Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().

◆ m_ratingScheme

QString MRSSParser::ArbitraryLocatedData::m_ratingScheme

Definition at line 196 of file rssparse.cpp.

Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().

◆ m_title

QString MRSSParser::ArbitraryLocatedData::m_title

Definition at line 197 of file rssparse.cpp.

Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().

◆ m_description

QString MRSSParser::ArbitraryLocatedData::m_description

Definition at line 198 of file rssparse.cpp.

Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().

◆ m_keywords

QString MRSSParser::ArbitraryLocatedData::m_keywords

Definition at line 199 of file rssparse.cpp.

Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().

◆ m_copyrightUrl

QString MRSSParser::ArbitraryLocatedData::m_copyrightUrl

Definition at line 200 of file rssparse.cpp.

Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().

◆ m_copyrightText

QString MRSSParser::ArbitraryLocatedData::m_copyrightText

Definition at line 201 of file rssparse.cpp.

Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().

◆ m_ratingAverage

int MRSSParser::ArbitraryLocatedData::m_ratingAverage {0}

Definition at line 202 of file rssparse.cpp.

Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().

◆ m_ratingCount

int MRSSParser::ArbitraryLocatedData::m_ratingCount {0}

Definition at line 203 of file rssparse.cpp.

Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().

◆ m_ratingMin

int MRSSParser::ArbitraryLocatedData::m_ratingMin {0}

Definition at line 204 of file rssparse.cpp.

Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().

◆ m_ratingMax

int MRSSParser::ArbitraryLocatedData::m_ratingMax {0}

Definition at line 205 of file rssparse.cpp.

Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().

◆ m_views

int MRSSParser::ArbitraryLocatedData::m_views {0}

Definition at line 206 of file rssparse.cpp.

Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().

◆ m_favs

int MRSSParser::ArbitraryLocatedData::m_favs {0}

Definition at line 207 of file rssparse.cpp.

Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().

◆ m_tags

QString MRSSParser::ArbitraryLocatedData::m_tags

Definition at line 208 of file rssparse.cpp.

Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().

◆ m_thumbnails

QList<MRSSThumbnail> MRSSParser::ArbitraryLocatedData::m_thumbnails

Definition at line 209 of file rssparse.cpp.

Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().

◆ m_credits

QList<MRSSCredit> MRSSParser::ArbitraryLocatedData::m_credits

Definition at line 210 of file rssparse.cpp.

Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().

◆ m_comments

QList<MRSSComment> MRSSParser::ArbitraryLocatedData::m_comments

Definition at line 211 of file rssparse.cpp.

Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().

◆ m_peerLinks

QList<MRSSPeerLink> MRSSParser::ArbitraryLocatedData::m_peerLinks

Definition at line 212 of file rssparse.cpp.

Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().

◆ m_scenes

QList<MRSSScene> MRSSParser::ArbitraryLocatedData::m_scenes

Definition at line 213 of file rssparse.cpp.

Referenced by MRSSParser::CollectArbitraryLocatedData(), and operator+=().


The documentation for this struct was generated from the following file: