10 #include <QtGui/QValidator>
11 #include <QtCore/QRegExp>
20 class DtCoordinateDisplay;
31 virtual QValidator::State validate(QString & input,
int & i)
const;
42 virtual QValidator::State validate(QString & input,
int & i)
const;
58 virtual QValidator::State validate(QString & input,
int & i)
const;
72 virtual void setRegExpr(
const std::string&);
76 virtual QValidator::State validate(QString & input,
int & i)
const;
91 virtual QValidator::State validate(QString& input,
int& pos)
const;
93 virtual void setAllowWildcards(
bool);
96 return myAllowWildcards;
makVrv::DtCoordinateDisplay * myCoordinateDisplay
Definition: vrfQtValidators.h:81
std::set< QLineEdit * > myToCheck
Definition: vrfQtValidators.h:63
Abstract interface class for all coordinate system displays.
Definition: DtCoordinateDisplay.h:24
makVrv::DtDe & myDe
Definition: vrfQtValidators.h:79
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.
Definition: vrfQtValidators.h:36
DtDoubleSumValidator(QObject *p)
Definition: vrfQtValidators.h:55
Definition: vrfQtValidators.h:25
QLineEdit * myLineEdit
Definition: vrfQtValidators.h:82
!!!!!!!! DtEntityTypeValidator
Definition: vrfQtValidators.h:86
#define DT_DLL_VRFGUICOMMONQT
Definition: vrfGuiCommonQt.h:22
QRegExp myRegExpr
Definition: vrfQtValidators.h:80
bool myAllowWildcards
Definition: vrfQtValidators.h:100
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.
Definition: vrfQtValidators.h:52
DtIntSumValidator(QObject *p)
Definition: vrfQtValidators.h:39
std::set< QLineEdit * > myToCheck
Definition: vrfQtValidators.h:47
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
bool allowWildcards() const
Definition: vrfQtValidators.h:94
Definition: vrfQtValidators.h:66
DtDoubleValidator(QObject *p)
Definition: vrfQtValidators.h:28