KiCad PCB EDA Suite
|
#include <via_protection_ui_mixin.h>
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 75 of file via_protection_ui_mixin.h.
bool DIALOG_TRACK_VIA_PROPERTIES::IPC4761_CONFIGURATION::operator== | ( | const IPC4761_CONFIGURATION & | other | ) | const |
IPC4761_DRILL VIA_PROTECTION_UI_MIXIN::IPC4761_CONFIGURATION::cap { IPC4761_DRILL::NOT_SET } |
Definition at line 81 of file via_protection_ui_mixin.h.
Referenced by operator==().
IPC4761_SURFACE VIA_PROTECTION_UI_MIXIN::IPC4761_CONFIGURATION::cover { IPC4761_SURFACE::NONE } |
Definition at line 78 of file via_protection_ui_mixin.h.
Referenced by operator==().
IPC4761_DRILL VIA_PROTECTION_UI_MIXIN::IPC4761_CONFIGURATION::fill { IPC4761_DRILL::NOT_SET } |
Definition at line 80 of file via_protection_ui_mixin.h.
Referenced by operator==().
IPC4761_SURFACE VIA_PROTECTION_UI_MIXIN::IPC4761_CONFIGURATION::plug { IPC4761_SURFACE::NONE } |
Definition at line 79 of file via_protection_ui_mixin.h.
Referenced by operator==().
IPC4761_SURFACE VIA_PROTECTION_UI_MIXIN::IPC4761_CONFIGURATION::tent { IPC4761_SURFACE::NONE } |
Definition at line 77 of file via_protection_ui_mixin.h.
Referenced by operator==().