File: prop184.htm

package info (click to toggle)
wxwin2-doc 2.01-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 6,540 kB
  • ctags: 5,968
  • sloc: cpp: 15,157; makefile: 434; sh: 6
file content (43 lines) | stat: -rw-r--r-- 1,896 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<HTML>
<head><title>Validator classes</title></head>

<BODY BGCOLOR=#FFFFFF>
<A NAME="validatorclasses"></A><CENTER>
<A HREF="prop.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="prop182.htm#classesbycat"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="prop183.htm#topic104"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="prop185.htm#viewclasses"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>

<H2>Validator classes</H2>
<P>
Validators check that the values the user has entered for a property are
valid. They can also define specific ways of entering data, such as a
file selector for a filename, and they are responsible for transferring
values between the wxProperty and the physical display. <P>
Base classes:<P>
<UL>

<LI> <A HREF="prop18.htm#wxproperty">wxPropertyValidator</A>
<LI> <A HREF="prop80.htm#wxpropertylistvalidator">wxPropertyListValidator</A>
<LI> <A HREF="prop32.htm#wxpropertyformvalidator">wxPropertyFormValidator</A>
</UL>
<P>
List view validators:<P>
<UL>

<LI> <A HREF="prop8.htm#wxboollistvalidator">wxBoolListValidator</A>
<LI> <A HREF="prop14.htm#wxfilenamelistvalidator">wxFilenameListValidator</A>
<LI> <A HREF="prop12.htm#wxintegerlistvalidator">wxIntegerListValidator</A>
<LI> <A HREF="prop16.htm#wxlistofstringslistvalidator">wxListOfStringsListValidator</A>
<LI> <A HREF="prop178.htm#wxreallistvalidator">wxRealListValidator</A>
<LI> <A HREF="prop180.htm#wxstringlistvalidator">wxStringListValidator</A>
</UL>
<P>
Form view validators:<P>
<UL>

<LI> <A HREF="prop6.htm#wxboolformvalidator">wxBoolFormValidator</A>
<LI> <A HREF="prop10.htm#wxintegerformvalidator">wxIntegerFormValidator</A>
<LI> <A HREF="prop174.htm#wxrealformvalidator">wxRealFormValidator</A>
<LI> <A HREF="prop176.htm#wxstringformvalidator">wxStringFormValidator</A>
</UL>
<P>

</BODY></HTML>