|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::Validator Class Reference#include <Validator.h>
Inheritance diagram for acdk::wx::Validator:
List of all members.
Detailed Description
see wxValidator
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.10
- Date:
- Date
- 2005/02/05 10:45:35
Constructor & Destructor Documentation
acdk::wx::Validator::Validator |
( |
|
) |
[inline] |
|
Member Function Documentation
RValidator acdk::wx::Validator::defaultValidator |
( |
|
) |
[inline, static] |
|
RWindow acdk::wx::Validator::getWindow |
( |
|
) |
const [inline] |
|
bool acdk::wx::Validator::isSilent |
( |
|
) |
[inline, static] |
|
void acdk::wx::Validator::setBellOnError |
( |
bool |
doIt = true |
) |
[inline, static] |
|
void acdk::wx::Validator::setWindow |
( |
IN(RWindow) |
win |
) |
[inline] |
|
virtual bool acdk::wx::Validator::transferFromWindow |
( |
|
) |
[inline, virtual] |
|
virtual bool acdk::wx::Validator::transferToWindow |
( |
|
) |
[inline, virtual] |
|
virtual bool acdk::wx::Validator::validate |
( |
IN(RWindow) |
parent |
) |
[inline, virtual] |
|
|
|