daiValidator.h
Members |
Description |
kError = 0x0001 |
Validations with some error. |
kUnknown = 0x0002 |
Validations with unknown result. |
kUnset = 0x0004 |
Validations with unset result. |
kOk = 0x0008 |
Validations without any troubles. |
kNotOk = kError|kUnknown|kUnset |
Validations with any troubles. |
kAll = kError|kUnknown|kUnset|kOk |
All validation results. |
Defines which validation results will be show by notifier classes.
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.
|