|
KiCad PCB EDA Suite
|
#include <zone_settings.h>
Public Member Functions | |
| bool | operator== (const ZONE_LAYER_PROPERTIES &aOther) const |
Public Attributes | |
| std::optional< VECTOR2I > | hatching_offset |
Definition at line 52 of file zone_settings.h.
| bool ZONE_LAYER_PROPERTIES::operator== | ( | const ZONE_LAYER_PROPERTIES & | aOther | ) | const |
Definition at line 38 of file zone_settings.cpp.
References hatching_offset.
| std::optional<VECTOR2I> ZONE_LAYER_PROPERTIES::hatching_offset |
Definition at line 54 of file zone_settings.h.
Referenced by ZONE::Deserialize(), PCB_IO_KICAD_SEXPR::format(), operator==(), and PCB_IO_KICAD_SEXPR_PARSER::parseZoneLayerProperty().