| Activate() | TOOL_INTERACTIVE | |
| AddColumnAfter(const TOOL_EVENT &aEvent) | SCH_EDIT_TABLE_TOOL | inline |
| AddColumnBefore(const TOOL_EVENT &aEvent) | SCH_EDIT_TABLE_TOOL | inline |
| addMenus(CONDITIONAL_MENU &selToolMenu) | EDIT_TABLE_TOOL_BASE< SCH_TABLE, SCH_TABLECELL, SCH_COMMIT > | inlineprotected |
| AddRowAbove(const TOOL_EVENT &aEvent) | SCH_EDIT_TABLE_TOOL | inline |
| AddRowBelow(const TOOL_EVENT &aEvent) | SCH_EDIT_TABLE_TOOL | inline |
| attachManager(TOOL_MANAGER *aManager) | TOOL_BASE | protected |
| clearSelection() override | SCH_EDIT_TABLE_TOOL | inlineprivatevirtual |
| copyCell(SCH_TABLECELL *aSource) override | SCH_EDIT_TABLE_TOOL | privatevirtual |
| DeleteColumns(const TOOL_EVENT &aEvent) | SCH_EDIT_TABLE_TOOL | inline |
| DeleteRows(const TOOL_EVENT &aEvent) | SCH_EDIT_TABLE_TOOL | inline |
| doAddColumnAfter(const TOOL_EVENT &aEvent) | EDIT_TABLE_TOOL_BASE< SCH_TABLE, SCH_TABLECELL, SCH_COMMIT > | inlineprotected |
| doAddColumnBefore(const TOOL_EVENT &aEvent) | EDIT_TABLE_TOOL_BASE< SCH_TABLE, SCH_TABLECELL, SCH_COMMIT > | inlineprotected |
| doAddRowAbove(const TOOL_EVENT &aEvent) | EDIT_TABLE_TOOL_BASE< SCH_TABLE, SCH_TABLECELL, SCH_COMMIT > | inlineprotected |
| doAddRowBelow(const TOOL_EVENT &aEvent) | EDIT_TABLE_TOOL_BASE< SCH_TABLE, SCH_TABLECELL, SCH_COMMIT > | inlineprotected |
| doDeleteColumns(const TOOL_EVENT &aEvent) | EDIT_TABLE_TOOL_BASE< SCH_TABLE, SCH_TABLECELL, SCH_COMMIT > | inlineprotected |
| doDeleteRows(const TOOL_EVENT &aEvent) | EDIT_TABLE_TOOL_BASE< SCH_TABLE, SCH_TABLECELL, SCH_COMMIT > | inlineprotected |
| doMergeCells(const TOOL_EVENT &aEvent) | EDIT_TABLE_TOOL_BASE< SCH_TABLE, SCH_TABLECELL, SCH_COMMIT > | inlineprotected |
| doUnmergeCells(const TOOL_EVENT &aEvent) | EDIT_TABLE_TOOL_BASE< SCH_TABLE, SCH_TABLECELL, SCH_COMMIT > | inlineprotected |
| EditTable(const TOOL_EVENT &aEvent) | SCH_EDIT_TABLE_TOOL | |
| GAL_SWITCH enum value | TOOL_BASE | |
| 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 |
| getScreen() override | SCH_EDIT_TABLE_TOOL | inlineprivatevirtual |
| getTableCellSelection() override | SCH_EDIT_TABLE_TOOL | privatevirtual |
| getToolHolderInternal() const | TOOL_BASE | private |
| GetToolMenu() | TOOL_INTERACTIVE | |
| getToolMgr() override | SCH_EDIT_TABLE_TOOL | inlineprivatevirtual |
| 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 |
| Increment(const TOOL_EVENT &aEvent) | SCH_TOOL_BASE< SCH_EDIT_FRAME > | inline |
| Init() override | SCH_EDIT_TABLE_TOOL | virtual |
| InteractiveDelete(const TOOL_EVENT &aEvent) | SCH_TOOL_BASE< SCH_EDIT_FRAME > | inline |
| IsSymbolEditor() const | SCH_TOOL_BASE< SCH_EDIT_FRAME > | inline |
| IsToolActive() const | TOOL_BASE | |
| m_frame | SCH_TOOL_BASE< SCH_EDIT_FRAME > | protected |
| m_isSymbolEditor | SCH_TOOL_BASE< SCH_EDIT_FRAME > | protected |
| m_menu | TOOL_INTERACTIVE | protected |
| m_pickerItem | SCH_TOOL_BASE< SCH_EDIT_FRAME > | protected |
| m_selectionTool | SCH_TOOL_BASE< SCH_EDIT_FRAME > | protected |
| m_toolId | TOOL_BASE | protected |
| m_toolMgr | TOOL_BASE | protected |
| m_toolName | TOOL_BASE | protected |
| m_type | TOOL_BASE | protected |
| m_view | SCH_TOOL_BASE< SCH_EDIT_FRAME > | protected |
| MergeCells(const TOOL_EVENT &aEvent) | SCH_EDIT_TABLE_TOOL | inline |
| MODEL_RELOAD enum value | TOOL_BASE | |
| REDRAW enum value | TOOL_BASE | |
| Reset(RESET_REASON aReason) override | SCH_TOOL_BASE< SCH_EDIT_FRAME > | inlinevirtual |
| RESET_REASON enum name | TOOL_BASE | |
| resetTransitions() | TOOL_INTERACTIVE | private |
| RUN enum value | TOOL_BASE | |
| RunMainStack(std::function< void()> aFunc) | TOOL_INTERACTIVE | |
| saveCopyInUndoList(EDA_ITEM *aItem, UNDO_REDO aType, bool aAppend=false, bool aDirtyConnectivity=true) | SCH_TOOL_BASE< SCH_EDIT_FRAME > | inlineprotected |
| SCH_EDIT_TABLE_TOOL() | SCH_EDIT_TABLE_TOOL | |
| SCH_TOOL_BASE(const std::string &aName) | SCH_TOOL_BASE< SCH_EDIT_FRAME > | inline |
| SetContextMenu(ACTION_MENU *aMenu, CONTEXT_MENU_TRIGGER aTrigger=CMENU_BUTTON) | TOOL_INTERACTIVE | |
| setTransitions() override | SCH_EDIT_TABLE_TOOL | privatevirtual |
| 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 | |
| UnmergeCells(const TOOL_EVENT &aEvent) | SCH_EDIT_TABLE_TOOL | inline |
| updateItem(EDA_ITEM *aItem, bool aUpdateRTree) const | SCH_TOOL_BASE< SCH_EDIT_FRAME > | inlineprotected |
| Wait(const TOOL_EVENT_LIST &aEventList=TOOL_EVENT(TC_ANY, TA_ANY)) | TOOL_INTERACTIVE | |
| ~SCH_EDIT_TABLE_TOOL() override | SCH_EDIT_TABLE_TOOL | inline |
| ~SCH_TOOL_BASE() override | SCH_TOOL_BASE< SCH_EDIT_FRAME > | inline |
| ~TOOL_BASE() | TOOL_BASE | inlinevirtual |
| ~TOOL_INTERACTIVE() | TOOL_INTERACTIVE | virtual |