KiCad PCB EDA Suite
|
Public Member Functions | |
bool | operator== (const IPC4761_CONFIGURATION &other) const |
Public Attributes | |
IPC4761_SURFACE | tent { IPC4761_SURFACE::NONE } |
IPC4761_SURFACE | cover { IPC4761_SURFACE::NONE } |
IPC4761_SURFACE | plug { IPC4761_SURFACE::NONE } |
IPC4761_DRILL | fill { IPC4761_DRILL::NOT_SET } |
IPC4761_DRILL | cap { IPC4761_DRILL::NOT_SET } |
Definition at line 136 of file dialog_track_via_properties.h.
bool DIALOG_TRACK_VIA_PROPERTIES::IPC4761_CONFIGURATION::operator== | ( | const IPC4761_CONFIGURATION & | other | ) | const |
IPC4761_DRILL DIALOG_TRACK_VIA_PROPERTIES::IPC4761_CONFIGURATION::cap { IPC4761_DRILL::NOT_SET } |
Definition at line 142 of file dialog_track_via_properties.h.
Referenced by operator==().
IPC4761_SURFACE DIALOG_TRACK_VIA_PROPERTIES::IPC4761_CONFIGURATION::cover { IPC4761_SURFACE::NONE } |
Definition at line 139 of file dialog_track_via_properties.h.
Referenced by operator==().
IPC4761_DRILL DIALOG_TRACK_VIA_PROPERTIES::IPC4761_CONFIGURATION::fill { IPC4761_DRILL::NOT_SET } |
Definition at line 141 of file dialog_track_via_properties.h.
Referenced by operator==().
IPC4761_SURFACE DIALOG_TRACK_VIA_PROPERTIES::IPC4761_CONFIGURATION::plug { IPC4761_SURFACE::NONE } |
Definition at line 140 of file dialog_track_via_properties.h.
Referenced by operator==().
IPC4761_SURFACE DIALOG_TRACK_VIA_PROPERTIES::IPC4761_CONFIGURATION::tent { IPC4761_SURFACE::NONE } |
Definition at line 138 of file dialog_track_via_properties.h.
Referenced by operator==().