CartoType C++ API 8.8-7-gb35e4dc71
for Windows, Linux, Qt and other platforms supporting C++ development
Public Attributes | List of all members
CartoTypeCore::TileBitmapParam Class Reference

#include <cartotype_graphics_context.h>

Public Attributes

bool DrawMapObjects = true
 
bool DrawLabels = true
 
bool DrawBackground = true
 
MLabelHandlerLabelHandler = nullptr
 

Detailed Description

Tile bitmap parameters are used in the various tile drawing functions to control whether map objects and labels are drawn, and whether labels are passed to an external handler.

Member Data Documentation

◆ DrawBackground

bool CartoTypeCore::TileBitmapParam::DrawBackground = true

If true, draw the background.

◆ DrawLabels

bool CartoTypeCore::TileBitmapParam::DrawLabels = true

If true, draw the labels.

◆ DrawMapObjects

bool CartoTypeCore::TileBitmapParam::DrawMapObjects = true

If true, draw the map objects.

◆ LabelHandler

MLabelHandler* CartoTypeCore::TileBitmapParam::LabelHandler = nullptr

If iLabelHandler is non-null, and iDrawLabels is true, labels are passed to iLabelHandler as bitmaps, not drawn on the map.


The documentation for this class was generated from the following file: