#include <set>
#include <map>
#include <unordered_map>
#include <core/typeinfo.h>
#include <layer_ids.h>
#include <properties/property.h>
#include <properties/property_mgr.h>
#include <libeval_compiler/libeval_compiler.h>
Go to the source code of this file.
|
| enum class | PCBEXPR_NAV_STEP { PARENT
} |
| |
| enum class | PCBEXPR_PROPERTY_KIND {
UNSUPPORTED
, INT
, OPTIONAL_INT
, UNSIGNED
,
LONG_LONG
, DOUBLE
, OPTIONAL_DOUBLE
, BOOL
,
STRING
, ENUM
, ANGLE
, COLOR
} |
| |
◆ PCBEXPR_NAV_STEP
◆ PCBEXPR_PROPERTY_KIND
| Enumerator |
|---|
| UNSUPPORTED | |
| INT | |
| OPTIONAL_INT | |
| UNSIGNED | |
| LONG_LONG | |
| DOUBLE | |
| OPTIONAL_DOUBLE | |
| BOOL | |
| STRING | |
| ENUM | |
| ANGLE | |
| COLOR | |
Definition at line 49 of file pcbexpr_evaluator.h.