| 
    KiCad PCB EDA Suite
    
   | 
 
A validator for use when you just need to return an error string rather than also packaging some other data (for example, a limit number) More...
#include <property_validators.h>
  
Public Member Functions | |
| VALIDATION_ERROR_MSG (const wxString &aMessage) | |
| wxString | Format (UNITS_PROVIDER *aUnits) const override | 
Public Attributes | |
| wxString | Message | 
A validator for use when you just need to return an error string rather than also packaging some other data (for example, a limit number)
Definition at line 85 of file property_validators.h.
      
  | 
  inline | 
Definition at line 90 of file property_validators.h.
References Message.
      
  | 
  inlineoverridevirtual | 
Implements VALIDATION_ERROR.
Definition at line 92 of file property_validators.h.
References Message.
| wxString VALIDATION_ERROR_MSG::Message | 
Definition at line 88 of file property_validators.h.
Referenced by Format(), and VALIDATION_ERROR_MSG().