Activate() | TOOL_INTERACTIVE | |
AssignNetclass(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
attachManager(TOOL_MANAGER *aManager) | TOOL_BASE | protected |
board() const | PCB_TOOL_BASE | inlineprotected |
BOARD_EDITOR_CONTROL() | BOARD_EDITOR_CONTROL | |
BoardSetup(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
canvas() const | PCB_TOOL_BASE | protected |
controls() const | PCB_TOOL_BASE | inlineprotected |
CrossProbeToSch(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
displayOptions() const | PCB_TOOL_BASE | protected |
doCrossProbePcbToSch(const TOOL_EVENT &aEvent, bool aForce) | BOARD_EDITOR_CONTROL | 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 |
DoSetDrillOrigin(KIGFX::VIEW *aView, PCB_BASE_FRAME *aFrame, EDA_ITEM *aItem, const VECTOR2D &aPoint) | BOARD_EDITOR_CONTROL | static |
DrillOrigin(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
EditFpInFpEditor(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
ExplicitCrossProbeToSch(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
ExportNetlist(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
ExportSpecctraDSN(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
Find(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
FindNext(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
footprint() const | PCB_TOOL_BASE | inlineprotected |
frame() const | PCB_TOOL_BASE | inlineprotected |
GAL_SWITCH enum value | TOOL_BASE | |
GenerateDrillFiles(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
GenerateFabFiles(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
GeneratePosFile(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
getEditFrame() const | TOOL_BASE | inlineprotected |
GetId() const | TOOL_BASE | inline |
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 |
ImportNetlist(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
ImportSpecctraSession(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
Init() override | BOARD_EDITOR_CONTROL | virtual |
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 |
IsToolActive() const | TOOL_BASE | |
LockSelected(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
m_frame | BOARD_EDITOR_CONTROL | private |
m_inPlaceFootprint | BOARD_EDITOR_CONTROL | private |
m_inPlaceTarget | BOARD_EDITOR_CONTROL | private |
m_isBoardEditor | PCB_TOOL_BASE | protected |
m_isFootprintEditor | PCB_TOOL_BASE | protected |
m_menu | TOOL_INTERACTIVE | protected |
m_placeOrigin | BOARD_EDITOR_CONTROL | private |
m_placingFootprint | BOARD_EDITOR_CONTROL | private |
m_toolId | TOOL_BASE | protected |
m_toolMgr | TOOL_BASE | protected |
m_toolName | TOOL_BASE | protected |
m_type | TOOL_BASE | protected |
MODEL_RELOAD enum value | TOOL_BASE | |
MODIFY_MODE enum name | BOARD_EDITOR_CONTROL | private |
modifyLockSelected(MODIFY_MODE aMode) | BOARD_EDITOR_CONTROL | private |
New(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
OFF enum value | BOARD_EDITOR_CONTROL | private |
ON enum value | BOARD_EDITOR_CONTROL | private |
Open(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
PageSettings(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
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 |
PlaceFootprint(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
PlacingFootprint() const | BOARD_EDITOR_CONTROL | inline |
Plot(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
REDRAW enum value | TOOL_BASE | |
RepairBoard(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
Reset(RESET_REASON aReason) override | BOARD_EDITOR_CONTROL | virtual |
RESET_REASON enum name | TOOL_BASE | |
resetTransitions() | TOOL_INTERACTIVE | private |
Revert(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
RUN enum value | TOOL_BASE | |
RunMainStack(std::function< void()> aFunc) | TOOL_INTERACTIVE | |
Save(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
SaveAs(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
SaveCopy(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
Search(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
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_EDITOR_CONTROL | privatevirtual |
ShowEeschema(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
SHUTDOWN enum value | TOOL_BASE | |
SUPERMODEL_RELOAD enum value | TOOL_BASE | |
TOGGLE enum value | BOARD_EDITOR_CONTROL | private |
ToggleLayersManager(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
ToggleLockSelected(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
ToggleNetInspector(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
ToggleProperties(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
TogglePythonConsole(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
ToggleSearch(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
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 | |
TrackWidthDec(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
TrackWidthInc(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
UnlockSelected(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
UpdatePCBFromSchematic(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
UpdateSchematicFromPCB(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
ViaSizeDec(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
ViaSizeInc(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
view() const | PCB_TOOL_BASE | inlineprotected |
Wait(const TOOL_EVENT_LIST &aEventList=TOOL_EVENT(TC_ANY, TA_ANY)) | TOOL_INTERACTIVE | |
WIDTH_STEP | BOARD_EDITOR_CONTROL | privatestatic |
ZoneDuplicate(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
ZoneMerge(const TOOL_EVENT &aEvent) | BOARD_EDITOR_CONTROL | |
~BOARD_EDITOR_CONTROL() | BOARD_EDITOR_CONTROL | |
~PCB_TOOL_BASE() | PCB_TOOL_BASE | inlinevirtual |
~TOOL_BASE() | TOOL_BASE | inlinevirtual |
~TOOL_INTERACTIVE() | TOOL_INTERACTIVE | virtual |