| 
    KiCad PCB EDA Suite
    
   | 
 
This is the complete list of members for SCH_LINE_WIRE_BUS_TOOL, including all inherited members.
| Activate() | TOOL_INTERACTIVE | |
| AddJunction(SCH_COMMIT *aCommit, SCH_SCREEN *aScreen, const VECTOR2I &aPos) | SCH_LINE_WIRE_BUS_TOOL | |
| AddJunctionsIfNeeded(SCH_COMMIT *aCommit, SCH_SELECTION *aSelection) | SCH_LINE_WIRE_BUS_TOOL | |
| attachManager(TOOL_MANAGER *aManager) | TOOL_BASE | protected | 
| BreakSegment(SCH_COMMIT *aCommit, SCH_LINE *aSegment, const VECTOR2I &aPoint, SCH_LINE **aNewSegment, SCH_SCREEN *aScreen) | SCH_LINE_WIRE_BUS_TOOL | |
| BreakSegments(SCH_COMMIT *aCommit, const VECTOR2I &aPoint, SCH_SCREEN *aScreen) | SCH_LINE_WIRE_BUS_TOOL | |
| BreakSegmentsOnJunctions(SCH_COMMIT *aCommit, SCH_SCREEN *aScreen) | SCH_LINE_WIRE_BUS_TOOL | |
| computeBreakPoint(const std::pair< SCH_LINE *, SCH_LINE * > &aSegments, VECTOR2I &aPosition, LINE_MODE mode, bool posture) | SCH_LINE_WIRE_BUS_TOOL | private | 
| doDrawSegments(const TOOL_EVENT &aTool, SCH_COMMIT &aCommit, int aType, bool aQuitOnDraw) | SCH_LINE_WIRE_BUS_TOOL | private | 
| doUnfoldBus(SCH_COMMIT &aCommit, const wxString &aNet, const std::optional< VECTOR2I > &aPos=std::nullopt) | SCH_LINE_WIRE_BUS_TOOL | private | 
| DrawSegments(const TOOL_EVENT &aEvent) | SCH_LINE_WIRE_BUS_TOOL | |
| finishSegments(SCH_COMMIT &aCommit) | SCH_LINE_WIRE_BUS_TOOL | private | 
| GAL_SWITCH enum value | TOOL_BASE | |
| getBusForUnfolding() | SCH_LINE_WIRE_BUS_TOOL | private | 
| 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 | 
| getSheetPin(const VECTOR2I &aPosition) | SCH_LINE_WIRE_BUS_TOOL | private | 
| 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 | 
| Increment(const TOOL_EVENT &aEvent) | SCH_TOOL_BASE< SCH_EDIT_FRAME > | inline | 
| Init() override | SCH_LINE_WIRE_BUS_TOOL | virtual | 
| InteractiveDelete(const TOOL_EVENT &aEvent) | SCH_TOOL_BASE< SCH_EDIT_FRAME > | inline | 
| IsDrawingLineWireOrBus(const SELECTION &aSelection) | SCH_LINE_WIRE_BUS_TOOL | static | 
| IsSymbolEditor() const | SCH_TOOL_BASE< SCH_EDIT_FRAME > | inline | 
| IsToolActive() const | TOOL_BASE | |
| m_busUnfold | SCH_LINE_WIRE_BUS_TOOL | private | 
| m_frame | SCH_TOOL_BASE< SCH_EDIT_FRAME > | protected | 
| m_inDrawingTool | SCH_LINE_WIRE_BUS_TOOL | private | 
| 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 | 
| m_wires | SCH_LINE_WIRE_BUS_TOOL | private | 
| 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_LINE_WIRE_BUS_TOOL() | SCH_LINE_WIRE_BUS_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_LINE_WIRE_BUS_TOOL | privatevirtual | 
| SHUTDOWN enum value | TOOL_BASE | |
| simplifyWireList() | SCH_LINE_WIRE_BUS_TOOL | private | 
| startSegments(SCH_COMMIT &aCommit, int aType, const VECTOR2D &aPos, SCH_LINE *aSegment=nullptr) | SCH_LINE_WIRE_BUS_TOOL | private | 
| 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 | |
| TrimOverLappingWires(SCH_COMMIT *aCommit, SCH_SELECTION *aSelection) | SCH_LINE_WIRE_BUS_TOOL | |
| UnfoldBus(const TOOL_EVENT &aEvent) | SCH_LINE_WIRE_BUS_TOOL | |
| 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_LINE_WIRE_BUS_TOOL() | SCH_LINE_WIRE_BUS_TOOL | |
| ~SCH_TOOL_BASE() override | SCH_TOOL_BASE< SCH_EDIT_FRAME > | inline | 
| ~TOOL_BASE() | TOOL_BASE | inlinevirtual | 
| ~TOOL_INTERACTIVE() | TOOL_INTERACTIVE | virtual |