KiCad PCB EDA Suite
|
#include <property_validators.h>
Public Member Functions | |
VALIDATION_ERROR_TOO_SMALL (T aActual, T aMinimum, EDA_DATA_TYPE aType=EDA_DATA_TYPE::DISTANCE) | |
wxString | Format (UNITS_PROVIDER *aUnits) const override |
Public Attributes | |
T | Actual |
T | Minimum |
EDA_DATA_TYPE | DataType |
Definition at line 58 of file property_validators.h.
|
inline |
|
inlineoverridevirtual |
Implements VALIDATION_ERROR.
Definition at line 72 of file property_validators.h.
References DataType, Minimum, UNITS_PROVIDER::StringFromValue(), and UNITLESS.
T VALIDATION_ERROR_TOO_SMALL< T >::Actual |
Definition at line 61 of file property_validators.h.
Referenced by VALIDATION_ERROR_TOO_SMALL().
EDA_DATA_TYPE VALIDATION_ERROR_TOO_SMALL< T >::DataType |
Definition at line 63 of file property_validators.h.
Referenced by Format(), and VALIDATION_ERROR_TOO_SMALL().
T VALIDATION_ERROR_TOO_SMALL< T >::Minimum |
Definition at line 62 of file property_validators.h.
Referenced by Format(), and VALIDATION_ERROR_TOO_SMALL().