|
libosmscout 1.1.1
|
#include <libosmscout-map/include/osmscoutmap/LabelLayouter.h>

Public Types | |
| enum | Type { Icon , Symbol , Text } |
Public Member Functions | |
| LabelData ()=default | |
| ~LabelData ()=default | |
Public Attributes | |
| Type | type {Type::Text} |
| size_t | priority {0} |
| Priority of the entry. | |
| size_t | position {0} |
| Relative position of the label. | |
| double | alpha {1.0} |
| Alpha value of the label; 0.0 = fully transparent, 1.0 = solid. | |
| double | fontSize {0} |
| Font size to be used. | |
| LabelStyleRef | style |
| Style for drawing. | |
| std::string | text |
| The label text (type==Text|PathText). | |
| IconStyleRef | iconStyle |
| Icon or symbol style. | |
| double | iconWidth {0} |
| double | iconHeight {0} |
|
default |
|
default |
| double osmscout::LabelData::alpha {1.0} |
Alpha value of the label; 0.0 = fully transparent, 1.0 = solid.
| double osmscout::LabelData::fontSize {0} |
Font size to be used.
| double osmscout::LabelData::iconHeight {0} |
| IconStyleRef osmscout::LabelData::iconStyle |
Icon or symbol style.
| double osmscout::LabelData::iconWidth {0} |
| size_t osmscout::LabelData::position {0} |
Relative position of the label.
| size_t osmscout::LabelData::priority {0} |
Priority of the entry.
| LabelStyleRef osmscout::LabelData::style |
Style for drawing.
| std::string osmscout::LabelData::text |
The label text (type==Text|PathText).
| Type osmscout::LabelData::type {Type::Text} |