libosmscout 1.1.1
Loading...
Searching...
No Matches
MapPainter.h File Reference
Include dependency graph for MapPainter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  osmscout::MapPainter
class  osmscout::MapPainter::WayData
struct  osmscout::MapPainter::WayPathData
struct  osmscout::MapPainter::AreaData
struct  osmscout::MapPainter::RouteLabelData
struct  osmscout::MapPainter::ContourSymbolData

Namespaces

namespace  osmscout

Enumerations

enum  osmscout::RenderSteps : size_t {
  osmscout::FirstStep = 0 , osmscout::Initialize = 0 , osmscout::DumpStatistics = 1 , osmscout::CalculatePaths = 2 ,
  osmscout::CalculateWayShields = 3 , osmscout::ProcessAreas = 4 , osmscout::ProcessRoutes = 5 , osmscout::AfterPreprocessing = 6 ,
  osmscout::Prerender = 7 , osmscout::DrawBaseMapTiles = 8 , osmscout::DrawGroundTiles = 9 , osmscout::DrawOSMTileGrids = 10 ,
  osmscout::DrawAreas = 11 , osmscout::DrawWays = 12 , osmscout::DrawWayDecorations = 13 , osmscout::DrawWayContourLabels = 14 ,
  osmscout::PrepareAreaLabels = 15 , osmscout::DrawAreaBorderLabels = 16 , osmscout::DrawAreaBorderSymbols = 17 , osmscout::PrepareNodeLabels = 18 ,
  osmscout::PrepareRouteLabels = 19 , osmscout::DrawContourLines = 20 , osmscout::DrawHillShading = 21 , osmscout::DrawLabels = 22 ,
  osmscout::Postrender = 23 , osmscout::LastStep = 23
}