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
|
|
returns the size of the enclosure in bytes
Definition at line 143 of file enclosure.cpp. |
|
|
returns the mime type of the enclosure
Definition at line 148 of file enclosure.cpp. |
|
|
returns the URL of the enclosure
Definition at line 138 of file enclosure.cpp. |
The documentation for this class was generated from the following files:

