KiCad PCB EDA Suite
|
Configures matching based on footprint library identifier. More...
#include <panel_assign_component_classes.h>
Public Member Functions | |
PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT (wxWindow *aParent, DIALOG_SHIM *aDlg) | |
void | OnDeleteConditionClick (wxCommandEvent &event) override |
void | OnShowLibraryClick (wxCommandEvent &event) override |
virtual COMPONENT_CLASS_ASSIGNMENT_DATA::CONDITION_TYPE | GetConditionType () const |
Gets the type of condition (e.g. Reference, Side) this data represents. | |
virtual wxString | GetPrimaryField () const |
Gets the primary data member for the condition (e.g. Reference, Side) | |
virtual void | SetPrimaryField (const wxString &aVal) |
Sets the primary data member for the condition (e.g. Reference, Side) | |
virtual wxString | GetSecondaryField () const |
Gets the primary data member for the condition (e.g. FOOTPRITNT field value) | |
virtual void | SetSecondaryField (const wxString &aVal) |
Sets the primary data member for the condition (e.g. | |
Protected Attributes | |
PANEL_COMPONENT_CLASS_ASSIGNMENT * | m_panelParent |
DIALOG_SHIM * | m_dlg |
wxStaticText * | m_title |
wxTextCtrl * | m_footprint |
STD_BITMAP_BUTTON * | m_buttonShowLibrary |
STD_BITMAP_BUTTON * | m_buttonDeleteMatch |
Private Attributes | |
COMPONENT_CLASS_ASSIGNMENT_DATA::CONDITION_TYPE | m_conditionType |
The type of condition being referenced. | |
wxTextEntry * | m_primaryCtrl |
The primary data field in the condition panel. | |
wxTextEntry * | m_secondaryCtrl |
The Secondary data field in the condition panel. | |
Configures matching based on footprint library identifier.
Definition at line 304 of file panel_assign_component_classes.h.
|
explicit |
Definition at line 644 of file panel_assign_component_classes.cpp.
References _, KiBitmapBundle(), PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE::m_buttonDeleteMatch, PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE::m_buttonShowLibrary, PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE::m_title, and STD_BITMAP_BUTTON::SetBitmap().
|
inlinevirtualinherited |
Gets the type of condition (e.g. Reference, Side) this data represents.
Definition at line 145 of file panel_assign_component_classes.h.
References CONDITION_DATA::m_conditionType.
|
virtualinherited |
Gets the primary data member for the condition (e.g. Reference, Side)
Definition at line 272 of file panel_assign_component_classes.cpp.
References COMPONENT_CLASS_ASSIGNMENT_DATA::CUSTOM, CONDITION_DATA::m_conditionType, and CONDITION_DATA::m_primaryCtrl.
|
virtualinherited |
Gets the primary data member for the condition (e.g. FOOTPRITNT field value)
Definition at line 294 of file panel_assign_component_classes.cpp.
References COMPONENT_CLASS_ASSIGNMENT_DATA::CUSTOM, CONDITION_DATA::m_conditionType, and CONDITION_DATA::m_secondaryCtrl.
|
overridevirtual |
Reimplemented from PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE.
Definition at line 657 of file panel_assign_component_classes.cpp.
References m_panelParent, and PANEL_COMPONENT_CLASS_ASSIGNMENT::RemoveCondition().
|
overridevirtual |
Reimplemented from PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE.
Definition at line 663 of file panel_assign_component_classes.cpp.
References FRAME_FOOTPRINT_CHOOSER, KIWAY_HOLDER::Kiway(), m_dlg, PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE::m_footprint, and KIWAY::Player().
|
virtualinherited |
Sets the primary data member for the condition (e.g. Reference, Side)
Definition at line 288 of file panel_assign_component_classes.cpp.
References CONDITION_DATA::m_primaryCtrl.
Referenced by PANEL_ASSIGN_COMPONENT_CLASSES::TransferDataToWindow().
|
virtualinherited |
Sets the primary data member for the condition (e.g.
FOOTPRITNT field value)
Definition at line 313 of file panel_assign_component_classes.cpp.
References CONDITION_DATA::m_secondaryCtrl.
Referenced by PANEL_ASSIGN_COMPONENT_CLASSES::TransferDataToWindow().
|
protectedinherited |
Definition at line 181 of file panel_assign_component_classes_base.h.
Referenced by PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT(), PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE::PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE(), and PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE::~PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE().
|
protectedinherited |
Definition at line 180 of file panel_assign_component_classes_base.h.
Referenced by PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT(), PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE::PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE(), and PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE::~PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE().
|
privateinherited |
The type of condition being referenced.
Definition at line 165 of file panel_assign_component_classes.h.
Referenced by CONDITION_DATA::GetConditionType(), CONDITION_DATA::GetPrimaryField(), and CONDITION_DATA::GetSecondaryField().
|
protected |
Definition at line 316 of file panel_assign_component_classes.h.
Referenced by OnShowLibraryClick().
|
protectedinherited |
Definition at line 179 of file panel_assign_component_classes_base.h.
Referenced by OnShowLibraryClick(), and PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE::PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE().
|
protected |
Definition at line 315 of file panel_assign_component_classes.h.
Referenced by OnDeleteConditionClick().
|
privateinherited |
The primary data field in the condition panel.
Definition at line 168 of file panel_assign_component_classes.h.
Referenced by CONDITION_DATA::GetPrimaryField(), and CONDITION_DATA::SetPrimaryField().
|
privateinherited |
The Secondary data field in the condition panel.
Definition at line 171 of file panel_assign_component_classes.h.
Referenced by CONDITION_DATA::GetSecondaryField(), and CONDITION_DATA::SetSecondaryField().
|
protectedinherited |
Definition at line 178 of file panel_assign_component_classes_base.h.
Referenced by PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT(), and PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE::PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT_BASE().