![]() |
Mapper
0.9.0
API documentation
|
This struct defines a single symbol assignment rule. More...
#include <symbol_rule_set.h>

Public Types | |
| enum | RuleType { NoAssignment = 0, ManualAssignment, AutomaticAssignment, DefinedAssignment } |
Public Attributes | |
| ObjectQuery | query |
| const Symbol * | symbol |
| RuleType | type |
This struct defines a single symbol assignment rule.
Unless the type is NoAssignment, a rule specifies a new symbol for objects which match a particular query.
| ObjectQuery OpenOrienteering::SymbolRule::query |
| const Symbol* OpenOrienteering::SymbolRule::symbol |
| RuleType OpenOrienteering::SymbolRule::type |
1.8.13