marble
twitterPlugin.h
Go to the documentation of this file.
72 bool render(GeoPainter *painter, ViewportParams *viewport, const QString& renderPos, GeoSceneLayer * layer = 0);
77 void slotJsonDownloadComplete(QString , QString); //completed download of json reply fom panoramio
87 QList <twitterStructure > twitsWithLocation;//this list will hold pointers to TWITT we have downloaded successfully figured out :)
90 int privateFlagForRenderingTwitts;//this flag is one when globe has an Image (downloaded or already there in cache)
The class that specifies the Marble layer interface of a plugin.
Definition: RenderPluginInterface.h:30
A painter that allows to draw geometric primitives on the map.
Definition: GeoPainter.h:98
QStringList backendTypes() const
Returns the name(s) of the backend that the plugin can render This method should return the name of t...
Definition: twitterPlugin.cpp:30
The class that specifies the a simple panormaio plugin.
Definition: twitterPlugin.h:37
void slotGeoCodingReplyRecieved(QString, QString)
Definition: twitterPlugin.cpp:148
QString renderPolicy() const
Return how the plugin settings should be used.
Definition: twitterPlugin.cpp:35
QString description() const
Returns a user description of the plugin.
Definition: twitterPlugin.cpp:60
void slotJsonDownloadComplete(QString, QString)
Definition: twitterPlugin.cpp:110
Definition: twitterPlugin.h:43
~twitterPlugin()
Right now this plugin displays public twit from Twitter , and gecocodes [i.e getting lat lon from a g...
Definition: twitterPlugin.cpp:25
bool render(GeoPainter *painter, ViewportParams *viewport, const QString &renderPos, GeoSceneLayer *layer=0)
Renders the content provided by the layer on the viewport.
Definition: twitterPlugin.cpp:85
A public class that controls what is visible in the viewport of a Marble map.
Definition: ViewportParams.h:44
QStringList renderPosition() const
Preferred level in the layer stack for the rendering.
Definition: twitterPlugin.cpp:40
Definition: panoramio/jsonparser.h:46
void statusMessageForImageDownloadingProcess(QString)
The abstract class that creates a renderable item.
Definition: RenderPlugin.h:43
This class manages scheduled downloads.
Definition: HttpDownloadManager.h:44
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.