KiCad PCB EDA Suite
|
This class provides a custom wxValidator object for limiting the allowable characters when defining file names with path, for instance in schematic sheet file names. More...
#include <validators.h>
Public Member Functions | |
FILE_NAME_WITH_PATH_CHAR_VALIDATOR (wxString *aValue=nullptr) | |
This class provides a custom wxValidator object for limiting the allowable characters when defining file names with path, for instance in schematic sheet file names.
The characters *?|"<> are illegal and filtered by the validator, but /\: are valid (\ and : only on Windows.)
Definition at line 72 of file validators.h.
FILE_NAME_WITH_PATH_CHAR_VALIDATOR::FILE_NAME_WITH_PATH_CHAR_VALIDATOR | ( | wxString * | aValue = nullptr | ) |
Definition at line 56 of file validators.cpp.