26 #ifndef SYMBOL_EDITOR_CONTROL_H 27 #define SYMBOL_EDITOR_CONTROL_H 77 #endif // SYMBOL_EDITOR_CONTROL_H int ExportSymbol(const TOOL_EVENT &aEvent)
int ShowElectricalTypes(const TOOL_EVENT &aEvent)
void setTransitions() override
< Set up handlers for various events.
bool Init() override
Init() is called once upon a registration of the tool.
int ExportView(const TOOL_EVENT &aEvent)
int CutCopyDelete(const TOOL_EVENT &aEvent)
int EditSymbol(const TOOL_EVENT &aEvent)
int AddLibrary(const TOOL_EVENT &aEvent)
int Revert(const TOOL_EVENT &aEvent)
int AddSymbolToSchematic(const TOOL_EVENT &aEvent)
int ToggleSyncedPinsMode(const TOOL_EVENT &aEvent)
int DuplicateSymbol(const TOOL_EVENT &aEvent)
int Save(const TOOL_EVENT &aEvt)
virtual ~SYMBOL_EDITOR_CONTROL()
int ToggleSymbolTree(const TOOL_EVENT &aEvent)
int UnpinLibrary(const TOOL_EVENT &aEvent)
int OnDeMorgan(const TOOL_EVENT &aEvent)
int AddSymbol(const TOOL_EVENT &aEvent)
int ExportSymbolAsSVG(const TOOL_EVENT &aEvent)
int PinLibrary(const TOOL_EVENT &aEvent)
Handle actions for the various symbol editor and viewers.
A shim class between EDA_DRAW_FRAME and several derived classes: SYMBOL_EDIT_FRAME,...
The symbol library editor main window.