Syndication::ImageAtomImpl
#include <imageatomimpl.h>
Public Member Functions | |
ImageAtomImpl (const QString &logoURI) | |
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 imageatomimpl.h.
Constructor & Destructor Documentation
◆ ImageAtomImpl()
|
inlineexplicit |
Definition at line 28 of file imageatomimpl.h.
Member Function Documentation
◆ description()
|
inlineoverridevirtual |
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 53 of file imageatomimpl.h.
◆ height()
|
inlineoverridevirtual |
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 63 of file imageatomimpl.h.
◆ isNull()
|
inlineoverridevirtual |
returns whether this image is a null object.
Implements Syndication::Image.
Definition at line 33 of file imageatomimpl.h.
◆ link()
|
inlineoverridevirtual |
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 48 of file imageatomimpl.h.
◆ title()
|
inlineoverridevirtual |
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 43 of file imageatomimpl.h.
◆ url()
|
inlineoverridevirtual |
the URL of a GIF, JPEG or PNG image
Implements Syndication::Image.
Definition at line 38 of file imageatomimpl.h.
◆ width()
|
inlineoverridevirtual |
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 58 of file imageatomimpl.h.
The documentation for this class was generated from the following file:
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.