MythTV
master
|
#include <vector>
#include <QString>
#include <QStringList>
#include <QList>
#include <QObject>
#include <QDomDocument>
#include <QDateTime>
#include <QPair>
#include <QMap>
#include <QVariant>
#include <sys/types.h>
#include "libmythbase/mythbaseexp.h"
#include "libmythbase/mythtypes.h"
Go to the source code of this file.
Classes | |
struct | Enclosure |
Describes an enclosure associated with an item. More... | |
struct | MRSSThumbnail |
struct | MRSSCredit |
struct | MRSSComment |
struct | MRSSPeerLink |
struct | MRSSScene |
struct | MRSSEntry |
class | ResultItem |
class | Parse |
Enumerations | |
enum | ArticleType : std::uint8_t { VIDEO_FILE = 0, VIDEO_PODCAST = 1, AUDIO_FILE = 2, AUDIO_PODCAST = 3 } |
enum ArticleType : std::uint8_t |
Enumerator | |
---|---|
VIDEO_FILE | |
VIDEO_PODCAST | |
AUDIO_FILE | |
AUDIO_PODCAST |
Definition at line 20 of file rssparse.h.