korganizer
#include <picoftheday.h>
Definition at line 45 of file picoftheday.h.
POTDElement::POTDElement |
( |
const QString & |
id, |
|
|
const QDate & |
date, |
|
|
const QSize & |
initialThumbSize |
|
) |
| |
POTDElement::~POTDElement |
( |
| ) |
|
|
inline |
void POTDElement::gotNewExtensiveText |
( |
const QString & |
| ) |
const |
|
signal |
void POTDElement::gotNewLongText |
( |
const QString & |
| ) |
const |
|
signal |
void POTDElement::gotNewPixmap |
( |
const QPixmap & |
| ) |
const |
|
signal |
void POTDElement::gotNewShortText |
( |
const QString & |
| ) |
const |
|
signal |
void POTDElement::gotNewUrl |
( |
const KUrl & |
| ) |
const |
|
signal |
QPixmap POTDElement::newPixmap |
( |
const QSize & |
size | ) |
|
- Reimplemented from superclass. from Element
Definition at line 323 of file picoftheday.cpp.
void POTDElement::setDate |
( |
const QDate & |
date | ) |
|
void POTDElement::setThumbnailSize |
( |
const QSize & |
size | ) |
|
void POTDElement::step1StartDownload |
( |
| ) |
|
|
protectedslot |
First step of three in the download process.
Definition at line 90 of file picoftheday.cpp.
void POTDElement::step1Success |
( |
| ) |
const |
|
signal |
void POTDElement::step2GetImagePage |
( |
| ) |
|
|
protectedslot |
Second step of three in the download process.
Definition at line 160 of file picoftheday.cpp.
void POTDElement::step2Success |
( |
| ) |
const |
|
signal |
void POTDElement::step3GetThumbnail |
( |
| ) |
|
|
protectedslot |
Third step of three in the downloading process.
Definition at line 261 of file picoftheday.cpp.
void POTDElement::step3Success |
( |
| ) |
const |
|
signal |
KUrl POTDElement::thumbnailUrl |
( |
const KUrl & |
fullSizeUrl, |
|
|
const int |
width = 0 |
|
) |
| const |
Returns the thumbnail URL for a given width corresponding to a full-size image URL.
Definition at line 244 of file picoftheday.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:20 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.