Marble
StackedTile.h
53 explicit StackedTile(TileId const &id, QImage const &resultImage, QList<QSharedPointer<TextureTile>> const &tiles);
108 static int calcByteCount(const QImage &resultImage, const QList<QSharedPointer<TextureTile>> &tiles);
A single tile that consists of a stack of Tile layers.
Definition StackedTile.h:51
uint pixelF(qreal x, qreal y) const
Returns the color value of the result tile at a given floating point position.
Definition StackedTile.cpp:288
QList< QSharedPointer< TextureTile > > tiles() const
Returns the stack of Tiles.
Definition StackedTile.cpp:308
QImage const * resultImage() const
Returns the QImage that describes the merged stack of Tiles.
Definition StackedTile.cpp:313
uint pixel(int x, int y) const
Returns the color value of the result tile at the given integer position.
Definition StackedTile.cpp:92
A class that resembles a tile (then it is extended to TextureTile or Vectortile).
Definition Tile.h:43
Binds a QML item to a specific geodetic location in screen coordinates.
Definition AbstractDataPlugin.cpp:23
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:04 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:04 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.