|
KiCad PCB EDA Suite
|
Class PANEL_SETUP_VIA_STACKS_BASE. More...
#include <panel_setup_via_stacks_base.h>
Public Member Functions | |
| PANEL_SETUP_VIA_STACKS_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(500, 300), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
| ~PANEL_SETUP_VIA_STACKS_BASE () | |
Protected Attributes | |
| WX_GRID * | m_grid |
| wxButton * | m_addButton |
| wxButton * | m_editButton |
| wxButton * | m_removeButton |
Class PANEL_SETUP_VIA_STACKS_BASE.
Definition at line 33 of file panel_setup_via_stacks_base.h.
| PANEL_SETUP_VIA_STACKS_BASE::PANEL_SETUP_VIA_STACKS_BASE | ( | wxWindow * | parent, |
| wxWindowID | id = wxID_ANY, | ||
| const wxPoint & | pos = wxDefaultPosition, | ||
| const wxSize & | size = wxSize( 500,300 ), | ||
| long | style = wxTAB_TRAVERSAL, | ||
| const wxString & | name = wxEmptyString ) |
Definition at line 14 of file panel_setup_via_stacks_base.cpp.
References _, m_addButton, m_editButton, m_grid, m_removeButton, and name.
Referenced by PANEL_SETUP_VIA_STACKS::PANEL_SETUP_VIA_STACKS().
| PANEL_SETUP_VIA_STACKS_BASE::~PANEL_SETUP_VIA_STACKS_BASE | ( | ) |
Definition at line 66 of file panel_setup_via_stacks_base.cpp.
|
protected |
Definition at line 39 of file panel_setup_via_stacks_base.h.
Referenced by PANEL_SETUP_VIA_STACKS::PANEL_SETUP_VIA_STACKS(), and PANEL_SETUP_VIA_STACKS_BASE().
|
protected |
Definition at line 40 of file panel_setup_via_stacks_base.h.
Referenced by PANEL_SETUP_VIA_STACKS::PANEL_SETUP_VIA_STACKS(), and PANEL_SETUP_VIA_STACKS_BASE().
|
protected |
Definition at line 38 of file panel_setup_via_stacks_base.h.
Referenced by PANEL_SETUP_VIA_STACKS::onCellChanged(), PANEL_SETUP_VIA_STACKS::onEdit(), PANEL_SETUP_VIA_STACKS::onRemove(), PANEL_SETUP_VIA_STACKS::PANEL_SETUP_VIA_STACKS(), PANEL_SETUP_VIA_STACKS_BASE(), PANEL_SETUP_VIA_STACKS::rebuildGrid(), and PANEL_SETUP_VIA_STACKS::TransferDataFromWindow().
|
protected |
Definition at line 41 of file panel_setup_via_stacks_base.h.
Referenced by PANEL_SETUP_VIA_STACKS::PANEL_SETUP_VIA_STACKS(), and PANEL_SETUP_VIA_STACKS_BASE().