KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
FIELD_VALIDATOR Class Reference

A text control validator used for validating the text allowed in fields. More...

#include <validators.h>

Inheritance diagram for FIELD_VALIDATOR:

Public Member Functions

 FIELD_VALIDATOR (FIELD_T aFieldId, wxString *aValue=nullptr)
 
 FIELD_VALIDATOR (const FIELD_VALIDATOR &aValidator)
 
virtual wxObject * Clone () const override
 
virtual bool Validate (wxWindow *aParent) override
 Override the default Validate() function provided by wxTextValidator to provide better error messages.
 
bool DoValidate (const wxString &aValue, wxWindow *aParent)
 

Private Attributes

FIELD_T m_fieldId
 

Detailed Description

A text control validator used for validating the text allowed in fields.

  • The reference field does not accept spaces.
  • The value field does not accept spaces in the symbol library editor because in symbol libraries, the value field is the symbol name in the library.

Definition at line 141 of file validators.h.

Constructor & Destructor Documentation

◆ FIELD_VALIDATOR() [1/2]

FIELD_VALIDATOR::FIELD_VALIDATOR ( FIELD_T  aFieldId,
wxString *  aValue = nullptr 
)

Definition at line 236 of file validators.cpp.

References m_fieldId.

◆ FIELD_VALIDATOR() [2/2]

FIELD_VALIDATOR::FIELD_VALIDATOR ( const FIELD_VALIDATOR aValidator)

Definition at line 268 of file validators.cpp.

Member Function Documentation

◆ Clone()

virtual wxObject * FIELD_VALIDATOR::Clone ( ) const
inlineoverridevirtual

Definition at line 148 of file validators.h.

◆ DoValidate()

bool FIELD_VALIDATOR::DoValidate ( const wxString &  aValue,
wxWindow *  aParent 
)

Definition at line 292 of file validators.cpp.

References _, UTIL::GetRefDesPrefix(), and m_fieldId.

Referenced by SCH_SYMBOL::SetRefProp(), and Validate().

◆ Validate()

bool FIELD_VALIDATOR::Validate ( wxWindow *  aParent)
overridevirtual

Override the default Validate() function provided by wxTextValidator to provide better error messages.

Parameters
aParentis the parent window of the error message dialog.
Returns
true if the text in the control is valid otherwise false.

Definition at line 275 of file validators.cpp.

References DoValidate(), and text.

Member Data Documentation

◆ m_fieldId

FIELD_T FIELD_VALIDATOR::m_fieldId
private

Definition at line 162 of file validators.h.

Referenced by DoValidate(), and FIELD_VALIDATOR().


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