39 wxMenuBar* oldMenuBar = GetMenuBar();
52 fileMenu->AppendSeparator();
58 fileMenu->AppendSeparator();
67 fileMenu->
Add( submenuImport );
75 submenuExport->
Add(
_(
"View as &PNG..." ),
76 _(
"Create a PNG file from the current view" ),
80 fileMenu->
Add( submenuExport );
82 fileMenu->AppendSeparator();
85 fileMenu->AppendSeparator();
88 fileMenu->AppendSeparator();
91 fileMenu->AppendSeparator();
92 fileMenu->
AddClose(
_(
"Footprint Editor" ) );
102 editMenu->AppendSeparator();
110 editMenu->AppendSeparator();
114 selectSubMenu->
SetTitle(
_(
"&Select" ) );
118 editMenu->
Add( selectSubMenu );
120 editMenu->AppendSeparator();
136 showHidePanels->
SetTitle(
_(
"Panels" ) );
140 viewMenu->
Add( showHidePanels );
141 viewMenu->AppendSeparator();
146 viewMenu->AppendSeparator();
151 viewMenu->AppendSeparator();
158 viewMenu->AppendSeparator();
161 drawingModeSubMenu->
SetTitle(
_(
"&Drawing Mode" ) );
167 viewMenu->
Add( drawingModeSubMenu );
171 contrastModeSubMenu->
SetTitle(
_(
"&Contrast Mode" ) );
177 viewMenu->
Add( contrastModeSubMenu );
189 placeMenu->AppendSeparator();
205 placeMenu->AppendSeparator();
212 placeMenu->AppendSeparator();
215 placeMenu->AppendSeparator();
225 inspectMenu->AppendSeparator();
228 inspectMenu->AppendSeparator();
239 toolsMenu->AppendSeparator();
252 prefsMenu->AppendSeparator();
257 menuBar->Append( fileMenu,
_(
"&File" ) );
258 menuBar->Append( editMenu,
_(
"&Edit" ) );
259 menuBar->Append( viewMenu,
_(
"&View" ) );
260 menuBar->Append( placeMenu,
_(
"&Place" ) );
261 menuBar->Append( inspectMenu,
_(
"&Inspect" ) );
262 menuBar->Append( toolsMenu,
_(
"&Tools" ) );
263 menuBar->Append( prefsMenu,
_(
"P&references" ) );
266 SetMenuBar( menuBar );
static TOOL_ACTION zoomRedraw
static TOOL_ACTION unselectAll
static TOOL_ACTION revert
static TOOL_ACTION show3DViewer
static TOOL_ACTION showLibraryTree
static TOOL_ACTION zoomOutCenter
static TOOL_ACTION saveAs
static TOOL_ACTION addLibrary
static TOOL_ACTION gridResetOrigin
static TOOL_ACTION showDatasheet
static TOOL_ACTION openPreferences
static TOOL_ACTION showFootprintLibTable
static TOOL_ACTION duplicate
static TOOL_ACTION highContrastMode
static TOOL_ACTION gridOrigin
static TOOL_ACTION measureTool
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 gridSetOrigin
static TOOL_ACTION configurePaths
static TOOL_ACTION showFootprintBrowser
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 drawRuleArea
static TOOL_ACTION drawBezier
static TOOL_ACTION placeText
static TOOL_ACTION drawOrthogonalDimension
static TOOL_ACTION enumeratePads
Tool for quick pad enumeration.
static TOOL_ACTION drawRectangle
static TOOL_ACTION setAnchor
static TOOL_ACTION padDisplayMode
static TOOL_ACTION placeReferenceImage
static TOOL_ACTION showLayersManager
static TOOL_ACTION drawCircle
static TOOL_ACTION createFootprint
static TOOL_ACTION exportFootprint
static TOOL_ACTION drawEllipseArc
static TOOL_ACTION drawTable
static TOOL_ACTION drawTextBox
static TOOL_ACTION layerAlphaDec
static TOOL_ACTION drawPolygon
static TOOL_ACTION placePad
Activation of the drawing tool (placing a PAD)
static TOOL_ACTION drawRadialDimension
static TOOL_ACTION padTable
static TOOL_ACTION editTextAndGraphics
static TOOL_ACTION drawLeader
static TOOL_ACTION layerAlphaInc
static TOOL_ACTION newFootprint
static TOOL_ACTION defaultPadProperties
static TOOL_ACTION prevFootprintTab
static TOOL_ACTION extendGraphic
Extend one graphical line or arc to the nearest boundary.
static TOOL_ACTION drawEllipse
static TOOL_ACTION importFootprint
static TOOL_ACTION placeImportedGraphics
static TOOL_ACTION drawArc
static TOOL_ACTION graphicsOutlines
Display footprint graphics as outlines.
static TOOL_ACTION loadFpFromBoard
static TOOL_ACTION drawCenterDimension
static TOOL_ACTION footprintProperties
static TOOL_ACTION flipBoard
static TOOL_ACTION closeFootprintTab
static TOOL_ACTION nextFootprintTab
static TOOL_ACTION textOutlines
Display texts as lines.
static TOOL_ACTION showLibFootprintFieldsTable
static TOOL_ACTION checkFootprint
static TOOL_ACTION placeBarcode
static TOOL_ACTION placePoint
static TOOL_ACTION editLibFpInFpEditor
static TOOL_ACTION repairFootprint
static TOOL_ACTION exportFootprintAsSVG
static TOOL_ACTION saveFpToBoard
static TOOL_ACTION compareFpLibraryWithFile
static TOOL_ACTION drawLine
static TOOL_ACTION cleanupGraphics
static TOOL_ACTION drawAlignedDimension
static TOOL_ACTION trimGraphic
Trim a section from one graphical line or arc.