marble
Marble::TextureMapperInterface Class Referenceabstract
#include <TextureMapperInterface.h>
Inheritance diagram for Marble::TextureMapperInterface:
Public Member Functions | |
TextureMapperInterface () | |
virtual | ~TextureMapperInterface () |
virtual void | mapTexture (GeoPainter *painter, const ViewportParams *viewport, int tileZoomLevel, const QRect &dirtyRect, TextureColorizer *texColorizer)=0 |
void | setRepaintNeeded () |
Protected Attributes | |
bool | m_repaintNeeded |
Detailed Description
Definition at line 27 of file TextureMapperInterface.h.
Constructor & Destructor Documentation
TextureMapperInterface::TextureMapperInterface | ( | ) |
Definition at line 16 of file TextureMapperInterface.cpp.
|
virtual |
Definition at line 22 of file TextureMapperInterface.cpp.
Member Function Documentation
|
pure virtual |
void TextureMapperInterface::setRepaintNeeded | ( | ) |
Definition at line 26 of file TextureMapperInterface.cpp.
Member Data Documentation
|
protected |
Definition at line 42 of file TextureMapperInterface.h.
The documentation for this class was generated from the following files:
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.