#include <constraint.h>
Inheritance diagram for EnumConstraint:


Public Member Functions | ||||
| bool | accepts (QVariant val) const | |||
| ||||
| EnumConstraint (QStringList validValues) | ||||
Definition at line 94 of file constraint.h.
| bool EnumConstraint::accepts | ( | QVariant | val | ) | const [virtual] |
| value | the value to check the constraint against |
Reimplemented from RegexConstraint.
Definition at line 15 of file constraint.cpp.
References RegexConstraint::m_RegExp.
1.5.1