kicad/gerbview/tools
Seth Hillbrand 6625d0721e Implement Get/Set display options
The pointer passing for display options is deprecated.  This removes the
excess casting as the EDA_FRAME didn't need the base call with no value.
All requests for display options are now returned const and are updated
with a Set() routine after modification.

In Gerbview, this resolves an issue where the display options were not
stored because it was receiving the NULL from EDA_FRAME.
2019-11-07 08:26:44 -08:00
..
gerbview_actions.cpp Homogenize selection tools around our HIG. 2019-07-09 21:59:46 +01:00
gerbview_actions.h Move hotkeys to ACTION architecture. 2019-06-10 23:46:00 +01:00
gerbview_control.cpp Implement Get/Set display options 2019-11-07 08:26:44 -08:00
gerbview_control.h Move hotkeys to ACTION architecture. 2019-06-10 23:46:00 +01:00
gerbview_selection.cpp CERN copyrights for work packages. 2019-08-14 09:35:15 +01:00
gerbview_selection.h Convert separate-compilation of selection.cpp to polymorphism. 2019-06-10 23:46:00 +01:00
gerbview_selection_tool.cpp Implement Get/Set display options 2019-11-07 08:26:44 -08:00
gerbview_selection_tool.h Cleanup and commenting. 2019-07-14 10:36:48 +01:00