KiCad PCB EDA Suite
|
Class PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE. More...
#include <panel_assign_component_classes_base.h>
Public Member Functions | |
PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxBORDER_SUNKEN|wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
~PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE () | |
Protected Member Functions | |
virtual void | OnShowLibraryClick (wxCommandEvent &event) |
virtual void | OnDeleteConditionClick (wxCommandEvent &event) |
Protected Attributes | |
wxStaticText * | m_title |
wxTextCtrl * | m_footprint |
STD_BITMAP_BUTTON * | m_buttonShowLibrary |
STD_BITMAP_BUTTON * | m_buttonDeleteMatch |
Class PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE.
Definition at line 173 of file panel_assign_component_classes_base.h.
PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE::PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize( -1,-1 ) , |
||
long | style = wxBORDER_SUNKEN|wxTAB_TRAVERSAL , |
||
const wxString & | name = wxEmptyString |
||
) |
Definition at line 284 of file panel_assign_component_classes_base.cpp.
References _, m_buttonDeleteMatch, m_buttonShowLibrary, m_footprint, m_title, OnDeleteConditionClick(), and OnShowLibraryClick().
PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE::~PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE | ( | ) |
Definition at line 325 of file panel_assign_component_classes_base.cpp.
References m_buttonDeleteMatch, m_buttonShowLibrary, OnDeleteConditionClick(), and OnShowLibraryClick().
|
inlineprotectedvirtual |
Reimplemented in PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT.
Definition at line 185 of file panel_assign_component_classes_base.h.
Referenced by PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE(), and ~PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT.
Definition at line 184 of file panel_assign_component_classes_base.h.
Referenced by PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE(), and ~PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE().
|
protected |
|
protected |
|
protected |
Definition at line 179 of file panel_assign_component_classes_base.h.
Referenced by PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT::OnShowLibraryClick(), and PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE().
|
protected |
Definition at line 178 of file panel_assign_component_classes_base.h.
Referenced by PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT::PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT(), and PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE().