![]() |
VR-Forces Developer's Guide
|
Given the current item, check all the associated items for their integer values, and, if this item plus the others would be greater than or less than the bottom do not allow validation.

Public Member Functions | |
| DtDoubleSumValidator (QObject *p) | |
| virtual | ~DtDoubleSumValidator () override |
| virtual QValidator::State | validate (QString &input, int &i) const override |
| virtual void | addLineEdit (QLineEdit *) |
| virtual void | removeLineEdit (QLineEdit *) |
Public Member Functions inherited from makVrf::DtDoubleValidator | |
| DtDoubleValidator (QObject *p) | |
| virtual | ~DtDoubleValidator () override |
Protected Attributes | |
| std::set< QLineEdit * > | myToCheck |
|
inline |
|
overridevirtual |
|
overridevirtual |
Reimplemented from makVrf::DtDoubleValidator.
|
virtual |
|
virtual |
|
protected |