KiCad PCB EDA Suite
|
Class PANEL_SETUP_LAYERS_BASE. More...
#include <panel_setup_layers_base.h>
Public Member Functions | |
PANEL_SETUP_LAYERS_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(589, 704), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
~PANEL_SETUP_LAYERS_BASE () | |
Protected Member Functions | |
virtual void | addUserDefinedLayer (wxCommandEvent &event) |
Protected Attributes | |
wxButton * | m_addUserDefinedLayerButton |
wxStaticLine * | m_staticline2 |
wxScrolledWindow * | m_LayersListPanel |
wxFlexGridSizer * | m_LayersSizer |
Class PANEL_SETUP_LAYERS_BASE.
Definition at line 32 of file panel_setup_layers_base.h.
PANEL_SETUP_LAYERS_BASE::PANEL_SETUP_LAYERS_BASE | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize( 589,704 ) , |
||
long | style = wxTAB_TRAVERSAL , |
||
const wxString & | name = wxEmptyString |
||
) |
Definition at line 12 of file panel_setup_layers_base.cpp.
References _, addUserDefinedLayer(), m_addUserDefinedLayerButton, m_LayersListPanel, m_LayersSizer, and m_staticline2.
PANEL_SETUP_LAYERS_BASE::~PANEL_SETUP_LAYERS_BASE | ( | ) |
Definition at line 60 of file panel_setup_layers_base.cpp.
References addUserDefinedLayer(), and m_addUserDefinedLayerButton.
|
inlineprotectedvirtual |
Reimplemented in PANEL_SETUP_LAYERS.
Definition at line 43 of file panel_setup_layers_base.h.
Referenced by PANEL_SETUP_LAYERS_BASE(), and ~PANEL_SETUP_LAYERS_BASE().
|
protected |
Definition at line 37 of file panel_setup_layers_base.h.
Referenced by PANEL_SETUP_LAYERS_BASE(), and ~PANEL_SETUP_LAYERS_BASE().
|
protected |
Definition at line 39 of file panel_setup_layers_base.h.
Referenced by PANEL_SETUP_LAYERS::addUserDefinedLayer(), PANEL_SETUP_LAYERS::append_user_layer(), PANEL_SETUP_LAYERS::initialize_back_tech_layers(), PANEL_SETUP_LAYERS::initialize_front_tech_layers(), PANEL_SETUP_LAYERS::initialize_layers_controls(), and PANEL_SETUP_LAYERS_BASE().
|
protected |
|
protected |
Definition at line 38 of file panel_setup_layers_base.h.
Referenced by PANEL_SETUP_LAYERS_BASE().