![]() |
Maria GDK 5.0.0.738
Documentation of native code in develop branch
|
#include <MDrawLayerFactory.h>
Public Member Functions | |
DrawLayerFactory (const std::shared_ptr< STK::ShaderProgramManager > &shaderManager, const std::shared_ptr< STK::FontManager > &fontManager, const std::shared_ptr< DrawObjectManager > &drawObjectManager) | |
virtual std::shared_ptr< GeoLayer > | createGeoLayer (GeoLayerManager &geoLayers, const std::string &id, int depth) override |
std::shared_ptr< DrawLayer > | createDrawLayer (GeoLayerManager &geoLayers, const std::string &id, int depth=-1) |
virtual std::shared_ptr< GeoLayer > | createGeoLayer (GeoLayerManager &geoLayers, const std::string &id, int depth)=0 |
Additional Inherited Members | |
![]() | |
int | layerDepth (const GeoLayerManager &geoLayers, int depth) |
DrawObjectLayerFactory - Short description
|
overridevirtual |
Implements Maria::GeoLayerFactory.