41    wxMenuBar*  oldMenuBar = GetMenuBar();
 
   54    fileMenu->AppendSeparator();
 
   64    fileMenu->AppendSeparator();
 
   73    fileMenu->
Add( submenuImport );
 
   82    fileMenu->
Add( submenuExport );
 
   84    fileMenu->AppendSeparator();
 
   87    fileMenu->AppendSeparator();
 
   88    fileMenu->
AddClose( 
_( 
"Library Editor" ) );
 
   98    editMenu->AppendSeparator();
 
  106    editMenu->AppendSeparator();
 
  110    editMenu->AppendSeparator();
 
  114    editMenu->AppendSeparator();
 
  124    showHidePanels->
SetTitle( 
_( 
"Panels" ) );
 
  127    viewMenu->
Add( showHidePanels );
 
  128    viewMenu->AppendSeparator();
 
  132    viewMenu->AppendSeparator();
 
  139    viewMenu->AppendSeparator();
 
  166    inspectMenu->AppendSeparator();
 
  178    prefsMenu->AppendSeparator();
 
  184    menuBar->Append( fileMenu,    
_( 
"&File" ) );
 
  185    menuBar->Append( editMenu,    
_( 
"&Edit" ) );
 
  186    menuBar->Append( viewMenu,    
_( 
"&View" ) );
 
  187    menuBar->Append( placeMenu,   
_( 
"&Place" ) );
 
  188    menuBar->Append( inspectMenu, 
_( 
"&Inspect" ) );
 
  189    menuBar->Append( prefsMenu,   
_( 
"P&references" ) );
 
  192    SetMenuBar( menuBar );
 
 
static TOOL_ACTION zoomRedraw
 
static TOOL_ACTION unselectAll
 
static TOOL_ACTION revert
 
static TOOL_ACTION showLibraryTree
 
static TOOL_ACTION zoomOutCenter
 
static TOOL_ACTION addLibrary
 
static TOOL_ACTION showSymbolLibTable
 
static TOOL_ACTION showSymbolBrowser
 
static TOOL_ACTION showDatasheet
 
static TOOL_ACTION findAndReplace
 
static TOOL_ACTION openPreferences
 
static TOOL_ACTION saveAll
 
static TOOL_ACTION duplicate
 
static TOOL_ACTION doDelete
 
static TOOL_ACTION zoomFitScreen
 
static TOOL_ACTION zoomTool
 
static TOOL_ACTION showProperties
 
static TOOL_ACTION zoomInCenter
 
static TOOL_ACTION newLibrary
 
static TOOL_ACTION configurePaths
 
static TOOL_ACTION copyAsText
 
static TOOL_ACTION selectAll
 
void AddMenuLanguageList(ACTION_MENU *aMasterMenu, TOOL_INTERACTIVE *aControlTool)
Create a menu list for language choice, and add it as submenu to MasterMenu.
 
void AddStandardHelpMenu(wxMenuBar *aMenuBar)
Add the standard KiCad help menu to the menubar.
 
static TOOL_ACTION importSymbol
 
static TOOL_ACTION newSymbol
 
static TOOL_ACTION saveLibraryAs
 
static TOOL_ACTION checkSymbol
 
static TOOL_ACTION editLibSymbolWithLibEdit
 
static TOOL_ACTION drawArc
 
static TOOL_ACTION pinTable
 
static TOOL_ACTION drawSymbolLines
 
static TOOL_ACTION placeSymbolPin
 
static TOOL_ACTION drawSymbolTextBox
 
static TOOL_ACTION exportSymbolAsSVG
 
static TOOL_ACTION drawRectangle
 
static TOOL_ACTION drawCircle
 
static TOOL_ACTION importGraphics
 
static TOOL_ACTION drawBezier
 
static TOOL_ACTION saveSymbolCopyAs
 
static TOOL_ACTION drawSymbolPolygon
 
static TOOL_ACTION showHiddenFields
 
static TOOL_ACTION showHiddenPins
 
static TOOL_ACTION exportSymbolView
 
static TOOL_ACTION symbolProperties
 
static TOOL_ACTION placeSymbolText
 
static TOOL_ACTION togglePinAltIcons
 
static TOOL_ACTION updateSymbolFields
 
static TOOL_ACTION exportSymbol
 
static TOOL_ACTION saveSymbolAs
 
bool IsSymbolFromSchematic() const
 
void doReCreateMenuBar() override