26#ifndef ZONE_SELECTION_CHANGE_NOTIFIER_H 
   27#define ZONE_SELECTION_CHANGE_NOTIFIER_H 
Subscriber who is interested in the zone selection change.
 
ZONE * GetSelectedZone() const
 
void OnZoneSelectionChanged(ZONE *aZone)
Inform the subscriber about the zone selection change.
 
virtual ~ZONE_SELECTION_CHANGE_NOTIFIER()=default
 
virtual void ActivateSelectedZone(ZONE *new_zone)=0
 
Handle a list of polygons defining a copper zone.