Activate() | TOOL_INTERACTIVE | |
attachManager(TOOL_MANAGER *aManager) | TOOL_BASE | protected |
board() const | PCB_TOOL_BASE | inlineprotected |
BOARD_INSPECTION_TOOL() | BOARD_INSPECTION_TOOL | |
calculateSelectionRatsnest(const VECTOR2I &aDelta) | BOARD_INSPECTION_TOOL | private |
canvas() const | PCB_TOOL_BASE | protected |
ClearHighlight(const TOOL_EVENT &aEvent) | BOARD_INSPECTION_TOOL | |
constructDiffPanel(wxPanel *aParentPanel) | BOARD_INSPECTION_TOOL | private |
controls() const | PCB_TOOL_BASE | inlineprotected |
DiffFootprint(const TOOL_EVENT &aEvent) | BOARD_INSPECTION_TOOL | |
DiffFootprint(FOOTPRINT *aFootprint) | BOARD_INSPECTION_TOOL | |
displayOptions() const | PCB_TOOL_BASE | protected |
doHideRatsnestNet(int aNetCode, bool aHide) | BOARD_INSPECTION_TOOL | private |
doInteractiveItemPlacement(const TOOL_EVENT &aTool, INTERACTIVE_PLACER_BASE *aPlacer, const wxString &aCommitMessage, int aOptions=IPO_ROTATE|IPO_FLIP|IPO_REPEAT) | PCB_TOOL_BASE | protected |
footprint() const | PCB_TOOL_BASE | inlineprotected |
frame() const | PCB_TOOL_BASE | inlineprotected |
GAL_SWITCH enum value | TOOL_BASE | |
getEditFrame() const | TOOL_BASE | inlineprotected |
GetId() const | TOOL_BASE | inline |
getItemDescription(BOARD_ITEM *aItem) | BOARD_INSPECTION_TOOL | private |
GetManager() const | TOOL_BASE | inline |
getModel() const | TOOL_BASE | inlineprotected |
getModelInternal() const | TOOL_BASE | private |
GetName() const | TOOL_BASE | inline |
getToolHolderInternal() const | TOOL_BASE | private |
GetToolMenu() | TOOL_INTERACTIVE | |
GetType() const | TOOL_BASE | inline |
getView() const | TOOL_BASE | protected |
getViewControls() const | TOOL_BASE | protected |
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_INTERACTIVE | private |
HideLocalRatsnest(const TOOL_EVENT &aEvent) | BOARD_INSPECTION_TOOL | |
HideNetInRatsnest(const TOOL_EVENT &aEvent) | BOARD_INSPECTION_TOOL | |
HighlightItem(const TOOL_EVENT &aEvent) | BOARD_INSPECTION_TOOL | |
HighlightNet(const TOOL_EVENT &aEvent) | BOARD_INSPECTION_TOOL | |
highlightNet(const VECTOR2D &aPosition, bool aUseSelection) | BOARD_INSPECTION_TOOL | private |
Init() override | BOARD_INSPECTION_TOOL | virtual |
InspectClearance(const TOOL_EVENT &aEvent) | BOARD_INSPECTION_TOOL | |
InspectConstraints(const TOOL_EVENT &aEvent) | BOARD_INSPECTION_TOOL | |
InspectDRCError(const std::shared_ptr< RC_ITEM > &aDRCItem) | BOARD_INSPECTION_TOOL | |
InspectDRCErrorMenuText(const std::shared_ptr< RC_ITEM > &aDRCItem) | BOARD_INSPECTION_TOOL | |
INTERACTIVE_PLACEMENT_OPTIONS enum name | PCB_TOOL_BASE | protected |
IPO_FLIP enum value | PCB_TOOL_BASE | protected |
IPO_REPEAT enum value | PCB_TOOL_BASE | protected |
IPO_ROTATE enum value | PCB_TOOL_BASE | protected |
IPO_SINGLE_CLICK enum value | PCB_TOOL_BASE | protected |
Is45Limited() const | PCB_TOOL_BASE | virtual |
IsBoardEditor() const | PCB_TOOL_BASE | inline |
IsFootprintEditor() const | PCB_TOOL_BASE | inline |
IsNetHighlightSet() const | BOARD_INSPECTION_TOOL | inline |
IsToolActive() const | TOOL_BASE | |
LocalRatsnestTool(const TOOL_EVENT &aEvent) | BOARD_INSPECTION_TOOL | |
m_currentlyHighlighted | BOARD_INSPECTION_TOOL | private |
m_dynamicData | BOARD_INSPECTION_TOOL | private |
m_frame | BOARD_INSPECTION_TOOL | private |
m_isBoardEditor | PCB_TOOL_BASE | protected |
m_isFootprintEditor | PCB_TOOL_BASE | protected |
m_lastHighlighted | BOARD_INSPECTION_TOOL | private |
m_menu | TOOL_INTERACTIVE | protected |
m_toolId | TOOL_BASE | protected |
m_toolMgr | TOOL_BASE | protected |
m_toolName | TOOL_BASE | protected |
m_type | TOOL_BASE | protected |
makeDRCEngine(bool *aCompileError, bool *aCourtyardError) | BOARD_INSPECTION_TOOL | private |
MODEL_RELOAD enum value | TOOL_BASE | |
PCB_TOOL_BASE(TOOL_ID aId, const std::string &aName) | PCB_TOOL_BASE | inline |
PCB_TOOL_BASE(const std::string &aName) | PCB_TOOL_BASE | inline |
REDRAW enum value | TOOL_BASE | |
reportCompileError(REPORTER *r) | BOARD_INSPECTION_TOOL | private |
reportHeader(const wxString &aTitle, BOARD_ITEM *a, REPORTER *r) | BOARD_INSPECTION_TOOL | private |
reportHeader(const wxString &aTitle, BOARD_ITEM *a, BOARD_ITEM *b, REPORTER *r) | BOARD_INSPECTION_TOOL | private |
reportHeader(const wxString &aTitle, BOARD_ITEM *a, BOARD_ITEM *b, PCB_LAYER_ID aLayer, REPORTER *r) | BOARD_INSPECTION_TOOL | private |
Reset(RESET_REASON aReason) override | BOARD_INSPECTION_TOOL | virtual |
RESET_REASON enum name | TOOL_BASE | |
resetTransitions() | TOOL_INTERACTIVE | private |
RUN enum value | TOOL_BASE | |
RunMainStack(std::function< void()> aFunc) | TOOL_INTERACTIVE | |
selection() const | PCB_TOOL_BASE | protected |
selection() | PCB_TOOL_BASE | protected |
SetContextMenu(ACTION_MENU *aMenu, CONTEXT_MENU_TRIGGER aTrigger=CMENU_BUTTON) | TOOL_INTERACTIVE | |
SetIsBoardEditor(bool aEnabled) | PCB_TOOL_BASE | inline |
SetIsFootprintEditor(bool aEnabled) | PCB_TOOL_BASE | inline |
setTransitions() override | BOARD_INSPECTION_TOOL | privatevirtual |
ShowBoardStatistics(const TOOL_EVENT &aEvent) | BOARD_INSPECTION_TOOL | |
ShowFootprintLinks(const TOOL_EVENT &aEvent) | BOARD_INSPECTION_TOOL | |
ShowNetInRatsnest(const TOOL_EVENT &aEvent) | BOARD_INSPECTION_TOOL | |
SHUTDOWN enum value | TOOL_BASE | |
SUPERMODEL_RELOAD enum value | TOOL_BASE | |
TOOL_BASE(TOOL_TYPE aType, TOOL_ID aId, const std::string &aName=std::string("")) | TOOL_BASE | inline |
TOOL_INTERACTIVE(TOOL_ID aId, const std::string &aName) | TOOL_INTERACTIVE | |
TOOL_INTERACTIVE(const std::string &aName) | TOOL_INTERACTIVE | |
UpdateLocalRatsnest(const TOOL_EVENT &aEvent) | BOARD_INSPECTION_TOOL | |
view() const | PCB_TOOL_BASE | inlineprotected |
Wait(const TOOL_EVENT_LIST &aEventList=TOOL_EVENT(TC_ANY, TA_ANY)) | TOOL_INTERACTIVE | |
~PCB_TOOL_BASE() | PCB_TOOL_BASE | inlinevirtual |
~TOOL_BASE() | TOOL_BASE | inlinevirtual |
~TOOL_INTERACTIVE() | TOOL_INTERACTIVE | virtual |