akregator/src/librss
RSS::Enclosure Class Reference
List of all members.Detailed Description
Definition at line 36 of file enclosure.h.
Public Member Functions | |
QDomElement | toXML (QDomDocument document) const |
Enclosure () | |
Enclosure (const Enclosure &other) | |
Enclosure (const QString &url, int length, const QString &type) | |
virtual | ~Enclosure () |
bool | isNull () const |
Enclosure & | operator= (const Enclosure &other) |
bool | operator== (const Enclosure &other) const |
QString | url () const |
int | length () const |
QString | type () const |
Static Public Member Functions | |
static Enclosure | fromXML (const QDomElement &e) |
Member Function Documentation
QString RSS::Enclosure::url | ( | ) | const |
int RSS::Enclosure::length | ( | ) | const |
QString RSS::Enclosure::type | ( | ) | const |
The documentation for this class was generated from the following files: