KiCad PCB EDA Suite
|
Interface class for something that receives picked points or items from this tool. More...
#include <pcb_picker_tool.h>
Public Member Functions | |
virtual void | UpdatePickedPoint (const std::optional< VECTOR2I > &aPoint)=0 |
virtual void | UpdatePickedItem (const EDA_ITEM *aItem)=0 |
Protected Member Functions | |
~RECEIVER ()=default | |
Interface class for something that receives picked points or items from this tool.
Examples could be a dialog that's asking the user to pick a point.
Definition at line 45 of file pcb_picker_tool.h.
|
protecteddefault |
|
pure virtual |
Implemented in DIALOG_CREATE_ARRAY, and DIALOG_POSITION_RELATIVE.
Referenced by PCB_PICKER_TOOL::SelectItemInteractively().
|
pure virtual |
Implemented in DIALOG_CREATE_ARRAY, and DIALOG_POSITION_RELATIVE.
Referenced by PCB_PICKER_TOOL::SelectPointInteractively().