KiCad PCB EDA Suite
|
Public Member Functions | |
PANEL_ZONE_GAL_CONTAINER (wxWindow *aParent, int aLayer) | |
int | GetLayer () const |
void | TakeGAL (PANEL_ZONE_GAL *&now) |
void | InitZoneGAL (PANEL_ZONE_GAL *aGal) |
Initialize the gal , shall only be called once while the gal is first constructed. | |
void | ResetZoneGAL (PANEL_ZONE_GAL *aGal) |
Reuse the only one zone gal between different container. | |
Private Attributes | |
wxBoxSizer * | m_sizer |
PANEL_ZONE_GAL * | m_gal {} |
int | m_layer |
Definition at line 59 of file pane_zone_viewer.cpp.
|
inline |
Definition at line 66 of file pane_zone_viewer.cpp.
References m_sizer.
|
inline |
Definition at line 71 of file pane_zone_viewer.cpp.
References m_layer.
Referenced by PANE_ZONE_VIEWER::OnNotebook().
|
inline |
Initialize the gal , shall only be called once while the gal is first constructed.
aGal | The zone gal |
Definition at line 87 of file pane_zone_viewer.cpp.
|
inline |
Reuse the only one zone gal between different container.
aGal | The zone gal |
Definition at line 101 of file pane_zone_viewer.cpp.
References m_gal, m_sizer, and TakeGAL().
Referenced by PANE_ZONE_VIEWER::OnNotebook().
|
inline |
Definition at line 72 of file pane_zone_viewer.cpp.
References m_gal, and m_sizer.
Referenced by ResetZoneGAL().
|
private |
Definition at line 62 of file pane_zone_viewer.cpp.
Referenced by InitZoneGAL(), ResetZoneGAL(), and TakeGAL().
|
private |
Definition at line 63 of file pane_zone_viewer.cpp.
Referenced by GetLayer().
|
private |
Definition at line 61 of file pane_zone_viewer.cpp.
Referenced by InitZoneGAL(), PANEL_ZONE_GAL_CONTAINER(), ResetZoneGAL(), and TakeGAL().