marble
ProgressFloatItem.cpp
Go to the documentation of this file.
137 connect( manager, SIGNAL(progressChanged(int,int)), this, SLOT(handleProgress(int,int)) , Qt::UniqueConnection );
138 connect( manager, SIGNAL(jobRemoved()), this, SLOT(removeProgressItem()), Qt::UniqueConnection );
QString guiString() const
String that should be displayed in GUI.
Definition: ProgressFloatItem.cpp:96
void repaintNeeded(QRegion dirtyRegion=QRegion())
This signal is emitted if an update of the view is needed.
A float item that shows a pie-chart progress indicator when downloads are active. ...
Definition: ProgressFloatItem.h:27
QPainterPath backgroundShape() const
Returns the shape of the background.
Definition: ProgressFloatItem.cpp:158
This file contains the headers for MarbleModel.
QString description() const
Returns a user description of the plugin.
Definition: ProgressFloatItem.cpp:111
Definition: PluginInterface.h:28
virtual bool eventFilter(QObject *object, QEvent *e)
Definition: AbstractFloatItem.cpp:161
QString copyrightYears() const
Definition: ProgressFloatItem.cpp:116
~ProgressFloatItem()
Definition: ProgressFloatItem.cpp:81
bool eventFilter(QObject *object, QEvent *e)
Definition: ProgressFloatItem.cpp:211
QStringList backendTypes() const
Returns the name(s) of the backend that the plugin can render This method should return the name of t...
Definition: ProgressFloatItem.cpp:86
The abstract class for float item plugins.
Definition: AbstractFloatItem.h:48
QRectF contentRect() const
Returns the rect of the content in item coordinates.
Definition: FrameGraphicsItem.cpp:171
This file contains the headers for ViewportParams.
void paintContent(QPainter *painter)
Here the items paint their content.
Definition: ProgressFloatItem.cpp:173
The data model (not based on QAbstractModel) for a MarbleWidget.
Definition: MarbleModel.h:96
QList< PluginAuthor > pluginAuthors() const
Definition: ProgressFloatItem.cpp:121
This file contains the headers for MarbleWidget.
QString name() const
Returns the user-visible name of the plugin.
Definition: ProgressFloatItem.cpp:91
HttpDownloadManager * downloadManager()
Return the downloadmanager to load missing tiles.
Definition: MarbleModel.cpp:396
bool isInitialized() const
Definition: ProgressFloatItem.cpp:153
This class manages scheduled downloads.
Definition: HttpDownloadManager.h:44
void setVisible(bool visible)
Set visibility of the float item.
Definition: AbstractFloatItem.cpp:128
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.