KiCad PCB EDA Suite
Loading...
Searching...
No Matches
REGEX_VALIDATOR Member List

This is the complete list of members for REGEX_VALIDATOR, including all inherited members.

Clone() const overrideREGEX_VALIDATORinlinevirtual
compileRegEx(const wxString &aRegEx, int aFlags)REGEX_VALIDATORprotected
GetRegEx() constREGEX_VALIDATORinline
m_regExREGEX_VALIDATORprotected
m_regExFlagsREGEX_VALIDATORprotected
m_regExStringREGEX_VALIDATORprotected
REGEX_VALIDATOR(const wxString &aRegEx, wxString *aValue=nullptr)REGEX_VALIDATORinline
REGEX_VALIDATOR(const wxString &aRegEx, int aFlags, wxString *aValue=nullptr)REGEX_VALIDATORinline
REGEX_VALIDATOR(const REGEX_VALIDATOR &aOther)REGEX_VALIDATORinline
Validate(wxWindow *aParent) overrideREGEX_VALIDATOR