KiCad PCB EDA Suite
|
Class PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE. More...
#include <panel_rule_area_properties_keepout_base.h>
Public Member Functions | |
PANEL_RULE_AREA_PROPERTIES_KEEPOUT_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_RULE_AREA_PROPERTIES_KEEPOUT_BASE () | |
Public Attributes | |
wxCheckBox * | m_cbTracksCtrl |
wxCheckBox * | m_cbViasCtrl |
wxCheckBox * | m_cbPadsCtrl |
wxCheckBox * | m_cbCopperPourCtrl |
wxCheckBox * | m_cbFootprintsCtrl |
Protected Attributes | |
wxFlexGridSizer * | m_keepoutRuleSizer |
Class PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE.
Definition at line 27 of file panel_rule_area_properties_keepout_base.h.
PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE::PANEL_RULE_AREA_PROPERTIES_KEEPOUT_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_rule_area_properties_keepout_base.cpp.
References _, m_cbCopperPourCtrl, m_cbFootprintsCtrl, m_cbPadsCtrl, m_cbTracksCtrl, m_cbViasCtrl, and m_keepoutRuleSizer.
PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE::~PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE | ( | ) |
Definition at line 49 of file panel_rule_area_properties_keepout_base.cpp.
wxCheckBox* PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE::m_cbCopperPourCtrl |
Definition at line 38 of file panel_rule_area_properties_keepout_base.h.
Referenced by PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE(), DIALOG_RULE_AREA_PROPERTIES::TransferDataFromWindow(), and DIALOG_RULE_AREA_PROPERTIES::TransferDataToWindow().
wxCheckBox* PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE::m_cbFootprintsCtrl |
Definition at line 39 of file panel_rule_area_properties_keepout_base.h.
Referenced by PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE(), DIALOG_RULE_AREA_PROPERTIES::TransferDataFromWindow(), and DIALOG_RULE_AREA_PROPERTIES::TransferDataToWindow().
wxCheckBox* PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE::m_cbPadsCtrl |
Definition at line 37 of file panel_rule_area_properties_keepout_base.h.
Referenced by PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE(), DIALOG_RULE_AREA_PROPERTIES::TransferDataFromWindow(), and DIALOG_RULE_AREA_PROPERTIES::TransferDataToWindow().
wxCheckBox* PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE::m_cbTracksCtrl |
Definition at line 35 of file panel_rule_area_properties_keepout_base.h.
Referenced by PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE(), DIALOG_RULE_AREA_PROPERTIES::TransferDataFromWindow(), and DIALOG_RULE_AREA_PROPERTIES::TransferDataToWindow().
wxCheckBox* PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE::m_cbViasCtrl |
Definition at line 36 of file panel_rule_area_properties_keepout_base.h.
Referenced by PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE(), DIALOG_RULE_AREA_PROPERTIES::TransferDataFromWindow(), and DIALOG_RULE_AREA_PROPERTIES::TransferDataToWindow().
|
protected |
Definition at line 32 of file panel_rule_area_properties_keepout_base.h.
Referenced by PANEL_RULE_AREA_PROPERTIES_KEEPOUT_BASE().