LibrePCB Developers Documentation
Loading...
Searching...
No Matches
editorcommandsetupdater.h
Go to the documentation of this file.
1// GENERATED FILE! DO NOT MODIFY!
2// Run dev/generate_editorcommandset.py to re-generate.
3
4#ifndef LIBREPCB_EDITOR_EDITORCOMMANDSETUPDATER_H
5#define LIBREPCB_EDITOR_EDITORCOMMANDSETUPDATER_H
6
7#include "appwindow.h"
8#include "editorcommandset.h"
9#include "utils/uihelpers.h"
10
11namespace librepcb {
12namespace editor {
13
15public:
16 static void update(const ui::EditorCommandSet& out) noexcept {
18 // clang-format off
19 out.set_item_new(l2s(cmd.itemNew, out.get_item_new()));
20 out.set_item_open(l2s(cmd.itemOpen, out.get_item_open()));
21 out.set_save(l2s(cmd.save, out.get_save()));
22 out.set_select_all(l2s(cmd.selectAll, out.get_select_all()));
23 out.set_find(l2s(cmd.find, out.get_find()));
24 out.set_find_next(l2s(cmd.findNext, out.get_find_next()));
25 out.set_find_previous(l2s(cmd.findPrevious, out.get_find_previous()));
26 out.set_file_manager(l2s(cmd.fileManager, out.get_file_manager()));
27 out.set_workspace_switch(l2s(cmd.workspaceSwitch, out.get_workspace_switch()));
28 out.set_workspace_settings(l2s(cmd.workspaceSettings, out.get_workspace_settings()));
29 out.set_workspace_libraries_rescan(l2s(cmd.workspaceLibrariesRescan, out.get_workspace_libraries_rescan()));
30 out.set_library_manager(l2s(cmd.libraryManager, out.get_library_manager()));
31 out.set_library_element_duplicate(l2s(cmd.libraryElementDuplicate, out.get_library_element_duplicate()));
32 out.set_project_new(l2s(cmd.projectNew, out.get_project_new()));
33 out.set_project_open(l2s(cmd.projectOpen, out.get_project_open()));
34 out.set_project_setup(l2s(cmd.projectSetup, out.get_project_setup()));
35 out.set_grid_properties(l2s(cmd.gridProperties, out.get_grid_properties()));
36 out.set_board_setup(l2s(cmd.boardSetup, out.get_board_setup()));
37 out.set_run_quick_check(l2s(cmd.runQuickCheck, out.get_run_quick_check()));
38 out.set_run_design_rule_check(l2s(cmd.runDesignRuleCheck, out.get_run_design_rule_check()));
39 out.set_project_library_update(l2s(cmd.projectLibraryUpdate, out.get_project_library_update()));
40 out.set_sheet_new(l2s(cmd.sheetNew, out.get_sheet_new()));
41 out.set_sheet_rename(l2s(cmd.sheetRename, out.get_sheet_rename()));
42 out.set_sheet_remove(l2s(cmd.sheetRemove, out.get_sheet_remove()));
43 out.set_board_new(l2s(cmd.boardNew, out.get_board_new()));
44 out.set_board_copy(l2s(cmd.boardCopy, out.get_board_copy()));
45 out.set_board_remove(l2s(cmd.boardRemove, out.get_board_remove()));
46 out.set_plane_show_all(l2s(cmd.planeShowAll, out.get_plane_show_all()));
47 out.set_plane_hide_all(l2s(cmd.planeHideAll, out.get_plane_hide_all()));
48 out.set_plane_rebuild_all(l2s(cmd.planeRebuildAll, out.get_plane_rebuild_all()));
49 out.set_input_browse(l2s(cmd.inputBrowse, out.get_input_browse()));
50 out.set_input_unit_change(l2s(cmd.inputUnitChange, out.get_input_unit_change()));
51 out.set_input_remove(l2s(cmd.inputRemove, out.get_input_remove()));
52 out.set_input_accept_add(l2s(cmd.inputAcceptAdd, out.get_input_accept_add()));
53 out.set_add_example_projects(l2s(cmd.addExampleProjects, out.get_add_example_projects()));
54 out.set_import_dxf(l2s(cmd.importDxf, out.get_import_dxf()));
55 out.set_import_eagle_library(l2s(cmd.importEagleLibrary, out.get_import_eagle_library()));
56 out.set_import_eagle_project(l2s(cmd.importEagleProject, out.get_import_eagle_project()));
57 out.set_import_kicad_library(l2s(cmd.importKiCadLibrary, out.get_import_kicad_library()));
58 out.set_import_specctra_ses(l2s(cmd.importSpecctraSes, out.get_import_specctra_ses()));
59 out.set_export_lppz(l2s(cmd.exportLppz, out.get_export_lppz()));
60 out.set_export_image(l2s(cmd.exportImage, out.get_export_image()));
61 out.set_export_pdf(l2s(cmd.exportPdf, out.get_export_pdf()));
62 out.set_export_specctra_dsn(l2s(cmd.exportSpecctraDsn, out.get_export_specctra_dsn()));
63 out.set_export_step(l2s(cmd.exportStep, out.get_export_step()));
64 out.set_print(l2s(cmd.print, out.get_print()));
65 out.set_bill_of_materials(l2s(cmd.billOfMaterials, out.get_bill_of_materials()));
66 out.set_generate_fabrication_data(l2s(cmd.generateFabricationData, out.get_generate_fabrication_data()));
67 out.set_generate_pick_place(l2s(cmd.generatePickPlace, out.get_generate_pick_place()));
68 out.set_generate_d356_netlist(l2s(cmd.generateD356Netlist, out.get_generate_d356_netlist()));
69 out.set_output_jobs(l2s(cmd.outputJobs, out.get_output_jobs()));
70 out.set_order_pcb(l2s(cmd.orderPcb, out.get_order_pcb()));
71 out.set_undo(l2s(cmd.undo, out.get_undo()));
72 out.set_redo(l2s(cmd.redo, out.get_redo()));
73 out.set_clipboard_cut(l2s(cmd.clipboardCut, out.get_clipboard_cut()));
74 out.set_clipboard_copy(l2s(cmd.clipboardCopy, out.get_clipboard_copy()));
75 out.set_clipboard_paste(l2s(cmd.clipboardPaste, out.get_clipboard_paste()));
76 out.set_move_left(l2s(cmd.moveLeft, out.get_move_left()));
77 out.set_move_right(l2s(cmd.moveRight, out.get_move_right()));
78 out.set_move_up(l2s(cmd.moveUp, out.get_move_up()));
79 out.set_move_down(l2s(cmd.moveDown, out.get_move_down()));
80 out.set_rotate_ccw(l2s(cmd.rotateCcw, out.get_rotate_ccw()));
81 out.set_rotate_cw(l2s(cmd.rotateCw, out.get_rotate_cw()));
82 out.set_mirror_horizontal(l2s(cmd.mirrorHorizontal, out.get_mirror_horizontal()));
83 out.set_mirror_vertical(l2s(cmd.mirrorVertical, out.get_mirror_vertical()));
84 out.set_flip_horizontal(l2s(cmd.flipHorizontal, out.get_flip_horizontal()));
85 out.set_flip_vertical(l2s(cmd.flipVertical, out.get_flip_vertical()));
86 out.set_move_align(l2s(cmd.moveAlign, out.get_move_align()));
87 out.set_snap_to_grid(l2s(cmd.snapToGrid, out.get_snap_to_grid()));
88 out.set_lock(l2s(cmd.lock, out.get_lock()));
89 out.set_unlock(l2s(cmd.unlock, out.get_unlock()));
90 out.set_line_width_set(l2s(cmd.setLineWidth, out.get_line_width_set()));
91 out.set_device_reset_text_all(l2s(cmd.deviceResetTextAll, out.get_device_reset_text_all()));
92 out.set_properties(l2s(cmd.properties, out.get_properties()));
93 out.set_rename(l2s(cmd.rename, out.get_rename()));
94 out.set_remove(l2s(cmd.remove, out.get_remove()));
95 out.set_zoom_fit_content(l2s(cmd.zoomFitContent, out.get_zoom_fit_content()));
96 out.set_zoom_in(l2s(cmd.zoomIn, out.get_zoom_in()));
97 out.set_zoom_out(l2s(cmd.zoomOut, out.get_zoom_out()));
98 out.set_grid_increase(l2s(cmd.gridIncrease, out.get_grid_increase()));
99 out.set_grid_decrease(l2s(cmd.gridDecrease, out.get_grid_decrease()));
100 out.set_show_pin_numbers(l2s(cmd.showPinNumbers, out.get_show_pin_numbers()));
101 out.set_ignore_locks(l2s(cmd.ignoreLocks, out.get_ignore_locks()));
102 out.set_toggle_background_image(l2s(cmd.toggleBackgroundImage, out.get_toggle_background_image()));
103 out.set_toggle_3d(l2s(cmd.toggle3d, out.get_toggle_3d()));
104 out.set_tool_select(l2s(cmd.toolSelect, out.get_tool_select()));
105 out.set_tool_line(l2s(cmd.toolLine, out.get_tool_line()));
106 out.set_tool_rect(l2s(cmd.toolRect, out.get_tool_rect()));
107 out.set_tool_polygon(l2s(cmd.toolPolygon, out.get_tool_polygon()));
108 out.set_tool_circle(l2s(cmd.toolCircle, out.get_tool_circle()));
109 out.set_tool_arc(l2s(cmd.toolArc, out.get_tool_arc()));
110 out.set_tool_text(l2s(cmd.toolText, out.get_tool_text()));
111 out.set_tool_name(l2s(cmd.toolName, out.get_tool_name()));
112 out.set_tool_value(l2s(cmd.toolValue, out.get_tool_value()));
113 out.set_tool_image(l2s(cmd.toolImage, out.get_tool_image()));
114 out.set_tool_pin(l2s(cmd.toolPin, out.get_tool_pin()));
115 out.set_tool_pad_tht(l2s(cmd.toolPadTht, out.get_tool_pad_tht()));
116 out.set_tool_pad_smt(l2s(cmd.toolPadSmt, out.get_tool_pad_smt()));
117 out.set_tool_pad_thermal(l2s(cmd.toolPadThermal, out.get_tool_pad_thermal()));
118 out.set_tool_pad_bga(l2s(cmd.toolPadBga, out.get_tool_pad_bga()));
119 out.set_tool_pad_edge_connector(l2s(cmd.toolPadEdgeConnector, out.get_tool_pad_edge_connector()));
120 out.set_tool_pad_test_point(l2s(cmd.toolPadTest, out.get_tool_pad_test_point()));
121 out.set_tool_pad_local_fiducial(l2s(cmd.toolPadLocalFiducial, out.get_tool_pad_local_fiducial()));
122 out.set_tool_pad_global_fiducial(l2s(cmd.toolPadGlobalFiducial, out.get_tool_pad_global_fiducial()));
123 out.set_tool_zone(l2s(cmd.toolZone, out.get_tool_zone()));
124 out.set_tool_hole(l2s(cmd.toolHole, out.get_tool_hole()));
125 out.set_tool_wire(l2s(cmd.toolWire, out.get_tool_wire()));
126 out.set_tool_bus(l2s(cmd.toolBus, out.get_tool_bus()));
127 out.set_tool_label(l2s(cmd.toolLabel, out.get_tool_label()));
128 out.set_tool_component(l2s(cmd.toolComponent, out.get_tool_component()));
129 out.set_tool_trace(l2s(cmd.toolTrace, out.get_tool_trace()));
130 out.set_tool_via(l2s(cmd.toolVia, out.get_tool_via()));
131 out.set_tool_plane(l2s(cmd.toolPlane, out.get_tool_plane()));
132 out.set_tool_generate_outline(l2s(cmd.toolGenerateOutline, out.get_tool_generate_outline()));
133 out.set_tool_generate_courtyard(l2s(cmd.toolGenerateCourtyard, out.get_tool_generate_courtyard()));
134 out.set_tool_renumber_pads(l2s(cmd.toolReNumberPads, out.get_tool_renumber_pads()));
135 out.set_tool_measure(l2s(cmd.toolMeasure, out.get_tool_measure()));
136 out.set_command_toolbar_focus(l2s(cmd.commandToolBarFocus, out.get_command_toolbar_focus()));
137 out.set_abort(l2s(cmd.abort, out.get_abort()));
138 out.set_layer_up(l2s(cmd.layerUp, out.get_layer_up()));
139 out.set_layer_down(l2s(cmd.layerDown, out.get_layer_down()));
140 out.set_line_width_increase(l2s(cmd.lineWidthIncrease, out.get_line_width_increase()));
141 out.set_line_width_decrease(l2s(cmd.lineWidthDecrease, out.get_line_width_decrease()));
142 out.set_size_increase(l2s(cmd.sizeIncrease, out.get_size_increase()));
143 out.set_size_decrease(l2s(cmd.sizeDecrease, out.get_size_decrease()));
144 out.set_drill_increase(l2s(cmd.drillIncrease, out.get_drill_increase()));
145 out.set_drill_decrease(l2s(cmd.drillDecrease, out.get_drill_decrease()));
146 out.set_width_auto_toggle(l2s(cmd.widthAutoToggle, out.get_width_auto_toggle()));
147 out.set_fill_toggle(l2s(cmd.fillToggle, out.get_fill_toggle()));
148 out.set_grab_area_toggle(l2s(cmd.grabAreaToggle, out.get_grab_area_toggle()));
149 out.set_align_horizontal_left(l2s(cmd.alignHorizontalLeft, out.get_align_horizontal_left()));
150 out.set_align_horizontal_center(l2s(cmd.alignHorizontalCenter, out.get_align_horizontal_center()));
151 out.set_align_horizontal_right(l2s(cmd.alignHorizontalRight, out.get_align_horizontal_right()));
152 out.set_align_vertical_bottom(l2s(cmd.alignVerticalBottom, out.get_align_vertical_bottom()));
153 out.set_align_vertical_center(l2s(cmd.alignVerticalCenter, out.get_align_vertical_center()));
154 out.set_align_vertical_top(l2s(cmd.alignVerticalTop, out.get_align_vertical_top()));
155 out.set_wire_mode_h_v(l2s(cmd.wireModeHV, out.get_wire_mode_h_v()));
156 out.set_wire_mode_v_h(l2s(cmd.wireModeVH, out.get_wire_mode_v_h()));
157 out.set_wire_mode_90_45(l2s(cmd.wireMode9045, out.get_wire_mode_90_45()));
158 out.set_wire_mode_45_90(l2s(cmd.wireMode4590, out.get_wire_mode_45_90()));
159 out.set_wire_mode_straight(l2s(cmd.wireModeStraight, out.get_wire_mode_straight()));
160 out.set_shape_round(l2s(cmd.shapeRound, out.get_shape_round()));
161 out.set_shape_rounded_rect(l2s(cmd.shapeRoundedRect, out.get_shape_rounded_rect()));
162 out.set_shape_rect(l2s(cmd.shapeRect, out.get_shape_rect()));
163 out.set_shape_octagon(l2s(cmd.shapeOctagon, out.get_shape_octagon()));
164 out.set_component_resistor(l2s(cmd.componentResistor, out.get_component_resistor()));
165 out.set_component_inductor(l2s(cmd.componentInductor, out.get_component_inductor()));
166 out.set_component_capacitor_bipolar(l2s(cmd.componentCapacitorBipolar, out.get_component_capacitor_bipolar()));
167 out.set_component_capacitor_unipolar(l2s(cmd.componentCapacitorUnipolar, out.get_component_capacitor_unipolar()));
168 out.set_component_gnd(l2s(cmd.componentGnd, out.get_component_gnd()));
169 out.set_component_vcc(l2s(cmd.componentVcc, out.get_component_vcc()));
170 out.set_dock_erc(l2s(cmd.dockErc, out.get_dock_erc()));
171 out.set_dock_drc(l2s(cmd.dockDrc, out.get_dock_drc()));
172 out.set_dock_layers(l2s(cmd.dockLayers, out.get_dock_layers()));
173 out.set_dock_place_devices(l2s(cmd.dockPlaceDevices, out.get_dock_place_devices()));
174 out.set_window_new(l2s(cmd.windowNew, out.get_window_new()));
175 out.set_window_close(l2s(cmd.windowClose, out.get_window_close()));
176 out.set_project_close(l2s(cmd.projectClose, out.get_project_close()));
177 out.set_application_quit(l2s(cmd.applicationQuit, out.get_application_quit()));
178 out.set_about_librepcb(l2s(cmd.aboutLibrePcb, out.get_about_librepcb()));
179 out.set_about_qt(l2s(cmd.aboutQt, out.get_about_qt()));
180 out.set_website(l2s(cmd.website, out.get_website()));
181 out.set_documentation_online(l2s(cmd.documentationOnline, out.get_documentation_online()));
182 out.set_support(l2s(cmd.support, out.get_support()));
183 out.set_donate(l2s(cmd.donate, out.get_donate()));
184 out.set_keyboard_shortcuts_reference(l2s(cmd.keyboardShortcutsReference, out.get_keyboard_shortcuts_reference()));
185 out.set_vertex_add(l2s(cmd.vertexAdd, out.get_vertex_add()));
186 out.set_vertex_remove(l2s(cmd.vertexRemove, out.get_vertex_remove()));
187 out.set_trace_select_whole(l2s(cmd.traceSelectWhole, out.get_trace_select_whole()));
188 out.set_trace_measure_length(l2s(cmd.traceMeasureLength, out.get_trace_measure_length()));
189 out.set_trace_remove_whole(l2s(cmd.traceRemoveWhole, out.get_trace_remove_whole()));
190 out.set_locked(l2s(cmd.locked, out.get_locked()));
191 out.set_visible(l2s(cmd.visible, out.get_visible()));
192 out.set_copy_mpn_to_clipboard(l2s(cmd.copyMpnToClipboard, out.get_copy_mpn_to_clipboard()));
193 out.set_open_product_website(l2s(cmd.openProductWebsite, out.get_open_product_website()));
194 out.set_open_pricing_website(l2s(cmd.openPricingWebsite, out.get_open_pricing_website()));
195 // clang-format on
196 }
197};
198
199} // namespace editor
200} // namespace librepcb
201
202#endif
Collection of all commands across all editors.
Definition editorcommandset.h:49
EditorCommand applicationQuit
Definition editorcommandset.h:1666
EditorCommand toolPadBga
Definition editorcommandset.h:1064
EditorCommand save
Definition editorcommandset.h:102
EditorCommand toolPin
Definition editorcommandset.h:1028
EditorCommand sizeIncrease
Definition editorcommandset.h:1284
EditorCommand toolGenerateOutline
Definition editorcommandset.h:1191
EditorCommand zoomFitContent
Definition editorcommandset.h:841
EditorCommand shapeRoundedRect
Definition editorcommandset.h:1457
EditorCommand layerDown
Definition editorcommandset.h:1257
EditorCommand print
Definition editorcommandset.h:541
EditorCommand alignVerticalTop
Definition editorcommandset.h:1392
EditorCommand toolPadEdgeConnector
Definition editorcommandset.h:1073
EditorCommand flipVertical
Definition editorcommandset.h:745
EditorCommand toolImage
Definition editorcommandset.h:1019
EditorCommand sheetNew
Definition editorcommandset.h:310
EditorCommand gridProperties
Definition editorcommandset.h:255
EditorCommand inputAcceptAdd
Definition editorcommandset.h:430
EditorCommand componentGnd
Definition editorcommandset.h:1523
EditorCommand toolLine
Definition editorcommandset.h:947
EditorCommand componentResistor
Definition editorcommandset.h:1487
EditorCommand moveLeft
Definition editorcommandset.h:663
EditorCommand itemOpen
Definition editorcommandset.h:93
EditorCommand abort
Definition editorcommandset.h:1239
EditorCommand clipboardPaste
Definition editorcommandset.h:654
EditorCommand donate
Definition editorcommandset.h:1723
EditorCommand openProductWebsite
Definition editorcommandset.h:1846
EditorCommand toolText
Definition editorcommandset.h:992
EditorCommand toolPadLocalFiducial
Definition editorcommandset.h:1091
EditorCommand unlock
Definition editorcommandset.h:783
EditorCommand toolWire
Definition editorcommandset.h:1127
EditorCommand copyMpnToClipboard
Definition editorcommandset.h:1837
EditorCommand mirrorHorizontal
Definition editorcommandset.h:717
EditorCommand componentInductor
Definition editorcommandset.h:1496
EditorCommand projectNew
Definition editorcommandset.h:219
EditorCommand toolMeasure
Definition editorcommandset.h:1218
EditorCommand sheetRename
Definition editorcommandset.h:319
EditorCommand rotateCw
Definition editorcommandset.h:708
EditorCommand runDesignRuleCheck
Definition editorcommandset.h:282
EditorCommand billOfMaterials
Definition editorcommandset.h:559
EditorCommand libraryElementDuplicate
Definition editorcommandset.h:210
EditorCommand toolPadTest
Definition editorcommandset.h:1082
EditorCommand website
Definition editorcommandset.h:1696
EditorCommand redo
Definition editorcommandset.h:626
EditorCommand drillDecrease
Definition editorcommandset.h:1311
EditorCommand exportImage
Definition editorcommandset.h:505
EditorCommand mirrorVertical
Definition editorcommandset.h:726
EditorCommand zoomIn
Definition editorcommandset.h:850
EditorCommand boardRemove
Definition editorcommandset.h:364
EditorCommand toolPadThermal
Definition editorcommandset.h:1055
EditorCommand locked
Definition editorcommandset.h:1819
EditorCommand projectOpen
Definition editorcommandset.h:228
EditorCommand toggle3d
Definition editorcommandset.h:926
EditorCommand commandToolBarFocus
Definition editorcommandset.h:1230
EditorCommand toolSelect
Definition editorcommandset.h:938
EditorCommand wireMode9045
Definition editorcommandset.h:1421
EditorCommand runQuickCheck
Definition editorcommandset.h:273
EditorCommand workspaceSettings
Definition editorcommandset.h:174
EditorCommand rename
Definition editorcommandset.h:820
EditorCommand vertexAdd
Definition editorcommandset.h:1774
EditorCommand toolCircle
Definition editorcommandset.h:974
EditorCommand importEagleLibrary
Definition editorcommandset.h:460
EditorCommand grabAreaToggle
Definition editorcommandset.h:1338
EditorCommand support
Definition editorcommandset.h:1714
EditorCommand exportStep
Definition editorcommandset.h:532
EditorCommand drillIncrease
Definition editorcommandset.h:1302
EditorCommand layerUp
Definition editorcommandset.h:1248
EditorCommand inputRemove
Definition editorcommandset.h:421
EditorCommand planeHideAll
Definition editorcommandset.h:382
EditorCommand toolComponent
Definition editorcommandset.h:1155
EditorCommand workspaceSwitch
Definition editorcommandset.h:165
EditorCommand wireMode4590
Definition editorcommandset.h:1430
EditorCommand properties
Definition editorcommandset.h:811
EditorCommand toolPolygon
Definition editorcommandset.h:965
EditorCommand generateD356Netlist
Definition editorcommandset.h:587
EditorCommand boardNew
Definition editorcommandset.h:346
EditorCommand flipHorizontal
Definition editorcommandset.h:735
EditorCommand toolPadGlobalFiducial
Definition editorcommandset.h:1100
EditorCommand showPinNumbers
Definition editorcommandset.h:899
EditorCommand inputBrowse
Definition editorcommandset.h:403
EditorCommand exportPdf
Definition editorcommandset.h:514
EditorCommand dockDrc
Definition editorcommandset.h:1562
EditorCommand setLineWidth
Definition editorcommandset.h:792
EditorCommand lineWidthDecrease
Definition editorcommandset.h:1275
EditorCommand aboutQt
Definition editorcommandset.h:1687
EditorCommand alignVerticalBottom
Definition editorcommandset.h:1374
EditorCommand componentCapacitorUnipolar
Definition editorcommandset.h:1514
EditorCommand generateFabricationData
Definition editorcommandset.h:569
EditorCommand toolName
Definition editorcommandset.h:1001
EditorCommand componentVcc
Definition editorcommandset.h:1532
EditorCommand moveUp
Definition editorcommandset.h:681
EditorCommand openPricingWebsite
Definition editorcommandset.h:1855
EditorCommand workspaceLibrariesRescan
Definition editorcommandset.h:183
EditorCommand traceRemoveWhole
Definition editorcommandset.h:1810
EditorCommand lineWidthIncrease
Definition editorcommandset.h:1266
EditorCommand deviceResetTextAll
Definition editorcommandset.h:802
EditorCommand toolValue
Definition editorcommandset.h:1010
EditorCommand toolPadTht
Definition editorcommandset.h:1037
EditorCommand projectSetup
Definition editorcommandset.h:246
EditorCommand toolHole
Definition editorcommandset.h:1118
EditorCommand snapToGrid
Definition editorcommandset.h:765
EditorCommand sheetRemove
Definition editorcommandset.h:328
EditorCommand boardCopy
Definition editorcommandset.h:355
EditorCommand moveRight
Definition editorcommandset.h:672
EditorCommand dockLayers
Definition editorcommandset.h:1571
EditorCommand sizeDecrease
Definition editorcommandset.h:1293
EditorCommand find
Definition editorcommandset.h:129
EditorCommand keyboardShortcutsReference
Definition editorcommandset.h:1732
EditorCommand remove
Definition editorcommandset.h:829
EditorCommand vertexRemove
Definition editorcommandset.h:1783
EditorCommand itemNew
Definition editorcommandset.h:84
EditorCommand windowNew
Definition editorcommandset.h:1629
EditorCommand toolPadSmt
Definition editorcommandset.h:1046
EditorCommand toggleBackgroundImage
Definition editorcommandset.h:917
EditorCommand importEagleProject
Definition editorcommandset.h:469
EditorCommand visible
Definition editorcommandset.h:1828
EditorCommand toolZone
Definition editorcommandset.h:1109
EditorCommand toolTrace
Definition editorcommandset.h:1164
EditorCommand widthAutoToggle
Definition editorcommandset.h:1320
EditorCommand moveAlign
Definition editorcommandset.h:755
EditorCommand fillToggle
Definition editorcommandset.h:1329
EditorCommand aboutLibrePcb
Definition editorcommandset.h:1678
EditorCommand findPrevious
Definition editorcommandset.h:147
EditorCommand alignVerticalCenter
Definition editorcommandset.h:1383
EditorCommand alignHorizontalLeft
Definition editorcommandset.h:1347
EditorCommand toolGenerateCourtyard
Definition editorcommandset.h:1200
EditorCommand toolReNumberPads
Definition editorcommandset.h:1209
EditorCommand selectAll
Definition editorcommandset.h:120
EditorCommand gridDecrease
Definition editorcommandset.h:885
EditorCommand alignHorizontalRight
Definition editorcommandset.h:1365
EditorCommand planeRebuildAll
Definition editorcommandset.h:391
EditorCommand boardSetup
Definition editorcommandset.h:264
static EditorCommandSet & instance() noexcept
Definition editorcommandset.h:60
EditorCommand zoomOut
Definition editorcommandset.h:862
EditorCommand inputUnitChange
Definition editorcommandset.h:412
EditorCommand findNext
Definition editorcommandset.h:138
EditorCommand libraryManager
Definition editorcommandset.h:192
EditorCommand addExampleProjects
Definition editorcommandset.h:442
EditorCommand exportLppz
Definition editorcommandset.h:496
EditorCommand gridIncrease
Definition editorcommandset.h:871
EditorCommand exportSpecctraDsn
Definition editorcommandset.h:523
EditorCommand clipboardCut
Definition editorcommandset.h:636
EditorCommand wireModeVH
Definition editorcommandset.h:1411
EditorCommand projectLibraryUpdate
Definition editorcommandset.h:291
EditorCommand toolVia
Definition editorcommandset.h:1173
EditorCommand outputJobs
Definition editorcommandset.h:596
EditorCommand componentCapacitorBipolar
Definition editorcommandset.h:1505
EditorCommand planeShowAll
Definition editorcommandset.h:373
EditorCommand toolLabel
Definition editorcommandset.h:1146
EditorCommand toolRect
Definition editorcommandset.h:956
EditorCommand toolArc
Definition editorcommandset.h:983
EditorCommand undo
Definition editorcommandset.h:617
EditorCommand toolBus
Definition editorcommandset.h:1137
EditorCommand traceSelectWhole
Definition editorcommandset.h:1792
EditorCommand wireModeStraight
Definition editorcommandset.h:1439
EditorCommand generatePickPlace
Definition editorcommandset.h:578
EditorCommand documentationOnline
Definition editorcommandset.h:1705
EditorCommand fileManager
Definition editorcommandset.h:156
EditorCommand traceMeasureLength
Definition editorcommandset.h:1801
EditorCommand toolPlane
Definition editorcommandset.h:1182
EditorCommand alignHorizontalCenter
Definition editorcommandset.h:1356
EditorCommand dockPlaceDevices
Definition editorcommandset.h:1580
EditorCommand rotateCcw
Definition editorcommandset.h:699
EditorCommand moveDown
Definition editorcommandset.h:690
EditorCommand clipboardCopy
Definition editorcommandset.h:645
EditorCommand shapeOctagon
Definition editorcommandset.h:1475
EditorCommand orderPcb
Definition editorcommandset.h:605
EditorCommand shapeRound
Definition editorcommandset.h:1448
EditorCommand shapeRect
Definition editorcommandset.h:1466
EditorCommand importKiCadLibrary
Definition editorcommandset.h:478
EditorCommand projectClose
Definition editorcommandset.h:1647
EditorCommand dockErc
Definition editorcommandset.h:1553
EditorCommand importSpecctraSes
Definition editorcommandset.h:487
EditorCommand windowClose
Definition editorcommandset.h:1638
EditorCommand ignoreLocks
Definition editorcommandset.h:908
EditorCommand importDxf
Definition editorcommandset.h:451
EditorCommand lock
Definition editorcommandset.h:774
EditorCommand wireModeHV
Definition editorcommandset.h:1401
Definition editorcommandsetupdater.h:14
static void update(const ui::EditorCommandSet &out) noexcept
Definition editorcommandsetupdater.h:16
static ui::WireMode l2s(BoardEditorState_DrawTrace::WireMode v) noexcept
Definition board2dtab.cpp:100
Definition occmodel.cpp:77