| 
    KiCad PCB EDA Suite
    
   | 
 
#include <pcb_picker_tool.h>
Public Attributes | |
| RECEIVER * | m_Receiver = nullptr | 
| wxString | m_Prompt | 
| std::function< bool(EDA_ITEM *)> | m_ItemFilter = nullptr | 
Definition at line 55 of file pcb_picker_tool.h.
| std::function<bool(EDA_ITEM*)> PCB_PICKER_TOOL::INTERACTIVE_PARAMS::m_ItemFilter = nullptr | 
Definition at line 59 of file pcb_picker_tool.h.
Referenced by PCB_PICKER_TOOL::SelectItemInteractively().
| wxString PCB_PICKER_TOOL::INTERACTIVE_PARAMS::m_Prompt | 
Definition at line 58 of file pcb_picker_tool.h.
Referenced by PCB_PICKER_TOOL::SelectItemInteractively(), and PCB_PICKER_TOOL::SelectPointInteractively().
| RECEIVER* PCB_PICKER_TOOL::INTERACTIVE_PARAMS::m_Receiver = nullptr | 
Definition at line 57 of file pcb_picker_tool.h.
Referenced by PCB_PICKER_TOOL::SelectItemInteractively(), and PCB_PICKER_TOOL::SelectPointInteractively().