Syndication::RDF::Image Class Reference
An image to be associated with an HTML rendering of the channel.
More...
#include <image.h>
List of all members.
Detailed Description
An image to be associated with an HTML rendering of the channel.
Definition at line 40 of file image.h.
Constructor & Destructor Documentation
Syndication::RDF::Image::Image |
( |
|
) |
|
creates a wrapper wrapping a null resource
Definition at line 32 of file image.cpp.
Syndication::RDF::Image::Image |
( |
ResourcePtr |
resource |
) |
[explicit] |
creates an image object by wrapping an image resource
- Parameters:
-
| resource | the image resource to wrap |
Definition at line 36 of file image.cpp.
Syndication::RDF::Image::~Image |
( |
|
) |
[virtual] |
Member Function Documentation
QString Syndication::RDF::Image::debugInfo |
( |
|
) |
const |
Returns a description of the image for debugging purposes.
- Returns:
- debug string
Definition at line 59 of file image.cpp.
QString Syndication::RDF::Image::link |
( |
|
) |
const |
The URL of the site, when the channel is rendered, the image should be a link to the site.
Definition at line 49 of file image.cpp.
QString Syndication::RDF::Image::title |
( |
|
) |
const |
Describes the image, can be used in the ALT attribute of the HTML <img>
tag when the channel is rendered in HTML.
- Returns:
- TODO: specify format
Definition at line 44 of file image.cpp.
QString Syndication::RDF::Image::url |
( |
|
) |
const |
the URL of the image file
Definition at line 54 of file image.cpp.
The documentation for this class was generated from the following files: