Rogue Wave Views Studio Package API Reference Guide |
Rogue Wave Views Documentation Home |
Inspector class. More...
#include <ivstudio/inspectors/inspvali.h>
Public Member Functions | |
IlvStIRangeValidator (IlInt minVal=0, IlInt maxVal=0, const char *msg=0, IlBoolean validateOnApp=IlTrue) | |
Initializes a new instance of IlvStIRangeValidator . More... | |
IlvStIRangeValidator (IlUInt minVal, IlUInt maxVal, const char *msg=0, IlBoolean validateOnApp=IlTrue) | |
Initializes a new instance of IlvStIRangeValidator . More... | |
IlvStIRangeValidator (IlFloat minVal, IlFloat maxVal, const char *msg=0, IlBoolean validateOnApp=IlTrue) | |
Initializes an instance of IlvStIRangeValidator . More... | |
IlvStIRangeValidator (IlDouble minVal, IlDouble maxVal, const char *msg=0, IlBoolean validateOnApp=IlTrue) | |
Initializes a new instance of IlvStIRangeValidator . More... | |
IlvStIRangeValidator (const tm *minVal, const tm *maxVal, const char *msg=0, IlBoolean validateOnApp=IlTrue) | |
Initializes a new instance of IlvStIRangeValidator . More... | |
virtual IlvStIError * | check (const IlvStIProperty *) const |
Returns an error if the value of the property is not valid. More... | |
Public Member Functions inherited from IlvStIValidator | |
IlvStIValidator (const char *name=0, IlBoolean validateOnApp=IlTrue) | |
Initializes a new instance of IlvStIValidator . 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 defines a validator that tests whether a value is contained between two given values.
IlvStIPropertyAccessor
. IlvStIRangeValidator::IlvStIRangeValidator | ( | IlInt | minVal = 0 , |
IlInt | maxVal = 0 , |
||
const char * | msg = 0 , |
||
IlBoolean | validateOnApp = IlTrue |
||
) |
Initializes a new instance of IlvStIRangeValidator
.
minVal | The minimum value of the range. |
maxVal | The maximum value of the range. |
msg | The error message that is returned when the tested value is out of the specified limits. This error message can contain one or more %1 , %2 , and %3 substrings, which are replaced by the minimum value, the maximum value, and the tested value, respectively. |
validateOnApp | If IlTrue , the test must be run when the user clicks on Apply. Otherwise, it should 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. |
IlvStIRangeValidator::IlvStIRangeValidator | ( | IlUInt | minVal, |
IlUInt | maxVal, | ||
const char * | msg = 0 , |
||
IlBoolean | validateOnApp = IlTrue |
||
) |
Initializes a new instance of IlvStIRangeValidator
.
minVal | The minimum value of the range. |
maxVal | The maximum value of the range. |
msg | The error message that is returned when the tested value is out of the specified limits. This error message can contain one or more %1 , %2 , and %3 substrings, which are replaced by the minimum value, the maximum value, and the tested value, respectively. |
validateOnApp | If IlTrue , the test must be run when the user clicks on Apply. Otherwise, it should 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. |
IlvStIRangeValidator::IlvStIRangeValidator | ( | IlFloat | minVal, |
IlFloat | maxVal, | ||
const char * | msg = 0 , |
||
IlBoolean | validateOnApp = IlTrue |
||
) |
Initializes an instance of IlvStIRangeValidator
.
minVal | The minimum value of the range. |
maxVal | The maximum value of the range. |
msg | The error message that is returned when the tested value is out of the specified limits. This error message can contain one or more %1 , %2 , and %3 substrings, which are replaced by the minimum value, the maximum value, and the tested value, respectively. |
validateOnApp | If IlTrue , the test must be run when the user clicks on Apply. Otherwise, it should 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. |
IlvStIRangeValidator::IlvStIRangeValidator | ( | IlDouble | minVal, |
IlDouble | maxVal, | ||
const char * | msg = 0 , |
||
IlBoolean | validateOnApp = IlTrue |
||
) |
Initializes a new instance of IlvStIRangeValidator
.
minVal | The minimum value of the range. |
maxVal | The maximum value of the range. |
msg | The error message that is returned when the tested value is out of the specified limits. This error message can contain one or more %1 , %2 , and %3 substrings, which are replaced by the minimum value, the maximum value, and the tested value, respectively. |
validateOnApp | If IlTrue , the test must be run when the user clicks on Apply. Otherwise, it should 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. |
IlvStIRangeValidator::IlvStIRangeValidator | ( | const tm * | minVal, |
const tm * | maxVal, | ||
const char * | msg = 0 , |
||
IlBoolean | validateOnApp = IlTrue |
||
) |
Initializes a new instance of IlvStIRangeValidator
.
minVal | The minimum value of the range. |
maxVal | The maximum value of the range. |
msg | The error message that is returned when the tested value is out of the specified limits. This error message can contain one or more %1 , %2 , and %3 substrings, which are replaced by the minimum value, the maximum value, and the tested value, respectively. |
validateOnApp | If IlTrue , the test must be run when the user clicks on Apply. Otherwise, it should 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. |
|
virtual |
Returns an error if the value of the property is not valid.
prop | The property. |
Implements IlvStIValidator.
© 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.