]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/propvald.tex
merged 2.2 branch
[wxWidgets.git] / docs / latex / wx / propvald.tex
1 \section{\class{wxPropertyValidator}}\label{wxpropertyvalidator}
2
3 The {\bf wxPropertyValidator} abstract class is the base class for deriving
4 validators for properties.
5
6 \wxheading{See also}
7
8 \helpref{wxPropertyValidator overview}{wxpropertyvalidatoroverview}
9
10 \latexignore{\rtfignore{\wxheading{Members}}}
11
12 \membersection{wxPropertyValidator::wxPropertyValidator}
13
14 \func{void}{wxPropertyValidator}{\param{long}{ flags = 0}}
15
16 Constructor.
17
18 \membersection{wxPropertyValidator::\destruct{wxPropertyValidator}}
19
20 \func{void}{\destruct{wxPropertyValidator}}{\void}
21
22 Destructor.
23
24 \membersection{wxPropertyValidator::GetFlags}
25
26 \func{long}{GetFlags}{\void}
27
28 Returns the flags for the validator.
29
30 \membersection{wxPropertyValidator::GetValidatorProperty}
31
32 \func{wxProperty *}{GetValidatorProperty}{\void}
33
34 Gets the property for the validator.
35
36 \membersection{wxPropertyValidator::SetValidatorProperty}
37
38 \func{void}{SetValidatorProperty}{\param{wxProperty *}{property}}
39
40 Sets the property for the validator.
41