|
KiCad PCB EDA Suite
|
What one point collection needs beyond the point, and the one count it reports back. More...
Public Attributes | |
| bool | m_OnDrag = false |
| Locked items cannot be dragged. | |
| bool | m_SelectedOnly = false |
| Subtracting takes only selected. | |
| PCB_SELECTION_FILTER_OPTIONS * | m_Rejected = nullptr |
| What the Selection Filter took. | |
| size_t | m_PreFilterCount = 0 |
| Count before that filter, out. | |
What one point collection needs beyond the point, and the one count it reports back.
Definition at line 396 of file pcb_selection_tool.h.
| bool PCB_SELECTION_TOOL::POINT_COLLECT::m_OnDrag = false |
Locked items cannot be dragged.
Definition at line 398 of file pcb_selection_tool.h.
Referenced by PCB_SELECTION_TOOL::collectAtPoint(), and PCB_SELECTION_TOOL::selectPoint().
| size_t PCB_SELECTION_TOOL::POINT_COLLECT::m_PreFilterCount = 0 |
Count before that filter, out.
Definition at line 401 of file pcb_selection_tool.h.
Referenced by PCB_SELECTION_TOOL::collectAtPoint(), and PCB_SELECTION_TOOL::selectPoint().
| PCB_SELECTION_FILTER_OPTIONS* PCB_SELECTION_TOOL::POINT_COLLECT::m_Rejected = nullptr |
What the Selection Filter took.
Definition at line 400 of file pcb_selection_tool.h.
Referenced by PCB_SELECTION_TOOL::collectAtPoint(), and PCB_SELECTION_TOOL::selectPoint().
| bool PCB_SELECTION_TOOL::POINT_COLLECT::m_SelectedOnly = false |
Subtracting takes only selected.
Definition at line 399 of file pcb_selection_tool.h.
Referenced by PCB_SELECTION_TOOL::collectAtPoint(), and PCB_SELECTION_TOOL::selectPoint().