KiCad PCB EDA Suite
Loading...
Searching...
No Matches
FOOTPRINT_NAME_VALIDATOR Class Reference

This class provides a custom wxValidator object for limiting the allowable characters when defining footprint names. More...

#include <validators.h>

Inheritance diagram for FOOTPRINT_NAME_VALIDATOR:

Public Member Functions

 FOOTPRINT_NAME_VALIDATOR (wxString *aValue=nullptr)
 

Detailed Description

This class provides a custom wxValidator object for limiting the allowable characters when defining footprint names.

Since the introduction of the PRETTY footprint library format, footprint names cannot have any characters that would prevent file creation on any platform. The characters \/:*?|"<> are illegal and filtered by the validator.

Definition at line 59 of file validators.h.

Constructor & Destructor Documentation

◆ FOOTPRINT_NAME_VALIDATOR()

FOOTPRINT_NAME_VALIDATOR::FOOTPRINT_NAME_VALIDATOR ( wxString *  aValue = nullptr)

Definition at line 43 of file validators.cpp.


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