44 wxMenuBar* oldMenuBar = GetMenuBar();
56 fileMenu->AppendSeparator();
62 fileMenu->AppendSeparator();
66 submenuImport->
SetIcon( BITMAPS::import );
71 fileMenu->
Add( submenuImport );
75 submenuExport->
SetIcon( BITMAPS::export_file );
78 submenuExport->
Add(
_(
"View as &PNG..." ),
79 _(
"Create a PNG file from the current view" ),
81 BITMAPS::export_png );
83 fileMenu->
Add( submenuExport );
85 fileMenu->AppendSeparator();
88 fileMenu->AppendSeparator();
91 fileMenu->AppendSeparator();
92 fileMenu->
AddClose(
_(
"Footprint Editor" ) );
102 editMenu->AppendSeparator();
109 editMenu->AppendSeparator();
112 editMenu->AppendSeparator();
124 viewMenu->AppendSeparator();
131 viewMenu->AppendSeparator();
139 unitsSubMenu->
SetIcon( BITMAPS::unit_mm );
143 viewMenu->
Add( unitsSubMenu );
147 viewMenu->AppendSeparator();
150 drawingModeSubMenu->
SetTitle(
_(
"&Drawing Mode" ) );
151 drawingModeSubMenu->
SetIcon( BITMAPS::add_zone );
156 viewMenu->
Add( drawingModeSubMenu );
160 contrastModeSubMenu->
SetTitle(
_(
"&Contrast Mode" ) );
161 contrastModeSubMenu->
SetIcon( BITMAPS::contrast_mode );
166 viewMenu->
Add( contrastModeSubMenu );
170 viewMenu->AppendSeparator();
182 placeMenu->AppendSeparator();
192 placeMenu->AppendSeparator();
199 placeMenu->AppendSeparator();
202 placeMenu->AppendSeparator();
212 inspectMenu->AppendSeparator();
220 toolsMenu->
Add(
_(
"&Load Footprint from PCB..." ),
221 _(
"Load a footprint from the current board into the editor" ),
223 BITMAPS::load_module_board );
225 toolsMenu->
Add(
_(
"&Insert Footprint on PCB" ),
226 _(
"Insert footprint onto current board" ),
228 BITMAPS::insert_module_board );
230 toolsMenu->AppendSeparator();
244 prefsMenu->
Add(
_(
"Preferences..." ) + wxT(
"\tCtrl+," ),
245 _(
"Show preferences for all open tools" ),
247 BITMAPS::preference );
249 prefsMenu->AppendSeparator();
254 menuBar->Append( fileMenu,
_(
"&File" ) );
255 menuBar->Append( editMenu,
_(
"&Edit" ) );
256 menuBar->Append( viewMenu,
_(
"&View" ) );
257 menuBar->Append( placeMenu,
_(
"&Place" ) );
258 menuBar->Append( inspectMenu,
_(
"&Inspect" ) );
259 menuBar->Append( toolsMenu,
_(
"&Tools" ) );
260 menuBar->Append( prefsMenu,
_(
"P&references" ) );
263 SetMenuBar( menuBar );
static TOOL_ACTION gridProperties
static TOOL_ACTION toggleGrid
static TOOL_ACTION zoomRedraw
static TOOL_ACTION millimetersUnits
static TOOL_ACTION revert
static TOOL_ACTION show3DViewer
static TOOL_ACTION zoomOutCenter
static TOOL_ACTION togglePolarCoords
static TOOL_ACTION saveAs
static TOOL_ACTION addLibrary
static TOOL_ACTION gridResetOrigin
static TOOL_ACTION milsUnits
static TOOL_ACTION showFootprintLibTable
static TOOL_ACTION duplicate
static TOOL_ACTION inchesUnits
static TOOL_ACTION highContrastMode
static TOOL_ACTION toggleCursorStyle
static TOOL_ACTION measureTool
static TOOL_ACTION doDelete
static TOOL_ACTION zoomFitScreen
static TOOL_ACTION zoomTool
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 AddStandardHelpMenu(wxMenuBar *aMenuBar)
Adds the standard KiCad help menu to the menubar.
static TOOL_ACTION drawRuleArea
static TOOL_ACTION placeText
static TOOL_ACTION drawOrthogonalDimension
static TOOL_ACTION drawRectangle
static TOOL_ACTION setAnchor
static TOOL_ACTION padDisplayMode
static TOOL_ACTION showLayersManager
static TOOL_ACTION drawCircle
static TOOL_ACTION placeImage
static TOOL_ACTION createFootprint
static TOOL_ACTION exportFootprint
static TOOL_ACTION showFootprintTree
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 editTextAndGraphics
static TOOL_ACTION drawLeader
static TOOL_ACTION layerAlphaInc
static TOOL_ACTION newFootprint
static TOOL_ACTION defaultPadProperties
static TOOL_ACTION importFootprint
static TOOL_ACTION placeImportedGraphics
static TOOL_ACTION drawArc
static TOOL_ACTION graphicsOutlines
Display footprint graphics as outlines.
static TOOL_ACTION drawCenterDimension
static TOOL_ACTION footprintProperties
static TOOL_ACTION flipBoard
static TOOL_ACTION textOutlines
Display texts as lines.
static TOOL_ACTION checkFootprint
static TOOL_ACTION repairFootprint
static TOOL_ACTION drawLine
static TOOL_ACTION cleanupGraphics
static TOOL_ACTION drawAlignedDimension
@ ID_ADD_FOOTPRINT_TO_BOARD
@ ID_LOAD_FOOTPRINT_FROM_BOARD