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

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>

Inheritance diagram for FILE_NAME_WITH_PATH_CHAR_VALIDATOR:

Public Member Functions

 FILE_NAME_WITH_PATH_CHAR_VALIDATOR (wxString *aValue=nullptr)
 

Detailed Description

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 89 of file validators.h.

Constructor & Destructor Documentation

◆ FILE_NAME_WITH_PATH_CHAR_VALIDATOR()

FILE_NAME_WITH_PATH_CHAR_VALIDATOR::FILE_NAME_WITH_PATH_CHAR_VALIDATOR ( wxString *  aValue = nullptr)

Definition at line 83 of file validators.cpp.


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