marble
DynamicLayer Class Reference
Inheritance diagram for DynamicLayer:

Additional Inherited Members | |
Public Slots inherited from MarbleWidget | |
| QStringList | activeFloatItems () const |
| Coordinate * | center () |
| void | centerOn (const Marble::GeoDataLatLonBox &bbox) |
| void | centerOn (const GeoDataCoordinates &coordinates) |
| bool | containsFloatItem (const QString &name) |
| bool | containsRenderPlugin (const QString &name) |
| Coordinate * | coordinate (int x, int y) |
| void | downloadArea (int topTileLevel, int bottomTileLevel) |
| void | downloadRoute (qreal offset, int topTileLevel, int bottomTileLevel) |
| Marble::AbstractFloatItem * | floatItem (const QString &name) |
| QList< QObject * > | floatItems () const |
| bool | inputEnabled () const |
| QString | mapThemeId () const |
| QStandardItemModel * | mapThemeModel () |
| QPoint | pixel (qreal longitude, qreal latitude) const |
| QString | projection () const |
| Marble::RenderPlugin * | renderPlugin (const QString &name) |
| QList< QObject * > | renderPlugins () const |
| void | setActiveFloatItems (const QStringList &items) |
| void | setCenter (Coordinate *center) |
| void | setDataPluginDelegate (const QString &plugin, QDeclarativeComponent *delegate) |
| void | setGeoSceneProperty (const QString &key, bool value) |
| void | setInputEnabled (bool enabled) |
| void | setMapThemeId (const QString &mapThemeId) |
| void | setProjection (const QString &projection) |
| void | zoomIn () |
| void | zoomOut () |
Signals inherited from MarbleWidget | |
| void | mapThemeChanged () |
| void | mapThemeModelChanged () |
| void | mouseClickGeoPosition (qreal longitude, qreal latitude) |
| void | placemarkSelected (Placemark *placemark) |
| void | projectionChanged () |
| void | radiusChanged () |
| void | visibleLatLonAltBoxChanged () |
| void | workOfflineChanged () |
Public Member Functions inherited from MarbleWidget | |
| MarbleWidget (QGraphicsItem *parent=0, Qt::WindowFlags flags=0) | |
| ~MarbleWidget () | |
| QStringList | activeRenderPlugins () const |
| QDeclarativeListProperty< QObject > | childList () |
| QDeclarativeListProperty < DeclarativeDataPlugin > | dataLayers () |
| Marble::MarbleModel * | model () |
| int | radius () const |
| void | setActiveRenderPlugins (const QStringList &items) |
| void | setRadius (int radius) |
| void | setWorkOffline (bool workOffline) |
| const Marble::ViewportParams * | viewport () const |
| bool | workOffline () const |
Protected Member Functions inherited from MarbleWidget | |
| virtual bool | event (QEvent *event) |
| virtual bool | sceneEvent (QEvent *event) |
Properties inherited from MarbleWidget | |
| QStringList | activeFloatItems |
| QStringList | activeRenderPlugins |
| Coordinate | center |
| QDeclarativeListProperty< QObject > | children |
| QDeclarativeListProperty < DeclarativeDataPlugin > | dataLayers |
| QList< QObject * > | floatItems |
| bool | inputEnabled |
| QString | mapThemeId |
| QStandardItemModel | mapThemeModel |
| QString | projection |
| int | radius |
| QList< QObject * > | renderPlugins |
| bool | workOffline |
Detailed Description
Definition at line 10 of file DynamicLayer.qml.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:55 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:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Slots inherited from