|
KiCad PCB EDA Suite
|
#include <panel_setup_zones.h>
Public Member Functions | |
| PANEL_SETUP_ZONES (wxWindow *aParentWindow, PCB_EDIT_FRAME *aFrame, BOARD_DESIGN_SETTINGS &aBrdSettings) | |
| ~PANEL_SETUP_ZONES () override=default | |
| bool | TransferDataToWindow () override |
| bool | TransferDataFromWindow () override |
| bool | CommitPendingChanges () |
Protected Attributes | |
| wxBoxSizer * | m_mainSizer |
| wxStaticText * | m_staticTextDefPropDim |
| wxStaticLine * | m_staticline1 |
Private Attributes | |
| BOARD_DESIGN_SETTINGS & | m_brdSettings |
| ZONE_SETTINGS_BAG | m_zoneSettingsBag |
| PANEL_ZONE_PROPERTIES * | m_panelZoneProperties |
Definition at line 36 of file panel_setup_zones.h.
| PANEL_SETUP_ZONES::PANEL_SETUP_ZONES | ( | wxWindow * | aParentWindow, |
| PCB_EDIT_FRAME * | aFrame, | ||
| BOARD_DESIGN_SETTINGS & | aBrdSettings ) |
Definition at line 31 of file panel_setup_zones.cpp.
References m_brdSettings, PANEL_SETUP_ZONES_BASE::m_mainSizer, m_panelZoneProperties, m_zoneSettingsBag, and PANEL_SETUP_ZONES_BASE::PANEL_SETUP_ZONES_BASE().
|
overridedefault |
| bool PANEL_SETUP_ZONES::CommitPendingChanges | ( | ) |
Definition at line 63 of file panel_setup_zones.cpp.
References m_panelZoneProperties.
|
override |
Definition at line 49 of file panel_setup_zones.cpp.
References m_brdSettings, ZONE_SETTINGS::m_Netcode, m_panelZoneProperties, m_zoneSettingsBag, and NETINFO_LIST::ORPHANED.
|
override |
Definition at line 43 of file panel_setup_zones.cpp.
References m_panelZoneProperties.
|
private |
Definition at line 48 of file panel_setup_zones.h.
Referenced by PANEL_SETUP_ZONES(), and TransferDataFromWindow().
|
protectedinherited |
Definition at line 33 of file panel_setup_zones_base.h.
Referenced by PANEL_SETUP_ZONES::PANEL_SETUP_ZONES(), and PANEL_SETUP_ZONES_BASE().
|
private |
Definition at line 50 of file panel_setup_zones.h.
Referenced by CommitPendingChanges(), PANEL_SETUP_ZONES(), TransferDataFromWindow(), and TransferDataToWindow().
|
protectedinherited |
Definition at line 35 of file panel_setup_zones_base.h.
Referenced by PANEL_SETUP_ZONES_BASE().
|
protectedinherited |
Definition at line 34 of file panel_setup_zones_base.h.
Referenced by PANEL_SETUP_ZONES_BASE().
|
private |
Definition at line 49 of file panel_setup_zones.h.
Referenced by PANEL_SETUP_ZONES(), and TransferDataFromWindow().