KiCad PCB EDA Suite
|
This class provides a custom wxValidator object for limiting the allowable characters when defining footprint names. More...
#include <validators.h>
Public Member Functions | |
FOOTPRINT_NAME_VALIDATOR (wxString *aValue=nullptr) | |
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.
FOOTPRINT_NAME_VALIDATOR::FOOTPRINT_NAME_VALIDATOR | ( | wxString * | aValue = nullptr | ) |
Definition at line 45 of file validators.cpp.