Contents Up Previous Next

wxPropertyValidator

The wxPropertyValidator abstract class is the base class for deriving validators for properties.

See also

wxPropertyValidator overview

Members

wxPropertyValidator::wxPropertyValidator
wxPropertyValidator::~wxPropertyValidator
wxPropertyValidator::GetFlags
wxPropertyValidator::GetValidatorProperty
wxPropertyValidator::SetValidatorProperty


wxPropertyValidator::wxPropertyValidator

void wxPropertyValidator(long flags = 0)

Constructor.


wxPropertyValidator::~wxPropertyValidator

void ~wxPropertyValidator()

Destructor.


wxPropertyValidator::GetFlags

long GetFlags()

Returns the flags for the validator.


wxPropertyValidator::GetValidatorProperty

wxProperty * GetValidatorProperty()

Gets the property for the validator.


wxPropertyValidator::SetValidatorProperty

void SetValidatorProperty(wxProperty *property)

Sets the property for the validator.