LibrePCB Developers Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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_save_all(l2s(cmd.saveAll, out.get_save_all()));
23 out.set_select_all(l2s(cmd.selectAll, out.get_select_all()));
24 out.set_find(l2s(cmd.find, out.get_find()));
25 out.set_find_next(l2s(cmd.findNext, out.get_find_next()));
26 out.set_find_previous(l2s(cmd.findPrevious, out.get_find_previous()));
27 out.set_file_manager(l2s(cmd.fileManager, out.get_file_manager()));
28 out.set_control_panel(l2s(cmd.controlPanel, out.get_control_panel()));
29 out.set_workspace_switch(l2s(cmd.workspaceSwitch, out.get_workspace_switch()));
30 out.set_workspace_settings(l2s(cmd.workspaceSettings, out.get_workspace_settings()));
31 out.set_workspace_libraries_rescan(l2s(cmd.workspaceLibrariesRescan, out.get_workspace_libraries_rescan()));
32 out.set_library_manager(l2s(cmd.libraryManager, out.get_library_manager()));
33 out.set_library_element_new(l2s(cmd.libraryElementNew, out.get_library_element_new()));
34 out.set_library_element_duplicate(l2s(cmd.libraryElementDuplicate, out.get_library_element_duplicate()));
35 out.set_project_new(l2s(cmd.projectNew, out.get_project_new()));
36 out.set_project_open(l2s(cmd.projectOpen, out.get_project_open()));
37 out.set_project_save(l2s(cmd.projectSave, out.get_project_save()));
38 out.set_project_setup(l2s(cmd.projectSetup, out.get_project_setup()));
39 out.set_grid_properties(l2s(cmd.gridProperties, out.get_grid_properties()));
40 out.set_board_setup(l2s(cmd.boardSetup, out.get_board_setup()));
41 out.set_run_quick_check(l2s(cmd.runQuickCheck, out.get_run_quick_check()));
42 out.set_run_design_rule_check(l2s(cmd.runDesignRuleCheck, out.get_run_design_rule_check()));
43 out.set_project_library_update(l2s(cmd.projectLibraryUpdate, out.get_project_library_update()));
44 out.set_schematic_editor(l2s(cmd.schematicEditor, out.get_schematic_editor()));
45 out.set_sheet_new(l2s(cmd.sheetNew, out.get_sheet_new()));
46 out.set_sheet_rename(l2s(cmd.sheetRename, out.get_sheet_rename()));
47 out.set_sheet_remove(l2s(cmd.sheetRemove, out.get_sheet_remove()));
48 out.set_board_editor(l2s(cmd.boardEditor, out.get_board_editor()));
49 out.set_board_new(l2s(cmd.boardNew, out.get_board_new()));
50 out.set_board_copy(l2s(cmd.boardCopy, out.get_board_copy()));
51 out.set_board_remove(l2s(cmd.boardRemove, out.get_board_remove()));
52 out.set_plane_show_all(l2s(cmd.planeShowAll, out.get_plane_show_all()));
53 out.set_plane_hide_all(l2s(cmd.planeHideAll, out.get_plane_hide_all()));
54 out.set_plane_rebuild_all(l2s(cmd.planeRebuildAll, out.get_plane_rebuild_all()));
55 out.set_input_browse(l2s(cmd.inputBrowse, out.get_input_browse()));
56 out.set_input_unit_change(l2s(cmd.inputUnitChange, out.get_input_unit_change()));
57 out.set_input_remove(l2s(cmd.inputRemove, out.get_input_remove()));
58 out.set_input_accept_add(l2s(cmd.inputAcceptAdd, out.get_input_accept_add()));
59 out.set_add_example_projects(l2s(cmd.addExampleProjects, out.get_add_example_projects()));
60 out.set_import_dxf(l2s(cmd.importDxf, out.get_import_dxf()));
61 out.set_import_eagle_library(l2s(cmd.importEagleLibrary, out.get_import_eagle_library()));
62 out.set_import_eagle_project(l2s(cmd.importEagleProject, out.get_import_eagle_project()));
63 out.set_import_kicad_library(l2s(cmd.importKiCadLibrary, out.get_import_kicad_library()));
64 out.set_import_specctra_ses(l2s(cmd.importSpecctraSes, out.get_import_specctra_ses()));
65 out.set_export_lppz(l2s(cmd.exportLppz, out.get_export_lppz()));
66 out.set_export_image(l2s(cmd.exportImage, out.get_export_image()));
67 out.set_export_pdf(l2s(cmd.exportPdf, out.get_export_pdf()));
68 out.set_export_specctra_dsn(l2s(cmd.exportSpecctraDsn, out.get_export_specctra_dsn()));
69 out.set_export_step(l2s(cmd.exportStep, out.get_export_step()));
70 out.set_print(l2s(cmd.print, out.get_print()));
71 out.set_generate_bom(l2s(cmd.generateBom, out.get_generate_bom()));
72 out.set_generate_fabrication_data(l2s(cmd.generateFabricationData, out.get_generate_fabrication_data()));
73 out.set_generate_pick_place(l2s(cmd.generatePickPlace, out.get_generate_pick_place()));
74 out.set_generate_d356_netlist(l2s(cmd.generateD356Netlist, out.get_generate_d356_netlist()));
75 out.set_output_jobs(l2s(cmd.outputJobs, out.get_output_jobs()));
76 out.set_order_pcb(l2s(cmd.orderPcb, out.get_order_pcb()));
77 out.set_undo(l2s(cmd.undo, out.get_undo()));
78 out.set_redo(l2s(cmd.redo, out.get_redo()));
79 out.set_clipboard_cut(l2s(cmd.clipboardCut, out.get_clipboard_cut()));
80 out.set_clipboard_copy(l2s(cmd.clipboardCopy, out.get_clipboard_copy()));
81 out.set_clipboard_paste(l2s(cmd.clipboardPaste, out.get_clipboard_paste()));
82 out.set_move_left(l2s(cmd.moveLeft, out.get_move_left()));
83 out.set_move_right(l2s(cmd.moveRight, out.get_move_right()));
84 out.set_move_up(l2s(cmd.moveUp, out.get_move_up()));
85 out.set_move_down(l2s(cmd.moveDown, out.get_move_down()));
86 out.set_rotate_ccw(l2s(cmd.rotateCcw, out.get_rotate_ccw()));
87 out.set_rotate_cw(l2s(cmd.rotateCw, out.get_rotate_cw()));
88 out.set_mirror_horizontal(l2s(cmd.mirrorHorizontal, out.get_mirror_horizontal()));
89 out.set_mirror_vertical(l2s(cmd.mirrorVertical, out.get_mirror_vertical()));
90 out.set_flip_horizontal(l2s(cmd.flipHorizontal, out.get_flip_horizontal()));
91 out.set_flip_vertical(l2s(cmd.flipVertical, out.get_flip_vertical()));
92 out.set_move_align(l2s(cmd.moveAlign, out.get_move_align()));
93 out.set_snap_to_grid(l2s(cmd.snapToGrid, out.get_snap_to_grid()));
94 out.set_lock(l2s(cmd.lock, out.get_lock()));
95 out.set_unlock(l2s(cmd.unlock, out.get_unlock()));
96 out.set_line_width_set(l2s(cmd.setLineWidth, out.get_line_width_set()));
97 out.set_device_reset_text_all(l2s(cmd.deviceResetTextAll, out.get_device_reset_text_all()));
98 out.set_properties(l2s(cmd.properties, out.get_properties()));
99 out.set_rename(l2s(cmd.rename, out.get_rename()));
100 out.set_remove(l2s(cmd.remove, out.get_remove()));
101 out.set_zoom_fit_content(l2s(cmd.zoomFitContent, out.get_zoom_fit_content()));
102 out.set_zoom_in(l2s(cmd.zoomIn, out.get_zoom_in()));
103 out.set_zoom_out(l2s(cmd.zoomOut, out.get_zoom_out()));
104 out.set_grid_increase(l2s(cmd.gridIncrease, out.get_grid_increase()));
105 out.set_grid_decrease(l2s(cmd.gridDecrease, out.get_grid_decrease()));
106 out.set_show_pin_numbers(l2s(cmd.showPinNumbers, out.get_show_pin_numbers()));
107 out.set_ignore_locks(l2s(cmd.ignoreLocks, out.get_ignore_locks()));
108 out.set_toggle_background_image(l2s(cmd.toggleBackgroundImage, out.get_toggle_background_image()));
109 out.set_toggle_3d(l2s(cmd.toggle3d, out.get_toggle_3d()));
110 out.set_tool_select(l2s(cmd.toolSelect, out.get_tool_select()));
111 out.set_tool_line(l2s(cmd.toolLine, out.get_tool_line()));
112 out.set_tool_rect(l2s(cmd.toolRect, out.get_tool_rect()));
113 out.set_tool_polygon(l2s(cmd.toolPolygon, out.get_tool_polygon()));
114 out.set_tool_circle(l2s(cmd.toolCircle, out.get_tool_circle()));
115 out.set_tool_arc(l2s(cmd.toolArc, out.get_tool_arc()));
116 out.set_tool_text(l2s(cmd.toolText, out.get_tool_text()));
117 out.set_tool_name(l2s(cmd.toolName, out.get_tool_name()));
118 out.set_tool_value(l2s(cmd.toolValue, out.get_tool_value()));
119 out.set_tool_pin(l2s(cmd.toolPin, out.get_tool_pin()));
120 out.set_tool_pad_tht(l2s(cmd.toolPadTht, out.get_tool_pad_tht()));
121 out.set_tool_pad_smt(l2s(cmd.toolPadSmt, out.get_tool_pad_smt()));
122 out.set_tool_pad_thermal(l2s(cmd.toolPadThermal, out.get_tool_pad_thermal()));
123 out.set_tool_pad_bga(l2s(cmd.toolPadBga, out.get_tool_pad_bga()));
124 out.set_tool_pad_edge_connector(l2s(cmd.toolPadEdgeConnector, out.get_tool_pad_edge_connector()));
125 out.set_tool_pad_test_point(l2s(cmd.toolPadTest, out.get_tool_pad_test_point()));
126 out.set_tool_pad_local_fiducial(l2s(cmd.toolPadLocalFiducial, out.get_tool_pad_local_fiducial()));
127 out.set_tool_pad_global_fiducial(l2s(cmd.toolPadGlobalFiducial, out.get_tool_pad_global_fiducial()));
128 out.set_tool_zone(l2s(cmd.toolZone, out.get_tool_zone()));
129 out.set_tool_hole(l2s(cmd.toolHole, out.get_tool_hole()));
130 out.set_tool_wire(l2s(cmd.toolWire, out.get_tool_wire()));
131 out.set_tool_netlabel(l2s(cmd.toolNetLabel, out.get_tool_netlabel()));
132 out.set_tool_component(l2s(cmd.toolComponent, out.get_tool_component()));
133 out.set_tool_trace(l2s(cmd.toolTrace, out.get_tool_trace()));
134 out.set_tool_via(l2s(cmd.toolVia, out.get_tool_via()));
135 out.set_tool_plane(l2s(cmd.toolPlane, out.get_tool_plane()));
136 out.set_tool_generate_outline(l2s(cmd.toolGenerateOutline, out.get_tool_generate_outline()));
137 out.set_tool_generate_courtyard(l2s(cmd.toolGenerateCourtyard, out.get_tool_generate_courtyard()));
138 out.set_tool_renumber_pads(l2s(cmd.toolReNumberPads, out.get_tool_renumber_pads()));
139 out.set_tool_measure(l2s(cmd.toolMeasure, out.get_tool_measure()));
140 out.set_command_toolbar_focus(l2s(cmd.commandToolBarFocus, out.get_command_toolbar_focus()));
141 out.set_abort(l2s(cmd.abort, out.get_abort()));
142 out.set_layer_up(l2s(cmd.layerUp, out.get_layer_up()));
143 out.set_layer_down(l2s(cmd.layerDown, out.get_layer_down()));
144 out.set_line_width_increase(l2s(cmd.lineWidthIncrease, out.get_line_width_increase()));
145 out.set_line_width_decrease(l2s(cmd.lineWidthDecrease, out.get_line_width_decrease()));
146 out.set_size_increase(l2s(cmd.sizeIncrease, out.get_size_increase()));
147 out.set_size_decrease(l2s(cmd.sizeDecrease, out.get_size_decrease()));
148 out.set_drill_increase(l2s(cmd.drillIncrease, out.get_drill_increase()));
149 out.set_drill_decrease(l2s(cmd.drillDecrease, out.get_drill_decrease()));
150 out.set_width_auto_toggle(l2s(cmd.widthAutoToggle, out.get_width_auto_toggle()));
151 out.set_fill_toggle(l2s(cmd.fillToggle, out.get_fill_toggle()));
152 out.set_grab_area_toggle(l2s(cmd.grabAreaToggle, out.get_grab_area_toggle()));
153 out.set_align_horizontal_left(l2s(cmd.alignHorizontalLeft, out.get_align_horizontal_left()));
154 out.set_align_horizontal_center(l2s(cmd.alignHorizontalCenter, out.get_align_horizontal_center()));
155 out.set_align_horizontal_right(l2s(cmd.alignHorizontalRight, out.get_align_horizontal_right()));
156 out.set_align_vertical_bottom(l2s(cmd.alignVerticalBottom, out.get_align_vertical_bottom()));
157 out.set_align_vertical_center(l2s(cmd.alignVerticalCenter, out.get_align_vertical_center()));
158 out.set_align_vertical_top(l2s(cmd.alignVerticalTop, out.get_align_vertical_top()));
159 out.set_wire_mode_h_v(l2s(cmd.wireModeHV, out.get_wire_mode_h_v()));
160 out.set_wire_mode_v_h(l2s(cmd.wireModeVH, out.get_wire_mode_v_h()));
161 out.set_wire_mode_90_45(l2s(cmd.wireMode9045, out.get_wire_mode_90_45()));
162 out.set_wire_mode_45_90(l2s(cmd.wireMode4590, out.get_wire_mode_45_90()));
163 out.set_wire_mode_straight(l2s(cmd.wireModeStraight, out.get_wire_mode_straight()));
164 out.set_shape_round(l2s(cmd.shapeRound, out.get_shape_round()));
165 out.set_shape_rounded_rect(l2s(cmd.shapeRoundedRect, out.get_shape_rounded_rect()));
166 out.set_shape_rect(l2s(cmd.shapeRect, out.get_shape_rect()));
167 out.set_shape_octagon(l2s(cmd.shapeOctagon, out.get_shape_octagon()));
168 out.set_component_resistor(l2s(cmd.componentResistor, out.get_component_resistor()));
169 out.set_component_inductor(l2s(cmd.componentInductor, out.get_component_inductor()));
170 out.set_component_capacitor_bipolar(l2s(cmd.componentCapacitorBipolar, out.get_component_capacitor_bipolar()));
171 out.set_component_capacitor_unipolar(l2s(cmd.componentCapacitorUnipolar, out.get_component_capacitor_unipolar()));
172 out.set_component_gnd(l2s(cmd.componentGnd, out.get_component_gnd()));
173 out.set_component_vcc(l2s(cmd.componentVcc, out.get_component_vcc()));
174 out.set_dock_pages(l2s(cmd.dockPages, out.get_dock_pages()));
175 out.set_dock_erc(l2s(cmd.dockErc, out.get_dock_erc()));
176 out.set_dock_drc(l2s(cmd.dockDrc, out.get_dock_drc()));
177 out.set_dock_layers(l2s(cmd.dockLayers, out.get_dock_layers()));
178 out.set_dock_place_devices(l2s(cmd.dockPlaceDevices, out.get_dock_place_devices()));
179 out.set_page_next(l2s(cmd.pageNext, out.get_page_next()));
180 out.set_page_previous(l2s(cmd.pagePrevious, out.get_page_previous()));
181 out.set_tab_close(l2s(cmd.tabClose, out.get_tab_close()));
182 out.set_tab_close_all(l2s(cmd.tabCloseAll, out.get_tab_close_all()));
183 out.set_window_new(l2s(cmd.windowNew, out.get_window_new()));
184 out.set_window_close(l2s(cmd.windowClose, out.get_window_close()));
185 out.set_project_close(l2s(cmd.projectClose, out.get_project_close()));
186 out.set_application_quit(l2s(cmd.applicationQuit, out.get_application_quit()));
187 out.set_about_librepcb(l2s(cmd.aboutLibrePcb, out.get_about_librepcb()));
188 out.set_about_qt(l2s(cmd.aboutQt, out.get_about_qt()));
189 out.set_website(l2s(cmd.website, out.get_website()));
190 out.set_documentation_online(l2s(cmd.documentationOnline, out.get_documentation_online()));
191 out.set_support(l2s(cmd.support, out.get_support()));
192 out.set_donate(l2s(cmd.donate, out.get_donate()));
193 out.set_keyboard_shortcuts_reference(l2s(cmd.keyboardShortcutsReference, out.get_keyboard_shortcuts_reference()));
194 out.set_vertex_add(l2s(cmd.vertexAdd, out.get_vertex_add()));
195 out.set_vertex_remove(l2s(cmd.vertexRemove, out.get_vertex_remove()));
196 out.set_trace_select_whole(l2s(cmd.traceSelectWhole, out.get_trace_select_whole()));
197 out.set_trace_measure_length(l2s(cmd.traceMeasureLength, out.get_trace_measure_length()));
198 out.set_trace_remove_whole(l2s(cmd.traceRemoveWhole, out.get_trace_remove_whole()));
199 out.set_locked(l2s(cmd.locked, out.get_locked()));
200 out.set_visible(l2s(cmd.visible, out.get_visible()));
201 out.set_copy_mpn_to_clipboard(l2s(cmd.copyMpnToClipboard, out.get_copy_mpn_to_clipboard()));
202 out.set_open_product_website(l2s(cmd.openProductWebsite, out.get_open_product_website()));
203 out.set_open_pricing_website(l2s(cmd.openPricingWebsite, out.get_open_pricing_website()));
204 out.set_helper_tools(l2s(cmd.helperTools, out.get_helper_tools()));
205 // clang-format on
206 }
207};
208
209} // namespace editor
210} // namespace librepcb
211
212#endif
Collection of all commands across all editors.
Definition editorcommandset.h:49
EditorCommand applicationQuit
Definition editorcommandset.h:1634
EditorCommand dockPages
Definition editorcommandset.h:1512
EditorCommand controlPanel
Definition editorcommandset.h:165
EditorCommand toolPadBga
Definition editorcommandset.h:1041
EditorCommand save
Definition editorcommandset.h:102
EditorCommand toolPin
Definition editorcommandset.h:1005
EditorCommand sizeIncrease
Definition editorcommandset.h:1252
EditorCommand toolGenerateOutline
Definition editorcommandset.h:1159
EditorCommand zoomFitContent
Definition editorcommandset.h:840
EditorCommand shapeRoundedRect
Definition editorcommandset.h:1425
EditorCommand layerDown
Definition editorcommandset.h:1225
EditorCommand tabClose
Definition editorcommandset.h:1579
EditorCommand print
Definition editorcommandset.h:550
EditorCommand alignVerticalTop
Definition editorcommandset.h:1360
EditorCommand toolPadEdgeConnector
Definition editorcommandset.h:1050
EditorCommand flipVertical
Definition editorcommandset.h:744
EditorCommand generateBom
Definition editorcommandset.h:559
EditorCommand sheetNew
Definition editorcommandset.h:319
EditorCommand gridProperties
Definition editorcommandset.h:264
EditorCommand inputAcceptAdd
Definition editorcommandset.h:439
EditorCommand componentGnd
Definition editorcommandset.h:1491
EditorCommand toolLine
Definition editorcommandset.h:933
EditorCommand componentResistor
Definition editorcommandset.h:1455
EditorCommand moveLeft
Definition editorcommandset.h:662
EditorCommand itemOpen
Definition editorcommandset.h:93
EditorCommand abort
Definition editorcommandset.h:1207
EditorCommand clipboardPaste
Definition editorcommandset.h:653
EditorCommand donate
Definition editorcommandset.h:1691
EditorCommand openProductWebsite
Definition editorcommandset.h:1814
EditorCommand toolText
Definition editorcommandset.h:978
EditorCommand toolPadLocalFiducial
Definition editorcommandset.h:1068
EditorCommand unlock
Definition editorcommandset.h:782
EditorCommand toolWire
Definition editorcommandset.h:1104
EditorCommand copyMpnToClipboard
Definition editorcommandset.h:1805
EditorCommand mirrorHorizontal
Definition editorcommandset.h:716
EditorCommand componentInductor
Definition editorcommandset.h:1464
EditorCommand projectNew
Definition editorcommandset.h:228
EditorCommand toolMeasure
Definition editorcommandset.h:1186
EditorCommand sheetRename
Definition editorcommandset.h:328
EditorCommand rotateCw
Definition editorcommandset.h:707
EditorCommand schematicEditor
Definition editorcommandset.h:310
EditorCommand runDesignRuleCheck
Definition editorcommandset.h:291
EditorCommand pageNext
Definition editorcommandset.h:1561
EditorCommand libraryElementDuplicate
Definition editorcommandset.h:219
EditorCommand toolPadTest
Definition editorcommandset.h:1059
EditorCommand website
Definition editorcommandset.h:1664
EditorCommand redo
Definition editorcommandset.h:625
EditorCommand drillDecrease
Definition editorcommandset.h:1279
EditorCommand exportImage
Definition editorcommandset.h:514
EditorCommand mirrorVertical
Definition editorcommandset.h:725
EditorCommand zoomIn
Definition editorcommandset.h:849
EditorCommand boardRemove
Definition editorcommandset.h:373
EditorCommand toolPadThermal
Definition editorcommandset.h:1032
EditorCommand locked
Definition editorcommandset.h:1787
EditorCommand projectOpen
Definition editorcommandset.h:237
EditorCommand toggle3d
Definition editorcommandset.h:912
EditorCommand commandToolBarFocus
Definition editorcommandset.h:1198
EditorCommand pagePrevious
Definition editorcommandset.h:1570
EditorCommand toolSelect
Definition editorcommandset.h:924
EditorCommand wireMode9045
Definition editorcommandset.h:1389
EditorCommand runQuickCheck
Definition editorcommandset.h:282
EditorCommand workspaceSettings
Definition editorcommandset.h:183
EditorCommand rename
Definition editorcommandset.h:819
EditorCommand vertexAdd
Definition editorcommandset.h:1742
EditorCommand helperTools
Definition editorcommandset.h:1832
EditorCommand toolCircle
Definition editorcommandset.h:960
EditorCommand importEagleLibrary
Definition editorcommandset.h:469
EditorCommand grabAreaToggle
Definition editorcommandset.h:1306
EditorCommand support
Definition editorcommandset.h:1682
EditorCommand exportStep
Definition editorcommandset.h:541
EditorCommand drillIncrease
Definition editorcommandset.h:1270
EditorCommand layerUp
Definition editorcommandset.h:1216
EditorCommand inputRemove
Definition editorcommandset.h:430
EditorCommand saveAll
Definition editorcommandset.h:111
EditorCommand planeHideAll
Definition editorcommandset.h:391
EditorCommand toolComponent
Definition editorcommandset.h:1123
EditorCommand workspaceSwitch
Definition editorcommandset.h:174
EditorCommand wireMode4590
Definition editorcommandset.h:1398
EditorCommand properties
Definition editorcommandset.h:810
EditorCommand toolPolygon
Definition editorcommandset.h:951
EditorCommand generateD356Netlist
Definition editorcommandset.h:586
EditorCommand boardNew
Definition editorcommandset.h:355
EditorCommand flipHorizontal
Definition editorcommandset.h:734
EditorCommand toolPadGlobalFiducial
Definition editorcommandset.h:1077
EditorCommand libraryElementNew
Definition editorcommandset.h:210
EditorCommand showPinNumbers
Definition editorcommandset.h:885
EditorCommand inputBrowse
Definition editorcommandset.h:412
EditorCommand exportPdf
Definition editorcommandset.h:523
EditorCommand dockDrc
Definition editorcommandset.h:1530
EditorCommand setLineWidth
Definition editorcommandset.h:791
EditorCommand lineWidthDecrease
Definition editorcommandset.h:1243
EditorCommand aboutQt
Definition editorcommandset.h:1655
EditorCommand alignVerticalBottom
Definition editorcommandset.h:1342
EditorCommand componentCapacitorUnipolar
Definition editorcommandset.h:1482
EditorCommand generateFabricationData
Definition editorcommandset.h:568
EditorCommand toolName
Definition editorcommandset.h:987
EditorCommand componentVcc
Definition editorcommandset.h:1500
EditorCommand moveUp
Definition editorcommandset.h:680
EditorCommand openPricingWebsite
Definition editorcommandset.h:1823
EditorCommand workspaceLibrariesRescan
Definition editorcommandset.h:192
EditorCommand traceRemoveWhole
Definition editorcommandset.h:1778
EditorCommand boardEditor
Definition editorcommandset.h:346
EditorCommand lineWidthIncrease
Definition editorcommandset.h:1234
EditorCommand deviceResetTextAll
Definition editorcommandset.h:801
EditorCommand toolValue
Definition editorcommandset.h:996
EditorCommand toolPadTht
Definition editorcommandset.h:1014
EditorCommand projectSetup
Definition editorcommandset.h:255
EditorCommand toolHole
Definition editorcommandset.h:1095
EditorCommand snapToGrid
Definition editorcommandset.h:764
EditorCommand sheetRemove
Definition editorcommandset.h:337
EditorCommand tabCloseAll
Definition editorcommandset.h:1588
EditorCommand boardCopy
Definition editorcommandset.h:364
EditorCommand moveRight
Definition editorcommandset.h:671
EditorCommand dockLayers
Definition editorcommandset.h:1539
EditorCommand sizeDecrease
Definition editorcommandset.h:1261
EditorCommand find
Definition editorcommandset.h:129
EditorCommand keyboardShortcutsReference
Definition editorcommandset.h:1700
EditorCommand remove
Definition editorcommandset.h:828
EditorCommand vertexRemove
Definition editorcommandset.h:1751
EditorCommand itemNew
Definition editorcommandset.h:84
EditorCommand windowNew
Definition editorcommandset.h:1597
EditorCommand toolPadSmt
Definition editorcommandset.h:1023
EditorCommand toggleBackgroundImage
Definition editorcommandset.h:903
EditorCommand importEagleProject
Definition editorcommandset.h:478
EditorCommand visible
Definition editorcommandset.h:1796
EditorCommand toolZone
Definition editorcommandset.h:1086
EditorCommand toolTrace
Definition editorcommandset.h:1132
EditorCommand widthAutoToggle
Definition editorcommandset.h:1288
EditorCommand moveAlign
Definition editorcommandset.h:754
EditorCommand fillToggle
Definition editorcommandset.h:1297
EditorCommand aboutLibrePcb
Definition editorcommandset.h:1646
EditorCommand findPrevious
Definition editorcommandset.h:147
EditorCommand alignVerticalCenter
Definition editorcommandset.h:1351
EditorCommand alignHorizontalLeft
Definition editorcommandset.h:1315
EditorCommand toolGenerateCourtyard
Definition editorcommandset.h:1168
EditorCommand toolReNumberPads
Definition editorcommandset.h:1177
EditorCommand selectAll
Definition editorcommandset.h:120
EditorCommand gridDecrease
Definition editorcommandset.h:876
EditorCommand alignHorizontalRight
Definition editorcommandset.h:1333
EditorCommand planeRebuildAll
Definition editorcommandset.h:400
EditorCommand projectSave
Definition editorcommandset.h:246
EditorCommand boardSetup
Definition editorcommandset.h:273
static EditorCommandSet & instance() noexcept
Definition editorcommandset.h:60
EditorCommand zoomOut
Definition editorcommandset.h:858
EditorCommand inputUnitChange
Definition editorcommandset.h:421
EditorCommand findNext
Definition editorcommandset.h:138
EditorCommand libraryManager
Definition editorcommandset.h:201
EditorCommand addExampleProjects
Definition editorcommandset.h:451
EditorCommand exportLppz
Definition editorcommandset.h:505
EditorCommand gridIncrease
Definition editorcommandset.h:867
EditorCommand exportSpecctraDsn
Definition editorcommandset.h:532
EditorCommand clipboardCut
Definition editorcommandset.h:635
EditorCommand wireModeVH
Definition editorcommandset.h:1379
EditorCommand projectLibraryUpdate
Definition editorcommandset.h:300
EditorCommand toolVia
Definition editorcommandset.h:1141
EditorCommand outputJobs
Definition editorcommandset.h:595
EditorCommand componentCapacitorBipolar
Definition editorcommandset.h:1473
EditorCommand planeShowAll
Definition editorcommandset.h:382
EditorCommand toolRect
Definition editorcommandset.h:942
EditorCommand toolArc
Definition editorcommandset.h:969
EditorCommand undo
Definition editorcommandset.h:616
EditorCommand traceSelectWhole
Definition editorcommandset.h:1760
EditorCommand wireModeStraight
Definition editorcommandset.h:1407
EditorCommand generatePickPlace
Definition editorcommandset.h:577
EditorCommand documentationOnline
Definition editorcommandset.h:1673
EditorCommand fileManager
Definition editorcommandset.h:156
EditorCommand traceMeasureLength
Definition editorcommandset.h:1769
EditorCommand toolNetLabel
Definition editorcommandset.h:1114
EditorCommand toolPlane
Definition editorcommandset.h:1150
EditorCommand alignHorizontalCenter
Definition editorcommandset.h:1324
EditorCommand dockPlaceDevices
Definition editorcommandset.h:1548
EditorCommand rotateCcw
Definition editorcommandset.h:698
EditorCommand moveDown
Definition editorcommandset.h:689
EditorCommand clipboardCopy
Definition editorcommandset.h:644
EditorCommand shapeOctagon
Definition editorcommandset.h:1443
EditorCommand orderPcb
Definition editorcommandset.h:604
EditorCommand shapeRound
Definition editorcommandset.h:1416
EditorCommand shapeRect
Definition editorcommandset.h:1434
EditorCommand importKiCadLibrary
Definition editorcommandset.h:487
EditorCommand projectClose
Definition editorcommandset.h:1615
EditorCommand dockErc
Definition editorcommandset.h:1521
EditorCommand importSpecctraSes
Definition editorcommandset.h:496
EditorCommand windowClose
Definition editorcommandset.h:1606
EditorCommand ignoreLocks
Definition editorcommandset.h:894
EditorCommand importDxf
Definition editorcommandset.h:460
EditorCommand lock
Definition editorcommandset.h:773
EditorCommand wireModeHV
Definition editorcommandset.h:1369
Definition editorcommandsetupdater.h:14
static void update(const ui::EditorCommandSet &out) noexcept
Definition editorcommandsetupdater.h:16
ui::EditorCommand l2s(const EditorCommand &cmd, ui::EditorCommand in) noexcept
Definition uihelpers.cpp:41
Definition occmodel.cpp:77