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 49 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 51 of file zone_settings.h.
Referenced by ZONE_FILLER::addHatchFillTypeOnZone(), ZONE::Deserialize(), PCB_IO_KICAD_SEXPR::format(), operator==(), and PCB_IO_KICAD_SEXPR_PARSER::parseZoneLayerProperty().