|
KiCad PCB EDA Suite
|
Class PANEL_CONSTRAINTS_BASE. More...
#include <panel_constraints_base.h>
Public Member Functions | |
| PANEL_CONSTRAINTS_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
| ~PANEL_CONSTRAINTS_BASE () | |
Protected Member Functions | |
| virtual void | onRowActivated (wxListEvent &event) |
| virtual void | onRefresh (wxCommandEvent &event) |
| virtual void | onDelete (wxCommandEvent &event) |
Protected Attributes | |
| wxListCtrl * | m_list |
| wxButton * | m_refreshButton |
| wxButton * | m_deleteButton |
Class PANEL_CONSTRAINTS_BASE.
Definition at line 31 of file panel_constraints_base.h.
| PANEL_CONSTRAINTS_BASE::PANEL_CONSTRAINTS_BASE | ( | wxWindow * | parent, |
| wxWindowID | id = wxID_ANY, | ||
| const wxPoint & | pos = wxDefaultPosition, | ||
| const wxSize & | size = wxSize( -1,-1 ), | ||
| long | style = wxTAB_TRAVERSAL, | ||
| const wxString & | name = wxEmptyString ) |
Definition at line 12 of file panel_constraints_base.cpp.
References _, m_deleteButton, m_list, m_refreshButton, name, onDelete(), onRefresh(), and onRowActivated().
Referenced by PANEL_CONSTRAINTS::PANEL_CONSTRAINTS().
| PANEL_CONSTRAINTS_BASE::~PANEL_CONSTRAINTS_BASE | ( | ) |
Definition at line 43 of file panel_constraints_base.cpp.
References m_deleteButton, m_list, m_refreshButton, onDelete(), onRefresh(), and onRowActivated().
|
inlineprotectedvirtual |
Reimplemented in PANEL_CONSTRAINTS.
Definition at line 43 of file panel_constraints_base.h.
Referenced by PANEL_CONSTRAINTS_BASE(), and ~PANEL_CONSTRAINTS_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_CONSTRAINTS.
Definition at line 42 of file panel_constraints_base.h.
Referenced by PANEL_CONSTRAINTS_BASE(), and ~PANEL_CONSTRAINTS_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_CONSTRAINTS.
Definition at line 41 of file panel_constraints_base.h.
Referenced by PANEL_CONSTRAINTS_BASE(), and ~PANEL_CONSTRAINTS_BASE().
|
protected |
Definition at line 38 of file panel_constraints_base.h.
Referenced by PANEL_CONSTRAINTS_BASE(), and ~PANEL_CONSTRAINTS_BASE().
|
protected |
Definition at line 36 of file panel_constraints_base.h.
Referenced by PANEL_CONSTRAINTS::columnAt(), PANEL_CONSTRAINTS::onDelete(), PANEL_CONSTRAINTS::onLeftDown(), PANEL_CONSTRAINTS::PANEL_CONSTRAINTS(), PANEL_CONSTRAINTS_BASE(), PANEL_CONSTRAINTS::RefreshList(), PANEL_CONSTRAINTS::SelectConstraint(), and ~PANEL_CONSTRAINTS_BASE().
|
protected |
Definition at line 37 of file panel_constraints_base.h.
Referenced by PANEL_CONSTRAINTS_BASE(), and ~PANEL_CONSTRAINTS_BASE().