|
KiCad PCB EDA Suite
|
#include <drc_re_validator_combo_ctrl.h>
Public Types | |
| enum class | VALIDATION_STATE { InValidCtrl , Valid , NothingSelected } |
Public Member Functions | |
| VALIDATOR_COMBO_CTRL () | |
| virtual wxObject * | Clone () const override |
| virtual bool | Validate (wxWindow *aParent) override |
| VALIDATION_STATE | GetValidationState () const |
Private Attributes | |
| VALIDATION_STATE | m_validationState |
Definition at line 35 of file drc_re_validator_combo_ctrl.h.
|
strong |
| Enumerator | |
|---|---|
| InValidCtrl | |
| Valid | |
| NothingSelected | |
Definition at line 38 of file drc_re_validator_combo_ctrl.h.
| VALIDATOR_COMBO_CTRL::VALIDATOR_COMBO_CTRL | ( | ) |
Definition at line 27 of file drc_re_validator_combo_ctrl.cpp.
References m_validationState, and Valid.
Referenced by Clone().
|
overridevirtual |
Definition at line 32 of file drc_re_validator_combo_ctrl.cpp.
References VALIDATOR_COMBO_CTRL().
| VALIDATOR_COMBO_CTRL::VALIDATION_STATE VALIDATOR_COMBO_CTRL::GetValidationState | ( | ) | const |
Definition at line 59 of file drc_re_validator_combo_ctrl.cpp.
References m_validationState.
Referenced by DRC_RULE_EDITOR_UTILS::ValidateComboCtrl().
|
overridevirtual |
Definition at line 38 of file drc_re_validator_combo_ctrl.cpp.
References InValidCtrl, m_validationState, NothingSelected, and Valid.
|
private |
Definition at line 54 of file drc_re_validator_combo_ctrl.h.
Referenced by GetValidationState(), Validate(), and VALIDATOR_COMBO_CTRL().