Marble
StackedTile.h
53 explicit StackedTile( TileId const &id, QImage const &resultImage, QVector<QSharedPointer<TextureTile> > const &tiles );
108 static int calcByteCount( const QImage &resultImage, const QVector<QSharedPointer<TextureTile> > &tiles );
A single tile that consists of a stack of Tile layers.
Definition StackedTile.h:51
QVector< QSharedPointer< TextureTile > > tiles() const
Returns the stack of Tiles.
Definition StackedTile.cpp:320
uint pixelF(qreal x, qreal y) const
Returns the color value of the result tile at a given floating point position.
Definition StackedTile.cpp:300
QImage const * resultImage() const
Returns the QImage that describes the merged stack of Tiles.
Definition StackedTile.cpp:325
uint pixel(int x, int y) const
Returns the color value of the result tile at the given integer position.
Definition StackedTile.cpp:93
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 Fri Sep 6 2024 11:58:10 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Sep 6 2024 11:58:10 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.