|
enum | Status {
UNKNOWN,
NEW,
PLAY,
DOWNLOAD,
DELETE
} |
|
|
void | finished () |
| Gets emitted when the data is ready to read.
|
|
void | parseError () |
| Gets emitted when an parse error ocurred.
|
|
void | requestError (QNetworkReply::NetworkError error) |
| Gets emitted when an request error ocurred.
|
|
|
| Episode (QNetworkReply *reply, QObject *parent=0) |
|
| Episode (const QVariant &variant, QObject *parent=0) |
|
QUrl | url () const |
|
QString | title () const |
|
QUrl | podcastUrl () const |
|
QString | podcastTitle () const |
|
QString | description () const |
|
QUrl | website () const |
|
QUrl | mygpoUrl () const |
|
QDateTime | released () const |
|
Episode::Status | status () const |
|
|
QUrl | url |
|
QString | title |
|
QUrl | podcastUrl |
|
QString | podcastTitle |
|
QString | description |
|
QUrl | website |
|
QDateTime | released |
|
int | status |
|
QUrl | mygpoUrl |
|
The documentation for this class was generated from the following file:
- /home/t95012/src/libmygpo-qt/src/Episode.h