libosmscout  1.1.1
Public Attributes | List of all members
osmscout::LabelInstance< NativeGlyph, NativeLabel >::Element Struct Reference

#include <libosmscout-map/include/osmscout/LabelLayouter.h>

Collaboration diagram for osmscout::LabelInstance< NativeGlyph, NativeLabel >::Element:
Collaboration graph
[legend]

Public Attributes

LabelData labelData
 
double x
 Coordinate of the left, top edge of the text / icon / symbol. More...
 
double y
 Coordinate of the left, top edge of the text / icon / symbol. More...
 
std::shared_ptr< Label< NativeGlyph, NativeLabel > > label
 

Member Data Documentation

◆ label

template<class NativeGlyph, class NativeLabel>
std::shared_ptr<Label<NativeGlyph, NativeLabel> > osmscout::LabelInstance< NativeGlyph, NativeLabel >::Element::label

◆ labelData

template<class NativeGlyph, class NativeLabel>
LabelData osmscout::LabelInstance< NativeGlyph, NativeLabel >::Element::labelData

◆ x

template<class NativeGlyph, class NativeLabel>
double osmscout::LabelInstance< NativeGlyph, NativeLabel >::Element::x

Coordinate of the left, top edge of the text / icon / symbol.

◆ y

template<class NativeGlyph, class NativeLabel>
double osmscout::LabelInstance< NativeGlyph, NativeLabel >::Element::y

Coordinate of the left, top edge of the text / icon / symbol.


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