|
KiCad PCB EDA Suite
|
#include <drc_re_constraint_panel_params.h>
Public Member Functions | |
| DRC_RE_BOOL_INPUT_CONSTRAINT_PANEL_PARAMS () | |
| DRC_RE_BOOL_INPUT_CONSTRAINT_PANEL_PARAMS (const wxString &aConstraintTitle, const std::shared_ptr< DRC_RE_BOOL_INPUT_CONSTRAINT_DATA > &aConstraintData, const DRC_RULE_EDITOR_CONSTRAINT_NAME &aConstraintType) | |
| DRC_RE_BOOL_INPUT_CONSTRAINT_PANEL_PARAMS (const wxString &aConstraintTitle, const std::shared_ptr< DRC_RE_BOOL_INPUT_CONSTRAINT_DATA > &aConstraintData, const DRC_RULE_EDITOR_CONSTRAINT_NAME &aConstraintType, const wxString &aCustomLabelText) | |
Public Attributes | |
| wxString | m_customLabelText |
| std::shared_ptr< DRC_RE_BOOL_INPUT_CONSTRAINT_DATA > | m_constraintData |
| wxString | m_constraintTitle |
| DRC_RULE_EDITOR_CONSTRAINT_NAME | m_constraintType |
Definition at line 85 of file drc_re_constraint_panel_params.h.
|
inline |
Definition at line 88 of file drc_re_constraint_panel_params.h.
References DRC_RE_CONSTRAINT_PANEL_PARAMS::DRC_RE_CONSTRAINT_PANEL_PARAMS().
Referenced by DRC_RE_BOOL_INPUT_CONSTRAINT_PANEL_PARAMS().
|
inline |
Definition at line 90 of file drc_re_constraint_panel_params.h.
References DRC_RE_CONSTRAINT_PANEL_PARAMS::DRC_RE_CONSTRAINT_PANEL_PARAMS(), and m_constraintData.
|
inline |
Definition at line 98 of file drc_re_constraint_panel_params.h.
References DRC_RE_BOOL_INPUT_CONSTRAINT_PANEL_PARAMS(), and m_customLabelText.
| std::shared_ptr<DRC_RE_BOOL_INPUT_CONSTRAINT_DATA> DRC_RE_BOOL_INPUT_CONSTRAINT_PANEL_PARAMS::m_constraintData |
Definition at line 109 of file drc_re_constraint_panel_params.h.
Referenced by DRC_RE_BOOL_INPUT_CONSTRAINT_PANEL_PARAMS().
|
inherited |
Definition at line 46 of file drc_re_constraint_panel_params.h.
Referenced by DRC_RE_BOOL_INPUT_PANEL::DRC_RE_BOOL_INPUT_PANEL(), DRC_RE_CONSTRAINT_PANEL_PARAMS(), and DRC_RE_NUMERIC_INPUT_PANEL::DRC_RE_NUMERIC_INPUT_PANEL().
|
inherited |
Definition at line 47 of file drc_re_constraint_panel_params.h.
Referenced by DRC_RE_BOOL_INPUT_PANEL::DRC_RE_BOOL_INPUT_PANEL(), DRC_RE_CONSTRAINT_PANEL_PARAMS(), and DRC_RE_NUMERIC_INPUT_PANEL::DRC_RE_NUMERIC_INPUT_PANEL().
| wxString DRC_RE_BOOL_INPUT_CONSTRAINT_PANEL_PARAMS::m_customLabelText |
Definition at line 108 of file drc_re_constraint_panel_params.h.
Referenced by DRC_RE_BOOL_INPUT_CONSTRAINT_PANEL_PARAMS(), and DRC_RE_BOOL_INPUT_PANEL::DRC_RE_BOOL_INPUT_PANEL().