Lines Matching refs:ACTION_MENU

47     ACTION_MENU* fileMenu = new ACTION_MENU( false, selTool );  in ReCreateMenuBar()
67 ACTION_MENU* submenuExport = new ACTION_MENU( false, selTool ); in ReCreateMenuBar()
70 submenuExport->Add( EE_ACTIONS::exportSymbol, ACTION_MENU::NORMAL, _( "Symbol..." ) ); in ReCreateMenuBar()
71 submenuExport->Add( EE_ACTIONS::exportSymbolView, ACTION_MENU::NORMAL, _( "View as PNG..." ) ); in ReCreateMenuBar()
72 … submenuExport->Add( EE_ACTIONS::exportSymbolAsSVG, ACTION_MENU::NORMAL, _( "Symbol as SVG..." ) ); in ReCreateMenuBar()
84 ACTION_MENU* editMenu = new ACTION_MENU( false, selTool ); in ReCreateMenuBar()
106 ACTION_MENU* viewMenu = new ACTION_MENU( false, selTool ); in ReCreateMenuBar()
118 viewMenu->Add( ACTIONS::toggleGrid, ACTION_MENU::CHECK ); in ReCreateMenuBar()
122 ACTION_MENU* unitsSubMenu = new ACTION_MENU( false, selTool ); in ReCreateMenuBar()
125 unitsSubMenu->Add( ACTIONS::inchesUnits, ACTION_MENU::CHECK ); in ReCreateMenuBar()
126 unitsSubMenu->Add( ACTIONS::milsUnits, ACTION_MENU::CHECK ); in ReCreateMenuBar()
127 unitsSubMenu->Add( ACTIONS::millimetersUnits, ACTION_MENU::CHECK ); in ReCreateMenuBar()
130 viewMenu->Add( ACTIONS::toggleCursorStyle, ACTION_MENU::CHECK ); in ReCreateMenuBar()
133 viewMenu->Add( EE_ACTIONS::showSymbolTree, ACTION_MENU::CHECK ); in ReCreateMenuBar()
138 ACTION_MENU* placeMenu = new ACTION_MENU( false, selTool ); in ReCreateMenuBar()
150 ACTION_MENU* inspectMenu = new ACTION_MENU( false, selTool ); in ReCreateMenuBar()
160 ACTION_MENU* prefsMenu = new ACTION_MENU( false, selTool ); in ReCreateMenuBar()