|
KiCad PCB EDA Suite
|
#include <drill_operation.h>
Public Member Functions | |
| bool | IsSet () const |
Public Attributes | |
| PAD_DRILL_POST_MACHINING_MODE | m_Mode = PAD_DRILL_POST_MACHINING_MODE::UNKNOWN |
| int | m_Size = 0 |
| int | m_Depth = 0 |
| int | m_Angle = 0 |
Definition at line 61 of file drill_operation.h.
|
inline |
Definition at line 68 of file drill_operation.h.
| int DRILL_POST_MACHINING::m_Angle = 0 |
Definition at line 66 of file drill_operation.h.
Referenced by DRILL_SYMBOL_PROFILE::GroupKeyString().
| int DRILL_POST_MACHINING::m_Depth = 0 |
Definition at line 65 of file drill_operation.h.
Referenced by DRILL_SYMBOL_PROFILE::GroupKeyString().
| PAD_DRILL_POST_MACHINING_MODE DRILL_POST_MACHINING::m_Mode = PAD_DRILL_POST_MACHINING_MODE::UNKNOWN |
Definition at line 63 of file drill_operation.h.
Referenced by DRILL_SYMBOL_PROFILE::GroupKeyString(), and IsSet().
| int DRILL_POST_MACHINING::m_Size = 0 |
Definition at line 64 of file drill_operation.h.
Referenced by DRILL_SYMBOL_PROFILE::GroupKeyString().