24 #ifndef PCB_VIEWER_TOOLS_H_ 25 #define PCB_VIEWER_TOOLS_H_ 90 return getEditFrame<PCB_BASE_FRAME>();
95 return static_cast<KIGFX::PCB_VIEW*>(
getView() );
105 return static_cast<PCB_DRAW_PANEL_GAL*>(
frame()->GetCanvas() );
110 return getModel<BOARD>();
const PCB_DISPLAY_OPTIONS & GetDisplayOptions() const
Display options control the way tracks, vias, outlines and other things are shown (for instance solid...
Container for display options like enable/disable some optional drawings.
FOOTPRINT * GetFirstFootprint() const
Gets the first footprint on the board or nullptr.
Information pertinent to a Pcbnew printed circuit board.
Base PCB main window class for Pcbnew, Gerbview, and CvPcb footprint viewer.