10 #include <QtGui/QValidator>
11 #include <QtCore/QRegExp>
20 class DtCoordinateDisplay;
31 virtual QValidator::State validate(QString& input,
int& i)
const override;
42 virtual QValidator::State validate(QString& input,
int& i)
const override;
58 virtual QValidator::State validate(QString& input,
int& i)
const override;
72 virtual void setRegExpr(
const std::string&);
75 virtual void clearRegularExpression();
77 virtual QValidator::State validate(QString& input,
int& i)
const override;
92 virtual QValidator::State validate(QString& input,
int& pos)
const override;
94 virtual void setAllowWildcards(
bool);
97 return myAllowWildcards;
makVrv::DtCoordinateDisplay * myCoordinateDisplay
Definition: vrfQtValidators.h:82
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:80
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:83
!!!!!!!! DtEntityTypeValidator
Definition: vrfQtValidators.h:87
#define DT_DLL_VRFGUICOMMONQT
Definition: vrfGuiCommonQt.h:20
QRegExp myRegExpr
Definition: vrfQtValidators.h:81
bool myAllowWildcards
Definition: vrfQtValidators.h:101
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. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
bool allowWildcards() const
Definition: vrfQtValidators.h:95
Definition: vrfQtValidators.h:66
DtDoubleValidator(QObject *p)
Definition: vrfQtValidators.h:28