alaCarte Maps
Renderer for OpenStreetMap tiles
|
#include <taglargerequals_selector.hpp>
Public Member Functions | |
TagLargerEqualsSelector (const shared_ptr< Rule > &rule, const shared_ptr< Selector > &next, const string &tag, const int &value) | |
This file is part of alaCarte. More... | |
virtual void | matchNode (NodeId nodeID, const shared_ptr< TileIdentifier > &ti, RenderAttributes *attributes) const |
virtual void | matchWay (WayId wayID, const shared_ptr< TileIdentifier > &ti, RenderAttributes *attributes) const |
virtual void | matchRelation (RelId relID, const shared_ptr< TileIdentifier > &ti, RenderAttributes *attributes) const |
Public Member Functions inherited from Selector | |
Selector (const shared_ptr< Rule > &rule, const shared_ptr< Selector > &next) | |
This file is part of alaCarte. More... | |
Private Attributes | |
const CachedString | tag |
const int | value |
Additional Inherited Members | |
Protected Attributes inherited from Selector | |
const weak_ptr< Rule > | rule |
const shared_ptr< Selector > | next |
const shared_ptr< Geodata > | geodata |
Definition at line 38 of file taglargerequals_selector.hpp.
TagLargerEqualsSelector::TagLargerEqualsSelector | ( | const shared_ptr< Rule > & | rule, |
const shared_ptr< Selector > & | next, | ||
const string & | tag, | ||
const int & | value | ||
) |
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 32 of file taglargerequals_selector.cpp.
|
virtual |
Implements Selector.
Definition at line 39 of file taglargerequals_selector.cpp.
|
virtual |
Implements Selector.
Definition at line 71 of file taglargerequals_selector.cpp.
|
virtual |
Implements Selector.
Definition at line 56 of file taglargerequals_selector.cpp.
|
private |
Definition at line 46 of file taglargerequals_selector.hpp.
|
private |
Definition at line 47 of file taglargerequals_selector.hpp.