CartoType C++ API 8.8-7-gb35e4dc71
for Windows, Linux, Qt and other platforms supporting C++ development
Public Member Functions | List of all members
CartoTypeCore::MLabelHandler Class Referenceabstract

#include <cartotype_graphics_context.h>

Public Member Functions

virtual void operator() (const BitmapView &aLabelBitmap, const Point &aTopLeft, const Point &aHotSpot)=0
 

Detailed Description

A functor class to handle labels drawn separately from the map.

Member Function Documentation

◆ operator()()

virtual void CartoTypeCore::MLabelHandler::operator() ( const BitmapView aLabelBitmap,
const Point aTopLeft,
const Point aHotSpot 
)
pure virtual

Handle a label, passed as a 32bpp RGBA bitmap to be drawn at aTopLeft. The label is associated with the position aHotSpot.


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