libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Styles.cpp File Reference
#include <osmscoutmap/Styles.h>
#include <algorithm>
#include <tuple>

Namespaces

 osmscout
 Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license.
 

Functions

bool osmscout::IsLaneOffset (OffsetRel rel)
 
OffsetRel osmscout::ParseBackwardTurnStringToOffset (LaneTurn turn)
 
OffsetRel osmscout::ParseForwardTurnStringToOffset (LaneTurn turn)
 

Variables

static const StyleDescriptorRef osmscout::borderStyleDescriptor =std::make_shared<BorderStyleDescriptor>()
 
static const StyleDescriptorRef osmscout::fillStyleDescriptor =std::make_shared<FillStyleDescriptor>()
 
static const StyleDescriptorRef osmscout::iconStyleDescriptor =std::make_shared<IconStyleDescriptor>()
 
static const StyleDescriptorRef osmscout::lineStyleDescriptor =std::make_shared<LineStyleDescriptor>()
 
static const StyleDescriptorRef osmscout::pathShieldStyleDescriptor =std::make_shared<PathShieldStyleDescriptor>()
 
static const StyleDescriptorRef osmscout::pathSymbolStyleDescriptor =std::make_shared<PathSymbolStyleDescriptor>()
 
static const StyleDescriptorRef osmscout::pathTextStyleDescriptor =std::make_shared<PathTextStyleDescriptor>()
 
static const StyleDescriptorRef osmscout::textStyleDescriptor =std::make_shared<TextStyleDescriptor>()