KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PCB_SELECTION_TOOL::POINT_COLLECT Struct Reference

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_OPTIONSm_Rejected = nullptr
 What the Selection Filter took.
 
size_t m_PreFilterCount = 0
 Count before that filter, out.
 

Detailed Description

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.

Member Data Documentation

◆ m_OnDrag

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().

◆ m_PreFilterCount

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().

◆ m_Rejected

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().

◆ m_SelectedOnly

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().


The documentation for this struct was generated from the following file: