38 .Name(
"gerbview.Control.openAutodetected" )
40 .MenuText(
_(
"Open Autodetected File(s)..." ) )
41 .Tooltip(
_(
"Open Autodetected file(s) on a new layer." ) )
45 .Name(
"gerbview.Control.openGerber" )
47 .MenuText(
_(
"Open Gerber Plot File(s)..." ) )
48 .Tooltip(
_(
"Open Gerber plot file(s) on a new layer." ) )
52 .Name(
"gerbview.Control.openDrillFile" )
54 .MenuText(
_(
"Open Excellon Drill File(s)..." ) )
55 .Tooltip(
_(
"Open Excellon drill file(s) on a new layer." ) )
59 .Name(
"gerbview.Control.openJobFile" )
61 .MenuText(
_(
"Open Gerber Job File..." ) )
62 .Tooltip(
_(
"Open a Gerber job file and its associated gerber plot files" ) )
66 .Name(
"gerbview.Control.openZipFile" )
68 .MenuText(
_(
"Open Zip Archive File..." ) )
69 .Tooltip(
_(
"Open a zipped archive (Gerber and Drill) file" ) )
73 .Name(
"gerbview.Control.toggleLayerManager" )
75 .MenuText(
_(
"Show Layers Manager" ) )
76 .Tooltip(
_(
"Show or hide the layer manager" ) )
80 .Name(
"gerbview.Inspection.showDCodes" )
82 .MenuText(
_(
"List DCodes..." ) )
83 .Tooltip(
_(
"List D-codes defined in Gerber files" ) )
87 .Name(
"gerbview.Inspection.showSource" )
89 .MenuText(
_(
"Show Source..." ) )
90 .Tooltip(
_(
"Show source file for the current layer" ) )
94 .Name(
"gerbview.Control.exportToPcbnew" )
96 .MenuText(
_(
"Export to PCB Editor..." ) )
97 .Tooltip(
_(
"Export data as a KiCad PCB file" ) )
101 .Name(
"gerbview.Control.clearLayer" )
103 .MenuText(
_(
"Clear Current Layer..." ) )
104 .Tooltip(
_(
"Clear the selected graphic layer" ) )
108 .Name(
"gerbview.Control.clearAllLayers" )
110 .MenuText(
_(
"Clear All Layers" ) )
111 .Tooltip(
_(
"Clear all layers. All data will be deleted" ) )
115 .Name(
"gerbview.Control.reloadAllLayers" )
117 .MenuText(
_(
"Reload All Layers" ) )
118 .Tooltip(
_(
"Reload all layers. All data will be reloaded" ) )
122 .Name(
"gerbview.Control.layerChanged" )
127 .Name(
"gerbview.Control.highlightClear" )
129 .MenuText(
_(
"Clear Highlight" ) )
130 .Tooltip(
_(
"Clear Highlight" ) )
134 .Name(
"gerbview.Control.highlightNet" )
136 .MenuText(
_(
"Highlight Net" ) )
137 .Tooltip(
_(
"Highlight Net" ) )
141 .Name(
"gerbview.Control.highlightComponent" )
143 .MenuText(
_(
"Highlight Component" ) )
144 .Tooltip(
_(
"Highlight Component" ) )
148 .Name(
"gerbview.Control.highlightAttribute" )
150 .MenuText(
_(
"Highlight Attribute" ) )
151 .Tooltip(
_(
"Highlight Attribute" ) )
155 .Name(
"gerbview.Control.highlightDCode" )
157 .MenuText(
_(
"Highlight DCode" ) )
158 .Tooltip(
_(
"Highlight DCode" ) )
162 .Name(
"gerbview.Control.layerNext" )
164 .DefaultHotkey( WXK_PAGEDOWN )
165 .LegacyHotkeyName(
"Switch to Next Layer" )
166 .MenuText(
_(
"Next Layer" ) )
167 .Tooltip(
_(
"Next Layer" ) ) );
170 .Name(
"gerbview.Control.layerPrev" )
172 .DefaultHotkey( WXK_PAGEUP )
173 .LegacyHotkeyName(
"Switch to Previous Layer" )
174 .MenuText(
_(
"Previous Layer" ) )
175 .Tooltip(
_(
"Previous Layer" ) ) );
178 .Name(
"gerbview.Control.moveLayerUp" )
180 .DefaultHotkey(
'+' )
181 .MenuText(
_(
"Move Layer Up" ) )
182 .Tooltip(
_(
"Move Current Layer up" ) )
186 .Name(
"gerbview.Control.moveLayerDown" )
188 .DefaultHotkey(
'-' )
189 .MenuText(
_(
"Move Layer Down" ) )
190 .Tooltip(
_(
"Move Current Layer Down" ) )
194 .Name(
"gerbview.Control.linesDisplayOutlines" )
196 .DefaultHotkey(
'L' )
197 .LegacyHotkeyName(
"Gbr Lines Display Mode" )
198 .MenuText(
_(
"Sketch Lines" ) )
199 .Tooltip(
_(
"Show lines in outline mode" ) )
203 .Name(
"gerbview.Control.flashedDisplayOutlines" )
205 .DefaultHotkey(
'F' )
206 .LegacyHotkeyName(
"Gbr Flashed Display Mode" )
207 .MenuText(
_(
"Sketch Flashed Items" ) )
208 .Tooltip(
_(
"Show flashed items in outline mode" ) )
212 .Name(
"gerbview.Control.polygonsDisplayOutlines" )
214 .DefaultHotkey(
'P' )
215 .LegacyHotkeyName(
"Gbr Polygons Display Mode" )
216 .MenuText(
_(
"Sketch Polygons" ) )
217 .Tooltip(
_(
"Show polygons in outline mode" ) )
221 .Name(
"gerbview.Control.negativeObjectDisplay" )
223 .DefaultHotkey(
'N' )
224 .LegacyHotkeyName(
"Gbr Negative Obj Display Mode" )
225 .MenuText(
_(
"Ghost Negative Objects" ) )
226 .Tooltip(
_(
"Show negative objects in ghost color" ) )
230 .Name(
"gerbview.Control.dcodeDisplay" )
232 .DefaultHotkey(
'D' )
233 .LegacyHotkeyName(
"DCodes Display Mode" )
234 .MenuText(
_(
"Show DCodes" ) )
235 .Tooltip(
_(
"Show dcode number" ) )
239 .Name(
"gerbview.Control.toggleDiffMode" )
241 .MenuText(
_(
"Show in Differential Mode" ) )
242 .Tooltip(
_(
"Show layers in differential compare mode" ) )
246 .Name(
"gerbview.Control.toggleXORMode" )
248 .MenuText(
_(
"Show in XOR Mode" ) )
249 .Tooltip(
_(
"Show layers in exclusive-or compare mode" ) )
253 .Name(
"gerbview.Control.flipGerberView" )
255 .MenuText(
_(
"Flip Gerber View" ) )
256 .Tooltip(
_(
"Show as mirror image" ) )
263 .Name(
"gerbview.InteractiveSelection" )
268 .Name(
"gerbview.InteractiveSelection.SelectItem" )
272 .Name(
"gerbview.InteractiveSelection.UnselectItem" )
276 .Name(
"gerbview.InteractiveSelection.Clear" )
283 .Name(
"gerbview.Control.loadZipFile" )
287 .Name(
"gerbview.Control.loadGerbFiles" )
@ gerbview_show_negative_objects
static TOOL_ACTION dcodeDisplay
static TOOL_ACTION negativeObjectDisplay
static TOOL_ACTION selectionActivate
Activation of the selection tool.
static TOOL_ACTION flashedDisplayOutlines
static TOOL_ACTION selectItem
Selects an item (specified as the event parameter).
static TOOL_ACTION highlightAttribute
static TOOL_ACTION exportToPcbnew
static TOOL_ACTION unselectItem
Unselects an item (specified as the event parameter).
static TOOL_ACTION showDCodes
static TOOL_ACTION highlightNet
static TOOL_ACTION toggleXORMode
static TOOL_ACTION loadZipFile
static TOOL_ACTION toggleLayerManager
static TOOL_ACTION openGerber
static TOOL_ACTION toggleDiffMode
static TOOL_ACTION clearAllLayers
static TOOL_ACTION layerNext
static TOOL_ACTION flipGerberView
static TOOL_ACTION openAutodetected
static TOOL_ACTION reloadAllLayers
static TOOL_ACTION linesDisplayOutlines
static TOOL_ACTION layerPrev
static TOOL_ACTION selectionClear
Clear the current selection.
static TOOL_ACTION openDrillFile
static TOOL_ACTION polygonsDisplayOutlines
static TOOL_ACTION highlightComponent
static TOOL_ACTION openZipFile
static TOOL_ACTION highlightDCode
static TOOL_ACTION showSource
static TOOL_ACTION moveLayerUp
static TOOL_ACTION moveLayerDown
static TOOL_ACTION layerChanged
static TOOL_ACTION loadGerbFiles
static TOOL_ACTION openJobFile
static TOOL_ACTION clearLayer
static TOOL_ACTION highlightClear