Rogue Wave Views Studio Package API Reference Guide |
Rogue Wave Views Documentation Home |
Inspector class. More...
#include <ivstudio/inspectors/inspvali.h>
Public Member Functions | |
IlvStIValidator (const char *name=0, IlBoolean validateOnApp=IlTrue) | |
Initializes a new instance of IlvStIValidator . More... | |
virtual IlvStIError * | check (const IlvStIProperty *prop) const =0 |
Returns an error if the value of the property is not valid. More... | |
IlBoolean | getValidateOnApply () const |
Returns the validation mode status. More... | |
void | lock () |
Locks the validator once. More... | |
void | setValidateOnApply (IlBoolean validate) |
Sets the validation mode. More... | |
void | unLock () |
Unlocks the validator once. More... | |
Public Member Functions inherited from IlvStNamedObject | |
const char * | getName () const |
Returns the name of the object. More... | |
virtual void | setName (const char *name) |
Sets the name of the object. More... | |
Inspector class.
Library: ivstudio
This class is used by the accessors to test whether the values entered by the user are valid.
IlvStIPropertyAccessor
. Initializes a new instance of IlvStIValidator
.
name | The validator name. |
validateOnApp | If IlTrue , the test must be run when the user clicks on Apply. Otherwise, it must be run immediately after the changes have been made. This parameter is not directly used by the validator, but by the accessor that holds it. |
|
pure virtual |
Returns an error if the value of the property is not valid.
prop | The property. |
Implemented in IlvStIRangeValidator.
IlBoolean IlvStIValidator::getValidateOnApply | ( | ) | const |
Returns the validation mode status.
IlTrue
if the test must be run when the user clicks on Apply. void IlvStIValidator::lock | ( | ) |
Locks the validator once.
Call this method if you want this object to be shared among different objects.
void IlvStIValidator::setValidateOnApply | ( | IlBoolean | validate | ) |
Sets the validation mode.
validate | If IlTrue , the test must be run when the user clicks on Apply. |
void IlvStIValidator::unLock | ( | ) |
Unlocks the validator once.
The accessor is destroyed when it is no longer locked.
© Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.