|
| std::string | Destring (const char *str) |
| |
| bool | StringToDouble (const char *string, double &value) |
| |
| size_t | GetHexDigitValue (char c) |
| |
| void | AddFeatureToFilter (StyleFilter &filter, const std::string &featureName, const std::string &flagName, TypeInfoSet &resultTypes) |
| |
| | Parser (Scanner *scanner, StyleConfig &config, osmscout::ColorPostprocessor colorPostprocessor=nullptr) |
| |
| | ~Parser () |
| |
| void | SemErr (const char *msg) |
| |
| void | SemWarning (const char *msg) |
| |
| void | OSS () |
| |
| void | FLAGSECTION () |
| |
| void | WAYORDER () |
| |
| void | CONSTSECTION () |
| |
| void | SYMBOLSECTION () |
| |
| void | STYLESECTION () |
| |
| void | FLAGBLOCK (bool state) |
| |
| void | FLAGDEF () |
| |
| void | FLAGCONDBLOCK (bool state) |
| |
| void | IFCOND (bool &state) |
| |
| void | IDENT (std::string &value) |
| |
| void | BOOL (bool &value) |
| |
| void | WAYGROUP (size_t priority) |
| |
| void | POLYGON (Symbol &symbol) |
| |
| void | RECTANGLE (Symbol &symbol) |
| |
| void | CIRCLE (Symbol &symbol) |
| |
| void | AREAFILLSYMSTYLE (FillPartialStyle &fillStyle) |
| |
| void | FILLSTYLEATTR (FillPartialStyle &style) |
| |
| void | AREABORDERSYMSTYLE (BorderPartialStyle &borderStyle) |
| |
| void | BORDERSTYLEATTR (BorderPartialStyle &style) |
| |
| void | AREASYMBOLSTYLE (FillPartialStyle &fillStyle, BorderPartialStyle &borderStyle) |
| |
| void | COORD (Vertex2D &coord) |
| |
| void | UDOUBLE (double &value) |
| |
| void | DOUBLE (double &value) |
| |
| void | CONSTBLOCK (bool state) |
| |
| void | CONSTCONDBLOCK (bool state) |
| |
| void | CONSTDEF () |
| |
| void | COLORCONSTDEF () |
| |
| void | MAGCONSTDEF () |
| |
| void | UINTCONSTDEF () |
| |
| void | WIDTHCONSTDEF () |
| |
| void | COLOR (Color &color) |
| |
| void | MAG (Magnification &magnification) |
| |
| void | UINT (size_t &value) |
| |
| void | STYLEBLOCK (StyleFilter filter, bool state) |
| |
| void | STYLE (StyleFilter filter, bool state) |
| |
| void | STYLECONDBLOCK (StyleFilter filter, bool state) |
| |
| void | STYLEFILTER (StyleFilter &filter) |
| |
| void | STYLEDEF (StyleFilter filter, bool state) |
| |
| void | STYLEFILTER_GROUP (StyleFilter &filter) |
| |
| void | STYLEFILTER_FEATURE (StyleFilter &filter) |
| |
| void | STYLEFILTER_PATH (StyleFilter &filter) |
| |
| void | STYLEFILTER_TYPE (StyleFilter &filter) |
| |
| void | STYLEFILTER_MAG (StyleFilter &filter) |
| |
| void | STYLEFILTER_ONEWAY (StyleFilter &filter) |
| |
| void | STYLEFILTER_SIZE (StyleFilter &filter) |
| |
| void | STYLEFILTER_FEATURE_ENTRY (StyleFilter &filter, TypeInfoSet &types) |
| |
| void | SIZECONDITION (SizeConditionRef &condition) |
| |
| void | UMAP (double &width) |
| |
| void | NODESTYLEDEF (StyleFilter filter, bool state) |
| |
| void | WAYSTYLEDEF (StyleFilter filter, bool state) |
| |
| void | AREASTYLEDEF (StyleFilter filter, bool state) |
| |
| void | ROUTESTYLEDEF (StyleFilter filter, bool state) |
| |
| void | NODETEXTSTYLE (StyleFilter filter, bool state) |
| |
| void | NODEICONSTYLE (StyleFilter filter, bool state) |
| |
| void | TEXTSTYLEATTR (TextPartialStyle &style) |
| |
| void | ICONSTYLEATTR (IconPartialStyle &style) |
| |
| void | WAYSTYLE (StyleFilter filter, bool state) |
| |
| void | WAYPATHTEXTSTYLE (StyleFilter filter, bool state) |
| |
| void | WAYPATHSYMBOLSTYLE (StyleFilter filter, bool state) |
| |
| void | WAYSHIELDSTYLE (StyleFilter filter, bool state) |
| |
| void | LINESTYLEATTR (LinePartialStyle &style) |
| |
| void | ROUTEPATHTEXTSTYLE (StyleFilter filter, bool state) |
| |
| void | PATHTEXTSTYLEATTR (PathTextPartialStyle &style) |
| |
| void | PATHSYMBOLSTYLEATTR (PathSymbolPartialStyle &style) |
| |
| void | PATHSHIELDSTYLEATTR (PathShieldPartialStyle &style) |
| |
| void | AREASTYLE (StyleFilter filter, bool state) |
| |
| void | AREATEXTSTYLE (StyleFilter filter, bool state) |
| |
| void | AREAICONSTYLE (StyleFilter filter, bool state) |
| |
| void | AREABORDERSTYLE (StyleFilter filter, bool state) |
| |
| void | AREABORDERTEXTSTYLE (StyleFilter filter, bool state) |
| |
| void | AREABORDERSYMBOLSTYLE (StyleFilter filter, bool state) |
| |
| void | ROUTESTYLE (StyleFilter filter, bool state) |
| |
| void | ATTRIBUTE (PartialStyleBase &style, const StyleDescriptor &descriptor) |
| |
| void | ATTRIBUTEVALUE (PartialStyleBase &style, const StyleAttributeDescriptor &descriptor) |
| |
| void | COLOR_VALUE (Color &color) |
| |
| void | CONSTANT (StyleConstantRef &constant) |
| |
| void | STRING (std::string &value) |
| |
| void | Parse () |
| |