13 #if !defined(Q_MOC_OUTPUT_REVISION)
14 #error "The header file 'Vt102Emulation.h' doesn't include <QObject>."
15 #elif Q_MOC_OUTPUT_REVISION != 63
16 #error "This file was generated using the moc from 4.8.6. It"
17 #error "cannot be used with the include files from this version of Qt."
18 #error "(The moc has changed too much.)"
21 QT_BEGIN_MOC_NAMESPACE
40 154, 124, 15, 15, 0x0a,
41 186, 15, 15, 15, 0x08,
47 "Vt102Emulation\0\0,length\0"
48 "sendString(const char*,int)\0"
49 "sendString(const char*)\0text\0"
50 "sendText(QString)\0sendKeyEvent(QKeyEvent*)\0"
51 "buttons,column,line,eventType\0"
52 "sendMouseEvent(int,int,int,int)\0"
56 void Vt102Emulation::qt_static_metacall(
QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
58 if (_c == QMetaObject::InvokeMetaMethod) {
59 Q_ASSERT(staticMetaObject.cast(_o));
62 case 0: _t->
sendString((*
reinterpret_cast< const char*(*)
>(_a[1])),(*
reinterpret_cast< int(*)
>(_a[2])));
break;
63 case 1: _t->sendString((*
reinterpret_cast< const char*(*)
>(_a[1])));
break;
64 case 2: _t->sendText((*
reinterpret_cast< const QString(*)
>(_a[1])));
break;
65 case 3: _t->sendKeyEvent((*
reinterpret_cast< QKeyEvent*(*)
>(_a[1])));
break;
66 case 4: _t->sendMouseEvent((*
reinterpret_cast< int(*)
>(_a[1])),(*
reinterpret_cast< int(*)
>(_a[2])),(*
reinterpret_cast< int(*)
>(_a[3])),(*
reinterpret_cast< int(*)
>(_a[4])));
break;
67 case 5: _t->updateTitle();
break;
73 const QMetaObjectExtraData Vt102Emulation::staticMetaObjectExtraData = {
77 const QMetaObject Vt102Emulation::staticMetaObject = {
82 #ifdef Q_NO_DATA_RELOCATION
83 const QMetaObject &Vt102Emulation::getStaticMetaObject() {
return staticMetaObject; }
84 #endif //Q_NO_DATA_RELOCATION
86 const QMetaObject *Vt102Emulation::metaObject()
const
88 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
91 void *Vt102Emulation::qt_metacast(
const char *_clname)
93 if (!_clname)
return 0;
94 if (!strcmp(_clname, qt_meta_stringdata_Vt102Emulation))
96 return Emulation::qt_metacast(_clname);
99 int Vt102Emulation::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
101 _id = Emulation::qt_metacall(_c, _id, _a);
104 if (_c == QMetaObject::InvokeMetaMethod) {
106 qt_static_metacall(
this, _c, _id, _a);
static const char qt_meta_stringdata_Vt102Emulation[]
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_Vt102Emulation[]
virtual void sendString(const char *, int length=-1)
Provides an xterm compatible terminal emulation based on the DEC VT102 terminal.