25#ifndef PANE_ZONE_VIEWER_H 
   26#define PANE_ZONE_VIEWER_H 
   30#include <unordered_map> 
   33#include <wx/notebook.h> 
void ActivateSelectedZone(ZONE *new_zone) override
 
std::unordered_map< int, PANEL_ZONE_GAL_CONTAINER * > m_zoneContainers
 
PANE_ZONE_VIEWER(wxWindow *aParent, PCB_BASE_FRAME *aPcbFrame)
 
PANEL_ZONE_GAL * m_zoneGAL
 
~PANE_ZONE_VIEWER() override
 
void OnNotebook(wxNotebookEvent &aEvent)
 
PCB_BASE_FRAME * m_pcbFrame
 
PANEL_ZONE_GAL * GetZoneGAL() const
 
Base PCB main window class for Pcbnew, Gerbview, and CvPcb footprint viewer.
 
Icon provider for the "standard" row indicators, for example in layer selection lists.
 
Subscriber who is interested in the zone selection change.
 
Handle a list of polygons defining a copper zone.