113    wxMenuBar*  oldMenuBar = GetMenuBar();
 
  121    fileMenu->
AddClose( 
_( 
"Footprint Viewer" ) );
 
  127    viewMenu->AppendSeparator();
 
  133    viewMenu->AppendSeparator();
 
  138    menuBar->Append( fileMenu, 
_( 
"&File" ) );
 
  139    menuBar->Append( viewMenu, 
_( 
"&View" ) );
 
  142    SetMenuBar( menuBar );
 
 
static TOOL_ACTION toggleGrid
 
static TOOL_ACTION zoomRedraw
 
static TOOL_ACTION millimetersUnits
 
static TOOL_ACTION show3DViewer
 
static TOOL_ACTION cursorSmallCrosshairs
 
static TOOL_ACTION zoomOutCenter
 
static TOOL_ACTION togglePolarCoords
 
static TOOL_ACTION milsUnits
 
static TOOL_ACTION toggleBoundingBoxes
 
static TOOL_ACTION inchesUnits
 
static TOOL_ACTION measureTool
 
static TOOL_ACTION selectionTool
 
static TOOL_ACTION zoomFitScreen
 
static TOOL_ACTION zoomTool
 
static TOOL_ACTION cursor45Crosshairs
 
static TOOL_ACTION zoomInCenter
 
static TOOL_ACTION cursorFullCrosshairs
 
static const ADVANCED_CFG & GetCfg()
Get the singleton instance's config, which is shared by all consumers.
 
void AddStandardHelpMenu(wxMenuBar *aMenuBar)
Add the standard KiCad help menu to the menubar.
 
static TOOL_ACTION nextFootprint
 
static TOOL_ACTION previousFootprint
 
static TOOL_ACTION padDisplayMode
 
static TOOL_ACTION graphicsOutlines
Display footprint graphics as outlines.
 
static TOOL_ACTION fpAutoZoom
 
static TOOL_ACTION textOutlines
Display texts as lines.
 
static TOOL_ACTION showPadNumbers
 
static TOOL_ACTION saveFpToBoard
 
This file contains miscellaneous commonly used macros and functions.