korganizer
Go to the documentation of this file.
21 #ifndef KORG_PLUGINS_PICOFTHEDAY_PICOFTHEDAY_H
22 #define KORG_PLUGINS_PICOFTHEDAY_PICOFTHEDAY_H
24 #include <calendarviews/agenda/calendardecoration.h>
25 using namespace EventViews::CalendarDecoration;
35 Element::List createDayElements(
const QDate & );
37 void configure(
QWidget *parent );
51 const QSize &initialThumbSize );
54 void setDate(
const QDate &date );
55 void setThumbnailSize(
const QSize &size );
57 QPixmap newPixmap(
const QSize &size );
61 KUrl thumbnailUrl(
const KUrl &fullSizeUrl,
const int width = 0 )
const;
64 void gotNewPixmap(
const QPixmap & )
const;
65 void gotNewShortText(
const QString & )
const;
66 void gotNewLongText(
const QString & )
const;
67 void gotNewExtensiveText(
const QString & )
const;
68 void gotNewUrl(
const KUrl & )
const;
70 void step1Success()
const;
71 void step2Success()
const;
72 void step3Success()
const;
75 void step1StartDownload();
76 void step2GetImagePage();
77 void step3GetThumbnail();
84 KUrl mFullSizeImageUrl;
88 bool mFirstStepCompleted;
89 bool mSecondStepCompleted;
90 KIO::SimpleJob *mFirstStepJob;
91 KIO::SimpleJob *mSecondStepJob;
92 KIO::SimpleJob *mThirdStepJob;
96 void step1Result(
KJob *job );
97 void step2Result(
KJob *job );
98 void step3Result(
KJob *job );
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:19 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.