alaCarte Maps
Renderer for OpenStreetMap tiles
style.hpp File Reference
#include "settings.hpp"

Go to the source code of this file.

Classes

class  Style
 A Style stores the MapCSS properties for a single Node or Way, or a Relation of type multipolygon. More...
 

Macros

#define STYLE_HPP
 This file is part of alaCarte. More...
 

Functions

template<typename Stream >
Stream & operator>> (Stream &stream, Style::TextPosition &position)
 
template<typename Stream >
Stream & operator>> (Stream &stream, Style::LineCap &cap)
 
template<typename Stream >
Stream & operator>> (Stream &stream, Style::LineJoin &join)
 
template<typename Stream >
Stream & operator>> (Stream &stream, Style::ShieldShape &shape)
 
template<typename Stream >
Stream & operator>> (Stream &stream, Style::FontWeight &weight)
 
template<typename Stream >
Stream & operator>> (Stream &stream, Style::FontStyle &style)
 

Macro Definition Documentation

#define STYLE_HPP

This file is part of alaCarte.

alaCarte is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

alaCarte is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with alaCarte. If not, see http://www.gnu.org/licenses/.

Copyright alaCarte 2012-2013 Simon Dreher, Florian Jacob, Tobias Kahlert, Patrick Niklaus, Bernhard Scheirle, Lisa Winter Maintainer: Florian Jacob

Definition at line 23 of file style.hpp.

Function Documentation

template<typename Stream >
Stream& operator>> ( Stream &  stream,
Style::TextPosition position 
)

Definition at line 134 of file style.hpp.

template<typename Stream >
Stream& operator>> ( Stream &  stream,
Style::LineCap cap 
)

Definition at line 148 of file style.hpp.

template<typename Stream >
Stream& operator>> ( Stream &  stream,
Style::LineJoin join 
)

Definition at line 162 of file style.hpp.

template<typename Stream >
Stream& operator>> ( Stream &  stream,
Style::ShieldShape shape 
)

Definition at line 178 of file style.hpp.

template<typename Stream >
Stream& operator>> ( Stream &  stream,
Style::FontWeight weight 
)

Definition at line 192 of file style.hpp.

template<typename Stream >
Stream& operator>> ( Stream &  stream,
Style::FontStyle style 
)

Definition at line 206 of file style.hpp.