1999-12-25 20:30:32 +00:00
|
|
|
\section{\class{wxPropertyValidator}}\label{wxpropertyvalidator}
|
|
|
|
|
|
|
|
The {\bf wxPropertyValidator} abstract class is the base class for deriving
|
|
|
|
validators for properties.
|
|
|
|
|
2000-03-15 00:21:49 +00:00
|
|
|
\wxheading{See also}
|
|
|
|
|
|
|
|
\helpref{wxPropertyValidator overview}{wxpropertyvalidatoroverview}
|
|
|
|
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
1999-12-25 20:30:32 +00:00
|
|
|
\membersection{wxPropertyValidator::wxPropertyValidator}
|
|
|
|
|
|
|
|
\func{void}{wxPropertyValidator}{\param{long}{ flags = 0}}
|
|
|
|
|
|
|
|
Constructor.
|
|
|
|
|
|
|
|
\membersection{wxPropertyValidator::\destruct{wxPropertyValidator}}
|
|
|
|
|
|
|
|
\func{void}{\destruct{wxPropertyValidator}}{\void}
|
|
|
|
|
|
|
|
Destructor.
|
|
|
|
|
|
|
|
\membersection{wxPropertyValidator::GetFlags}
|
|
|
|
|
|
|
|
\func{long}{GetFlags}{\void}
|
|
|
|
|
|
|
|
Returns the flags for the validator.
|
|
|
|
|
|
|
|
\membersection{wxPropertyValidator::GetValidatorProperty}
|
|
|
|
|
|
|
|
\func{wxProperty *}{GetValidatorProperty}{\void}
|
|
|
|
|
|
|
|
Gets the property for the validator.
|
|
|
|
|
|
|
|
\membersection{wxPropertyValidator::SetValidatorProperty}
|
|
|
|
|
|
|
|
\func{void}{SetValidatorProperty}{\param{wxProperty *}{property}}
|
|
|
|
|
|
|
|
Sets the property for the validator.
|
|
|
|
|