KiCad PCB EDA Suite
|
A set of generic validators. More...
#include <property_validators.h>
Static Public Member Functions | |
template<int Min, int Max> | |
static VALIDATOR_RESULT | RangeIntValidator (const wxAny &&aValue, EDA_ITEM *aItem) |
static VALIDATOR_RESULT | PositiveIntValidator (const wxAny &&aValue, EDA_ITEM *aItem) |
static VALIDATOR_RESULT | PositiveRatioValidator (const wxAny &&aValue, EDA_ITEM *aItem) |
A set of generic validators.
Definition at line 102 of file property_validators.h.
|
inlinestatic |
Definition at line 121 of file property_validators.h.
Referenced by PAD_DESC::PAD_DESC(), and ZONE_DESC::ZONE_DESC().
|
inlinestatic |
Definition at line 133 of file property_validators.h.
Referenced by BOARD_CONNECTED_ITEM_DESC::BOARD_CONNECTED_ITEM_DESC(), and ZONE_DESC::ZONE_DESC().
|
inlinestatic |
Definition at line 107 of file property_validators.h.
Referenced by ZONE_DESC::ZONE_DESC().