39 .Name(
"gerbview.Control.openAutodetected" )
41 .FriendlyName(
_(
"Open Autodetected File(s)..." ) )
42 .Tooltip(
_(
"Open Autodetected file(s) on a new layer." ) )
46 .Name(
"gerbview.Control.openGerber" )
48 .FriendlyName(
_(
"Open Gerber Plot File(s)..." ) )
49 .Tooltip(
_(
"Open Gerber plot file(s) on a new layer." ) )
53 .Name(
"gerbview.Control.openDrillFile" )
55 .FriendlyName(
_(
"Open Excellon Drill File(s)..." ) )
56 .Tooltip(
_(
"Open Excellon drill file(s) on a new layer." ) )
60 .Name(
"gerbview.Control.openJobFile" )
62 .FriendlyName(
_(
"Open Gerber Job File..." ) )
63 .Tooltip(
_(
"Open a Gerber job file and its associated gerber plot files" ) )
67 .Name(
"gerbview.Control.openZipFile" )
69 .FriendlyName(
_(
"Open Zip Archive File..." ) )
70 .Tooltip(
_(
"Open a zipped archive (Gerber and Drill) file" ) )
74 .Name(
"gerbview.Control.toggleLayerManager" )
76 .FriendlyName(
_(
"Show Layers Manager" ) )
80 .Name(
"gerbview.Inspection.showDCodes" )
82 .FriendlyName(
_(
"List DCodes..." ) )
83 .Tooltip(
_(
"List D-codes defined in Gerber files" ) )
87 .Name(
"gerbview.Inspection.showSource" )
89 .FriendlyName(
_(
"Show Source..." ) )
90 .Tooltip(
_(
"Show source file for the current layer" ) )
94 .Name(
"gerbview.Control.exportToPcbnew" )
96 .FriendlyName(
_(
"Export to PCB Editor..." ) )
97 .Tooltip(
_(
"Export data as a KiCad PCB file" ) )
101 .Name(
"gerbview.Control.clearLayer" )
103 .FriendlyName(
_(
"Clear Current Layer..." ) )
107 .Name(
"gerbview.Control.clearAllLayers" )
109 .FriendlyName(
_(
"Clear All Layers" ) )
113 .Name(
"gerbview.Control.reloadAllLayers" )
115 .FriendlyName(
_(
"Reload All Layers" ) )
119 .Name(
"gerbview.Control.layerChanged" )
124 .Name(
"gerbview.Control.highlightClear" )
126 .FriendlyName(
_(
"Clear Highlight" ) )
130 .Name(
"gerbview.Control.highlightNet" )
132 .FriendlyName(
_(
"Highlight Net" ) )
136 .Name(
"gerbview.Control.highlightComponent" )
138 .FriendlyName(
_(
"Highlight Component" ) )
142 .Name(
"gerbview.Control.highlightAttribute" )
144 .FriendlyName(
_(
"Highlight Attribute" ) )
148 .Name(
"gerbview.Control.highlightDCode" )
150 .FriendlyName(
_(
"Highlight DCode" ) )
154 .Name(
"gerbview.Control.layerNext" )
156 .DefaultHotkey( WXK_PAGEDOWN )
157 .LegacyHotkeyName(
"Switch to Next Layer" )
158 .FriendlyName(
_(
"Next Layer" ) ) );
161 .Name(
"gerbview.Control.layerPrev" )
163 .DefaultHotkey( WXK_PAGEUP )
164 .LegacyHotkeyName(
"Switch to Previous Layer" )
165 .FriendlyName(
_(
"Previous Layer" ) ) );
168 .Name(
"gerbview.Control.moveLayerUp" )
170 .DefaultHotkey(
'+' )
171 .FriendlyName(
_(
"Move Layer Up" ) )
175 .Name(
"gerbview.Control.moveLayerDown" )
177 .DefaultHotkey(
'-' )
178 .FriendlyName(
_(
"Move Layer Down" ) )
182 .Name(
"gerbview.Control.linesDisplayOutlines" )
184 .DefaultHotkey(
'L' )
185 .LegacyHotkeyName(
"Gbr Lines Display Mode" )
186 .FriendlyName(
_(
"Sketch Lines" ) )
187 .Tooltip(
_(
"Show lines in outline mode" ) )
191 .Name(
"gerbview.Control.flashedDisplayOutlines" )
193 .DefaultHotkey(
'F' )
194 .LegacyHotkeyName(
"Gbr Flashed Display Mode" )
195 .FriendlyName(
_(
"Sketch Flashed Items" ) )
196 .Tooltip(
_(
"Show flashed items in outline mode" ) )
200 .Name(
"gerbview.Control.polygonsDisplayOutlines" )
202 .DefaultHotkey(
'P' )
203 .LegacyHotkeyName(
"Gbr Polygons Display Mode" )
204 .FriendlyName(
_(
"Sketch Polygons" ) )
205 .Tooltip(
_(
"Show polygons in outline mode" ) )
209 .Name(
"gerbview.Control.negativeObjectDisplay" )
211 .LegacyHotkeyName(
"Gbr Negative Obj Display Mode" )
212 .FriendlyName(
_(
"Ghost Negative Objects" ) )
213 .Tooltip(
_(
"Show negative objects in ghost color" ) )
217 .Name(
"gerbview.Control.dcodeDisplay" )
219 .DefaultHotkey(
'D' )
220 .LegacyHotkeyName(
"DCodes Display Mode" )
221 .FriendlyName(
_(
"Show DCodes" ) )
222 .Tooltip(
_(
"Show dcode numbers" ) )
226 .Name(
"gerbview.Control.toggleForceOpacityMode" )
228 .FriendlyName(
_(
"Show with Forced Opacity Mode" ) )
229 .Tooltip(
_(
"Show layers using opacity color forced mode" ) )
233 .Name(
"gerbview.Control.toggleXORMode" )
235 .FriendlyName(
_(
"Show in XOR Mode" ) )
236 .Tooltip(
_(
"Show layers in exclusive-or compare mode" ) )
240 .Name(
"gerbview.Control.flipGerberView" )
242 .FriendlyName(
_(
"Flip Gerber View" ) )
243 .Tooltip(
_(
"Show as mirror image" ) )
250 .Name(
"gerbview.InteractiveSelection" )
255 .Name(
"gerbview.InteractiveSelection.SelectItem" )
259 .Name(
"gerbview.InteractiveSelection.UnselectItem" )
263 .Name(
"gerbview.InteractiveSelection.Clear" )
270 .Name(
"gerbview.Control.loadZipFile" )
274 .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 clearAllLayers
static TOOL_ACTION layerNext
static TOOL_ACTION flipGerberView
static TOOL_ACTION openAutodetected
static TOOL_ACTION reloadAllLayers
static TOOL_ACTION toggleForceOpacityMode
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