26#ifndef SYMBOL_EDITOR_CONTROL_H 
   27#define SYMBOL_EDITOR_CONTROL_H 
A shim class between EDA_DRAW_FRAME and several derived classes: SYMBOL_EDIT_FRAME,...
 
int ToggleSyncedPinsMode(const TOOL_EVENT &aEvent)
 
int Save(const TOOL_EVENT &aEvt)
 
int EditSymbol(const TOOL_EVENT &aEvent)
 
int ExportView(const TOOL_EVENT &aEvent)
 
int ShowElectricalTypes(const TOOL_EVENT &aEvent)
 
int FlattenSymbol(const TOOL_EVENT &aEvent)
 
int OpenDirectory(const TOOL_EVENT &aEvent)
 
int RenameSymbol(const TOOL_EVENT &newName)
 
int DuplicateSymbol(const TOOL_EVENT &aEvent)
 
int ToggleHiddenPins(const TOOL_EVENT &aEvent)
 
int ShowLibraryTable(const TOOL_EVENT &aEvent)
 
int AddLibrary(const TOOL_EVENT &aEvent)
 
int AddSymbol(const TOOL_EVENT &aEvent)
 
int TogglePinAltIcons(const TOOL_EVENT &aEvent)
 
int ChangeUnit(const TOOL_EVENT &aEvent)
 
int Revert(const TOOL_EVENT &aEvent)
 
int ToggleHiddenFields(const TOOL_EVENT &aEvent)
 
int OpenWithTextEditor(const TOOL_EVENT &aEvent)
 
int ExportSymbol(const TOOL_EVENT &aEvent)
 
void setTransitions() override
< Set up handlers for various events.
 
int ToggleProperties(const TOOL_EVENT &aEvent)
 
bool Init() override
Init() is called once upon a registration of the tool.
 
int EditLibrarySymbol(const TOOL_EVENT &aEvent)
 
int ExportSymbolAsSVG(const TOOL_EVENT &aEvent)
 
int ShowPinNumbers(const TOOL_EVENT &aEvent)
 
int DdAddLibrary(const TOOL_EVENT &aEvent)
 
int AddSymbolToSchematic(const TOOL_EVENT &aEvent)
 
int CutCopyDelete(const TOOL_EVENT &aEvent)
 
The symbol library editor main window.