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


Public Member Functions | ||||
| DoubleRangeConstraint (double low, double high) | ||||
| QString | toString () const | |||
| ||||
| bool | accepts (QVariant qv) const | |||
| ||||
Definition at line 105 of file constraint.h.
| bool DoubleRangeConstraint::accepts | ( | QVariant | qv | ) | const [virtual] |
| value | the value to check the constraint against |
Reimplemented from Constraint.
Definition at line 4 of file constraint.cpp.
1.5.1