KiCad PCB EDA Suite
|
Struct containing the last-entered values for the dialog. More...
Public Member Functions | |
CREATE_ARRAY_DIALOG_ENTRIES () | |
Construct with some sensible defaults. | |
Struct containing the last-entered values for the dialog.
Definition at line 40 of file dialog_create_array.cpp.
|
inline |
Construct with some sensible defaults.
In future, this could be loaded from config?
Definition at line 46 of file dialog_create_array.cpp.
long CREATE_ARRAY_DIALOG_ENTRIES::m_ArrayTypeTab = 0 |
Definition at line 80 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
Definition at line 72 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
long CREATE_ARRAY_DIALOG_ENTRIES::m_CircCentreX = 0 |
Definition at line 70 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
long CREATE_ARRAY_DIALOG_ENTRIES::m_CircCentreY = 0 |
Definition at line 71 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
long CREATE_ARRAY_DIALOG_ENTRIES::m_CircCount = 4 |
Definition at line 73 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
bool CREATE_ARRAY_DIALOG_ENTRIES::m_CircFullCircle = 0 |
Definition at line 74 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
wxString CREATE_ARRAY_DIALOG_ENTRIES::m_CircNumberingOffset = wxT("1") |
Definition at line 77 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
long CREATE_ARRAY_DIALOG_ENTRIES::m_CircNumberingStep = 1 |
Definition at line 78 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
long CREATE_ARRAY_DIALOG_ENTRIES::m_CircNumStartSet = 1 |
Definition at line 75 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
bool CREATE_ARRAY_DIALOG_ENTRIES::m_CircRotatationStep = false |
Definition at line 79 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
bool CREATE_ARRAY_DIALOG_ENTRIES::m_FootprintKeepAnnotations = false |
Definition at line 81 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
bool CREATE_ARRAY_DIALOG_ENTRIES::m_FootprintReannotate = true |
Definition at line 82 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
long CREATE_ARRAY_DIALOG_ENTRIES::m_Grid2dArrayNumbering = 0 |
Definition at line 62 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
long CREATE_ARRAY_DIALOG_ENTRIES::m_GridCircNumScheme = 0 |
Definition at line 76 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
long CREATE_ARRAY_DIALOG_ENTRIES::m_GridDx = pcbIUScale.mmToIU( 2.54 ) |
Definition at line 52 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
long CREATE_ARRAY_DIALOG_ENTRIES::m_GridDy = pcbIUScale.mmToIU( 2.54 ) |
Definition at line 53 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
long CREATE_ARRAY_DIALOG_ENTRIES::m_GridNumberingAxis = 0 |
Definition at line 59 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
bool CREATE_ARRAY_DIALOG_ENTRIES::m_GridNumReverseAlt = false |
Definition at line 60 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
long CREATE_ARRAY_DIALOG_ENTRIES::m_GridNumStartSet = 1 |
Definition at line 61 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
long CREATE_ARRAY_DIALOG_ENTRIES::m_GridNx = 5 |
Definition at line 50 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
long CREATE_ARRAY_DIALOG_ENTRIES::m_GridNy = 5 |
Definition at line 51 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
long CREATE_ARRAY_DIALOG_ENTRIES::m_GridOffsetX = 0 |
Definition at line 54 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
long CREATE_ARRAY_DIALOG_ENTRIES::m_GridOffsetY = 0 |
Definition at line 55 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
bool CREATE_ARRAY_DIALOG_ENTRIES::m_GridPositionCentreOnItems = true |
Definition at line 58 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
long CREATE_ARRAY_DIALOG_ENTRIES::m_GridPrimaryAxisScheme = 0 |
Definition at line 63 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
long CREATE_ARRAY_DIALOG_ENTRIES::m_GridPrimaryAxisStep = 1 |
Definition at line 67 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
wxString CREATE_ARRAY_DIALOG_ENTRIES::m_GridPrimaryNumOffset = wxT( "1" ) |
Definition at line 65 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
long CREATE_ARRAY_DIALOG_ENTRIES::m_GridSecondaryAxisScheme = 0 |
Definition at line 64 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
long CREATE_ARRAY_DIALOG_ENTRIES::m_GridSecondaryAxisStep = 1 |
Definition at line 68 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
wxString CREATE_ARRAY_DIALOG_ENTRIES::m_GridSecondaryNumOffset = wxT( "1" ) |
Definition at line 66 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
long CREATE_ARRAY_DIALOG_ENTRIES::m_GridStagger = 1 |
Definition at line 56 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
bool CREATE_ARRAY_DIALOG_ENTRIES::m_GridStaggerRows = true |
Definition at line 57 of file dialog_create_array.cpp.
Referenced by DIALOG_CREATE_ARRAY::DIALOG_CREATE_ARRAY().
bool CREATE_ARRAY_DIALOG_ENTRIES::m_OptionsSet = true |
Definition at line 48 of file dialog_create_array.cpp.