| 
    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 | 
      
  | 
  inlineoverridevirtual | 
Implements VALIDATION_ERROR.
Definition at line 48 of file property_validators.h.
References DataType, Maximum, UNITS_PROVIDER::StringFromValue(), and UNITLESS.
| T VALIDATION_ERROR_TOO_LARGE< T >::Actual | 
Definition at line 37 of file property_validators.h.
Referenced by VALIDATION_ERROR_TOO_LARGE().
| EDA_DATA_TYPE VALIDATION_ERROR_TOO_LARGE< T >::DataType | 
Definition at line 39 of file property_validators.h.
Referenced by Format(), and VALIDATION_ERROR_TOO_LARGE().
| T VALIDATION_ERROR_TOO_LARGE< T >::Maximum | 
Definition at line 38 of file property_validators.h.
Referenced by Format(), and VALIDATION_ERROR_TOO_LARGE().