KiCad PCB EDA Suite
|
#include <property_validators.h>
Public Member Functions | |
VALIDATION_ERROR_TOO_LARGE (T aActual, T aMaximum, EDA_DATA_TYPE aType=EDA_DATA_TYPE::DISTANCE) | |
wxString | Format (UNITS_PROVIDER *aUnits) const override |
Public Attributes | |
T | Actual |
T | Maximum |
EDA_DATA_TYPE | DataType |
Definition at line 34 of file property_validators.h.
|
inline |
Definition at line 41 of file property_validators.h.
|
inlineoverridevirtual |
Implements VALIDATION_ERROR.
Definition at line 48 of file property_validators.h.
References VALIDATION_ERROR_TOO_LARGE< T >::DataType, VALIDATION_ERROR_TOO_LARGE< T >::Maximum, and UNITS_PROVIDER::StringFromValue().
T VALIDATION_ERROR_TOO_LARGE< T >::Actual |
Definition at line 37 of file property_validators.h.
EDA_DATA_TYPE VALIDATION_ERROR_TOO_LARGE< T >::DataType |
Definition at line 39 of file property_validators.h.
Referenced by VALIDATION_ERROR_TOO_LARGE< T >::Format().
T VALIDATION_ERROR_TOO_LARGE< T >::Maximum |
Definition at line 38 of file property_validators.h.
Referenced by VALIDATION_ERROR_TOO_LARGE< T >::Format().