marble
Marble::TileCreatorSource Class Referenceabstract
#include <TileCreator.h>
Inherited by Marble::TileCreatorSourceImage, and TileCreatorSourceSrtm.
Public Member Functions | |
virtual | ~TileCreatorSource () |
virtual QSize | fullImageSize () const =0 |
virtual QImage | tile (int n, int m, int tileLevel)=0 |
Detailed Description
Base Class for custom tile source.
Implement this class to have more control over the tile creating process. This is needed when creating with a high tileLevel where the whole source image can't be loaded at once.
Definition at line 35 of file TileCreator.h.
Constructor & Destructor Documentation
|
inlinevirtual |
Definition at line 38 of file TileCreator.h.
Member Function Documentation
|
pure virtual |
Must return the full size of the source image.
|
pure virtual |
Must return one specific tile.
tileLevel can be used to calculate the number of tiles in a row or column
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:46 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:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.