KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PCB_TEST_SELECTION_TOOL Member List

This is the complete list of members for PCB_TEST_SELECTION_TOOL, including all inherited members.

Activate()TOOL_INTERACTIVE
AddItemsToSel(const TOOL_EVENT &aEvent)SELECTION_TOOL
AddItemsToSel(EDA_ITEMS *aList, bool aQuietMode=false)SELECTION_TOOL
AddItemToSel(const TOOL_EVENT &aEvent)SELECTION_TOOL
AddItemToSel(EDA_ITEM *aItem, bool aQuietMode=false)SELECTION_TOOL
attachManager(TOOL_MANAGER *aManager)TOOL_BASEprotected
board() constPCB_TEST_SELECTION_TOOLinlineprotected
BrightenItem(EDA_ITEM *aItem)SELECTION_TOOL
canvas() constPCB_TEST_SELECTION_TOOLinlineprotected
ClearSelection()PCB_TEST_SELECTION_TOOL
controls() constPCB_TEST_SELECTION_TOOLinlineprotected
ctrlClickHighlights()SELECTION_TOOLinlineprotectedvirtual
doSelectionMenu(COLLECTOR *aCollector)SELECTION_TOOLprotected
frame() constPCB_TEST_SELECTION_TOOLinlineprotected
GAL_SWITCH enum valueTOOL_BASE
getCollectorsGuide() constPCB_TEST_SELECTION_TOOLprotected
getEditFrame() constTOOL_BASEinlineprotected
GetId() constTOOL_BASEinline
GetManager() constTOOL_BASEinline
getModel() constTOOL_BASEinlineprotected
getModelInternal() constTOOL_BASEprivate
GetName() constTOOL_BASEinline
GetSelection()PCB_TEST_SELECTION_TOOLinline
getToolHolderInternal() constTOOL_BASEprivate
GetToolMenu()TOOL_INTERACTIVEinline
GetType() constTOOL_BASEinline
getView() constTOOL_BASEprotected
getViewControls() constTOOL_BASEprotected
Go(int(T::*aStateFunc)(const TOOL_EVENT &), const TOOL_EVENT_LIST &aConditions=TOOL_EVENT(TC_ANY, TA_ANY))TOOL_INTERACTIVE
goInternal(TOOL_STATE_FUNC &aState, const TOOL_EVENT_LIST &aConditions)TOOL_INTERACTIVEprivate
hasModifier()SELECTION_TOOLprotected
highlight(EDA_ITEM *aItem, int aMode, SELECTION *aGroup) overridePCB_TEST_SELECTION_TOOLprotectedvirtual
highlightInternal(EDA_ITEM *aItem, int aMode, bool aUsingOverlay)PCB_TEST_SELECTION_TOOLprotected
Init() overridePCB_TEST_SELECTION_TOOLvirtual
IsToolActive() constTOOL_BASE
m_additiveSELECTION_TOOLprotected
m_canceledMenuSELECTION_TOOLprotected
m_disambiguateTimerSELECTION_TOOLprotected
m_drag_additiveSELECTION_TOOLprotected
m_drag_subtractiveSELECTION_TOOLprotected
m_exclusive_orSELECTION_TOOLprotected
m_highlight_modifierSELECTION_TOOLprotected
m_menuTOOL_INTERACTIVEprotected
m_multipleSELECTION_TOOLprotected
m_originalCursorSELECTION_TOOLprotected
m_selectableTypesPCB_TEST_SELECTION_TOOLprivate
m_selectionPCB_TEST_SELECTION_TOOLprivate
m_selectionHookPCB_TEST_SELECTION_TOOLprivate
m_skip_heuristicsSELECTION_TOOLprotected
m_subtractiveSELECTION_TOOLprotected
m_toolIdTOOL_BASEprotected
m_toolMgrTOOL_BASEprotected
m_toolNameTOOL_BASEprotected
m_typeTOOL_BASEprotected
Main(const TOOL_EVENT &aEvent)PCB_TEST_SELECTION_TOOL
MODEL_RELOAD enum valueTOOL_BASE
onDisambiguationExpire(wxTimerEvent &aEvent)SELECTION_TOOLprotected
PCB_TEST_SELECTION_TOOL()PCB_TEST_SELECTION_TOOL
REDRAW enum valueTOOL_BASE
RemoveItemFromSel(const TOOL_EVENT &aEvent)SELECTION_TOOL
RemoveItemFromSel(EDA_ITEM *aItem, bool aQuietMode=false)SELECTION_TOOL
RemoveItemsFromSel(const TOOL_EVENT &aEvent)SELECTION_TOOL
RemoveItemsFromSel(EDA_ITEMS *aList, bool aQuietMode=false)SELECTION_TOOL
RemoveItemsFromSel(std::vector< KIID > *aList, bool aQuietMode=false)SELECTION_TOOL
ReselectItem(const TOOL_EVENT &aEvent)SELECTION_TOOL
Reset(RESET_REASON aReason) overridePCB_TEST_SELECTION_TOOLvirtual
RESET_REASON enum nameTOOL_BASE
resetTransitions()TOOL_INTERACTIVEprivate
RUN enum valueTOOL_BASE
RunMainStack(std::function< void()> aFunc)TOOL_INTERACTIVE
select(EDA_ITEM *aItem) overridePCB_TEST_SELECTION_TOOLprotectedvirtual
selection() overridePCB_TEST_SELECTION_TOOLinlineprotectedvirtual
SELECTION_TOOL(const std::string &aName)SELECTION_TOOL
SelectionMenu(const TOOL_EVENT &aEvent)SELECTION_TOOL
selectPoint(const VECTOR2I &aWhere)PCB_TEST_SELECTION_TOOLprotected
SetContextMenu(ACTION_MENU *aMenu, CONTEXT_MENU_TRIGGER aTrigger=CMENU_BUTTON)TOOL_INTERACTIVE
setModifiersState(bool aShiftState, bool aCtrlState, bool aAltState)SELECTION_TOOLprotected
SetSelectableItemTypes(const std::vector< KICAD_T > aTypes)PCB_TEST_SELECTION_TOOL
SetSelectionHook(std::function< void(PCB_TEST_FRAME_BASE *, PCB_SELECTION *)> aHook)PCB_TEST_SELECTION_TOOLinline
setTransitions() overridePCB_TEST_SELECTION_TOOLprotectedvirtual
SUPERMODEL_RELOAD enum valueTOOL_BASE
TOOL_BASE(TOOL_TYPE aType, TOOL_ID aId, const std::string &aName=std::string(""))TOOL_BASEinline
TOOL_INTERACTIVE(TOOL_ID aId, const std::string &aName)TOOL_INTERACTIVE
TOOL_INTERACTIVE(const std::string &aName)TOOL_INTERACTIVE
UnbrightenItem(EDA_ITEM *aItem)SELECTION_TOOL
unhighlight(EDA_ITEM *aItem, int aMode, SELECTION *aGroup) overridePCB_TEST_SELECTION_TOOLprotectedvirtual
unhighlightInternal(EDA_ITEM *aItem, int aMode, bool aUsingOverlay)PCB_TEST_SELECTION_TOOLprotected
unselect(EDA_ITEM *aItem) overridePCB_TEST_SELECTION_TOOLprotectedvirtual
UpdateMenu(const TOOL_EVENT &aEvent)SELECTION_TOOL
view() constPCB_TEST_SELECTION_TOOLinlineprotected
Wait(const TOOL_EVENT_LIST &aEventList=TOOL_EVENT(TC_ANY, TA_ANY))TOOL_INTERACTIVE
~PCB_TEST_SELECTION_TOOL()PCB_TEST_SELECTION_TOOLvirtual
~SELECTION_TOOL()SELECTION_TOOLinline
~TOOL_BASE()TOOL_BASEinlinevirtual
~TOOL_INTERACTIVE()TOOL_INTERACTIVEvirtual