Home
last modified time | relevance | path

Searched refs:GetCommandStr (Results 1 – 25 of 56) sorted by relevance

123

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/tool/
H A Dtool_event.cpp232 && m_commandStr.get().find( "PointEditor" ) != GetCommandStr()->npos ) in IsPointEditor()
241 && m_commandStr.get().find( "InteractiveMove" ) != GetCommandStr()->npos ); in IsMoveTool()
248 && m_commandStr.get().find( "Simulation" ) != GetCommandStr()->npos ); in IsSimulator()
H A Dtool_manager.cpp810 wxString cmdStr( *aEvent.GetCommandStr() ); in dispatchActivation()
812 auto tool = m_toolNameIndex.find( *aEvent.GetCommandStr() ); in dispatchActivation()
1131 if( mod_event.GetCommandStr().is_initialized() in processEvent()
1132 && mod_event.GetCommandStr().get() != GetToolHolder()->CurrentToolName() in processEvent()
H A Dzoom_tool.cpp49 std::string tool = aEvent.GetCommandStr().get(); in Main()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/microwave/
H A Dmicrowave_tool.cpp92 doInteractiveItemPlacement( aEvent.GetCommandStr().get(), &placer, in addMicrowaveFootprint()
117 std::string tool = aEvent.GetCommandStr().get(); in drawMicrowaveInductor()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/tools/
H A Dsymbol_editor_drawing_tools.cpp79 std::string tool = aEvent.GetCommandStr().get(); in TwoClickPlace()
275 std::string tool = aEvent.GetCommandStr().get(); in DrawShape()
417 std::string tool = aEvent.GetCommandStr().get(); in PlaceAnchor()
H A Dsch_drawing_tools.cpp134 std::string tool = aEvent.GetCommandStr().get(); in PlaceSymbol()
390 std::string tool = aEvent.GetCommandStr().get(); in PlaceImage()
667 std::string tool = aEvent.GetCommandStr().get(); in SingleClickPlace()
997 std::string tool = aEvent.GetCommandStr().get(); in TwoClickPlace()
1252 std::string tool = aEvent.GetCommandStr().get(); in DrawSheet()
H A Dsymbol_editor_move_tool.cpp109 std::string tool = aEvent.GetCommandStr().get(); in Main()
H A Dsch_line_wire_bus_tool.cpp283 std::string tool = aEvent.GetCommandStr().get(); in DrawSegments()
307 std::string tool = aEvent.GetCommandStr().get(); in UnfoldBus()
H A Dsch_editor_control.cpp860 std::string tool = aEvent.GetCommandStr().get(); in SimProbe()
945 std::string tool = aEvent.GetCommandStr().get(); in SimTune()
1301 std::string tool = aEvent.GetCommandStr().get(); in HighlightNetCursor()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pagelayout_editor/tools/
H A Dpl_drawing_tools.cpp85 std::string tool = aEvent.GetCommandStr().get(); in PlaceItem()
236 std::string tool = aEvent.GetCommandStr().get(); in DrawShape()
H A Dpl_edit_tool.cpp120 std::string tool = aEvent.GetCommandStr().get(); in Main()
389 std::string tool = aEvent.GetCommandStr().get(); in DeleteItemCursor()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/tools/
H A Ddrawing_tool.cpp293 std::string tool = aEvent.GetCommandStr().get(); in DrawLine()
345 std::string tool = aEvent.GetCommandStr().get(); in DrawRectangle()
396 std::string tool = aEvent.GetCommandStr().get(); in DrawCircle()
443 std::string tool = aEvent.GetCommandStr().get(); in DrawArc()
510 std::string tool = aEvent.GetCommandStr().get(); in PlaceText()
772 std::string tool = aEvent.GetCommandStr().get(); in DrawDimension()
1243 std::string tool = aEvent.GetCommandStr().get(); in PlaceImportedGraphics()
1341 std::string tool = aEvent.GetCommandStr().get(); in SetAnchor()
2092 std::string tool = aEvent.GetCommandStr().get(); in DrawZone()
2705 doInteractiveItemPlacement( aEvent.GetCommandStr().get(), &placer, _( "Place via" ), in DrawVia()
H A Dpcb_viewer_tools.cpp203 std::string tool = aEvent.GetCommandStr().get(); in MeasureTool()
H A Dpad_tool.cpp291 std::string tool = aEvent.GetCommandStr().get(); in EnumeratePads()
533 doInteractiveItemPlacement( aEvent.GetCommandStr().get(), &placer, _( "Place pad" ), in PlacePad()
H A Dboard_editor_control.cpp975 std::string tool = aEvent.GetCommandStr().get(); in PlaceFootprint()
1259 std::string tool = aEvent.GetCommandStr().get(); in PlaceTarget()
1540 std::string tool = aEvent.GetCommandStr().get(); in DrillOrigin()
H A Dpcb_control.cpp526 std::string tool = aEvent.GetCommandStr().get(); in GridSetOrigin()
566 std::string tool = aEvent.GetCommandStr().get(); in DeleteItemCursor()
H A Dboard_inspection_tool.cpp1103 std::string tool = aEvent.GetCommandStr().get();
1136 std::string tool = aEvent.GetCommandStr().get(); in LocalRatsnestTool()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/gerbview/tools/
H A Dgerbview_inspection_tool.cpp210 std::string tool = aEvent.GetCommandStr().get(); in MeasureTool()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/router/
H A Dlength_tuner_tool.cpp271 std::string tool = aEvent.GetCommandStr().get(); in MainLoop()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/tool/
H A Dtool_event.h460 OPT<std::string> GetCommandStr() const in GetCommandStr() function
/dports/lang/spidermonkey60/firefox-60.9.0/widget/cocoa/
H A DNativeKeyBindings.mm276 this, WidgetKeyboardEvent::GetCommandStr(geckoCommand)));
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/cocoa/
H A DNativeKeyBindings.mm279 this, WidgetKeyboardEvent::GetCommandStr(geckoCommand)));
/dports/lang/spidermonkey78/firefox-78.9.0/widget/cocoa/
H A DNativeKeyBindings.mm256 WidgetKeyboardEvent::GetCommandStr(geckoCommand)));
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DTextEvents.h376 static const char* GetCommandStr(Command aCommand);
H A DWidgetEventImpl.cpp788 WidgetKeyboardEvent::GetCommandStr(Command aCommand) in GetCommandStr() function in mozilla::WidgetKeyboardEvent

123