9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'qvalidatedlineedit.h' doesn't include <QObject>."
11 #elif Q_MOC_OUTPUT_REVISION != 63
12 #error "This file was generated using the moc from 4.8.6. It"
13 #error "cannot be used with the include files from this version of Qt."
14 #error "(The moc has changed too much.)"
17 QT_BEGIN_MOC_NAMESPACE
41 "QValidatedLineEdit\0\0valid\0setValid(bool)\0"
42 "enabled\0setEnabled(bool)\0markValid()\0"
46 void QValidatedLineEdit::qt_static_metacall(
QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
48 if (_c == QMetaObject::InvokeMetaMethod) {
49 Q_ASSERT(staticMetaObject.cast(_o));
52 case 0: _t->
setValid((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
53 case 1: _t->setEnabled((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
54 case 2: _t->markValid();
break;
55 case 3: _t->checkValidity();
break;
61 const QMetaObjectExtraData QValidatedLineEdit::staticMetaObjectExtraData = {
65 const QMetaObject QValidatedLineEdit::staticMetaObject = {
70 #ifdef Q_NO_DATA_RELOCATION
71 const QMetaObject &QValidatedLineEdit::getStaticMetaObject() {
return staticMetaObject; }
72 #endif //Q_NO_DATA_RELOCATION
74 const QMetaObject *QValidatedLineEdit::metaObject()
const
76 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
79 void *QValidatedLineEdit::qt_metacast(
const char *_clname)
81 if (!_clname)
return 0;
84 return QLineEdit::qt_metacast(_clname);
87 int QValidatedLineEdit::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
89 _id = QLineEdit::qt_metacall(_c, _id, _a);
92 if (_c == QMetaObject::InvokeMetaMethod) {
94 qt_static_metacall(
this, _c, _id, _a);
static const char qt_meta_stringdata_QValidatedLineEdit[]
Line edit that can be marked as "invalid" to show input validation feedback.
void setValid(bool valid)
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_QValidatedLineEdit[]