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 |
Definition at line 65 of file property_validators.h.
|
inlineoverridevirtual |
Implements VALIDATION_ERROR.
Definition at line 72 of file property_validators.h.
References VALIDATION_ERROR_TOO_SMALL< T >::DataType, VALIDATION_ERROR_TOO_SMALL< T >::Minimum, and UNITS_PROVIDER::StringFromValue().
T VALIDATION_ERROR_TOO_SMALL< T >::Actual |
Definition at line 61 of file property_validators.h.
EDA_DATA_TYPE VALIDATION_ERROR_TOO_SMALL< T >::DataType |
Definition at line 63 of file property_validators.h.
Referenced by VALIDATION_ERROR_TOO_SMALL< T >::Format().
T VALIDATION_ERROR_TOO_SMALL< T >::Minimum |
Definition at line 62 of file property_validators.h.
Referenced by VALIDATION_ERROR_TOO_SMALL< T >::Format().