KiCad PCB EDA Suite
Loading...
Searching...
No Matches
VALIDATION_ERROR_TOO_LARGE< T > Class Template Reference

#include <property_validators.h>

Inheritance diagram for VALIDATION_ERROR_TOO_LARGE< T >:
VALIDATION_ERROR

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

Actual
 
Maximum
 
EDA_DATA_TYPE DataType
 

Detailed Description

template<typename T>
class VALIDATION_ERROR_TOO_LARGE< T >

Definition at line 34 of file property_validators.h.

Constructor & Destructor Documentation

◆ VALIDATION_ERROR_TOO_LARGE()

template<typename T >
VALIDATION_ERROR_TOO_LARGE< T >::VALIDATION_ERROR_TOO_LARGE ( aActual,
aMaximum,
EDA_DATA_TYPE  aType = EDA_DATA_TYPE::DISTANCE 
)
inline

Definition at line 41 of file property_validators.h.

Member Function Documentation

◆ Format()

template<typename T >
wxString VALIDATION_ERROR_TOO_LARGE< T >::Format ( UNITS_PROVIDER aUnits) const
inlineoverridevirtual

Member Data Documentation

◆ Actual

template<typename T >
T VALIDATION_ERROR_TOO_LARGE< T >::Actual

Definition at line 37 of file property_validators.h.

◆ DataType

template<typename T >
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().

◆ Maximum

template<typename T >
T VALIDATION_ERROR_TOO_LARGE< T >::Maximum

Definition at line 38 of file property_validators.h.

Referenced by VALIDATION_ERROR_TOO_LARGE< T >::Format().


The documentation for this class was generated from the following file: