Syndication::ImageRDFImpl
#include <imagerdfimpl.h>
Public Member Functions | |
ImageRDFImpl (const Syndication::RDF::Image &image) | |
QString | description () const override |
uint | height () const override |
bool | isNull () const override |
QString | link () const override |
QString | title () const override |
QString | url () const override |
uint | width () const override |
Public Member Functions inherited from Syndication::Image | |
virtual | ~Image () |
virtual QString | debugInfo () const |
Detailed Description
Definition at line 25 of file imagerdfimpl.h.
Constructor & Destructor Documentation
◆ ImageRDFImpl()
|
explicit |
Definition at line 12 of file imagerdfimpl.cpp.
Member Function Documentation
◆ description()
|
overridevirtual |
optional text that can be included in the TITLE attribute of the link formed around the image in HTML rendering.
- Returns
- TODO: specify format (HTML etc.)
Implements Syndication::Image.
Definition at line 37 of file imagerdfimpl.cpp.
◆ height()
|
overridevirtual |
The height of the image in pixels.
- Returns
- image height in pixels or 0 of not specified in the feed.
Implements Syndication::Image.
Definition at line 42 of file imagerdfimpl.cpp.
◆ isNull()
|
overridevirtual |
returns whether this image is a null object.
Implements Syndication::Image.
Definition at line 17 of file imagerdfimpl.cpp.
◆ link()
|
overridevirtual |
The URL of the site, when the channel is rendered, the image should be a link to the site.
If not set, use Feed::link().
- Returns
- the url the rendered image should link to, or a null string if not specified in the feed.
Implements Syndication::Image.
Definition at line 32 of file imagerdfimpl.cpp.
◆ title()
|
overridevirtual |
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
Implements Syndication::Image.
Definition at line 27 of file imagerdfimpl.cpp.
◆ url()
|
overridevirtual |
the URL of a GIF, JPEG or PNG image
Implements Syndication::Image.
Definition at line 22 of file imagerdfimpl.cpp.
◆ width()
|
overridevirtual |
The width of the image in pixels.
- Returns
- image width in pixels or 0 if not specified in the feed.
Implements Syndication::Image.
Definition at line 47 of file imagerdfimpl.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.