ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
moc_TQRootDialog.cxx
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'TQRootDialog.h'
3 **
4 ** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.6)
5 **
6 ** WARNING! All changes made in this file will be lost!
7 *****************************************************************************/
8 
9 #include "../inc/TQRootDialog.h"
10 #if !defined(Q_MOC_OUTPUT_REVISION)
11 #error "The header file 'TQRootDialog.h' doesn't include <QObject>."
12 #elif Q_MOC_OUTPUT_REVISION != 63
13 #error "This file was generated using the moc from 4.8.6. It"
14 #error "cannot be used with the include files from this version of Qt."
15 #error "(The moc has changed too much.)"
16 #endif
17 
18 QT_BEGIN_MOC_NAMESPACE
19 static const uint qt_meta_data_TQRootDialog[] = {
20 
21  // content:
22  6, // revision
23  0, // classname
24  0, 0, // classinfo
25  2, 14, // methods
26  0, 0, // properties
27  0, 0, // enums/sets
28  0, 0, // constructors
29  0, // flags
30  0, // signalCount
31 
32  // slots: signature, parameters, type, tag, flags
33  14, 13, 13, 13, 0x0a,
34  24, 13, 13, 13, 0x0a,
35 
36  0 // eod
37 };
38 
39 static const char qt_meta_stringdata_TQRootDialog[] = {
40  "TQRootDialog\0\0Receive()\0ExecuteMethod()\0"
41 };
42 
43 void TQRootDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
44 {
45  if (_c == QMetaObject::InvokeMetaMethod) {
46  Q_ASSERT(staticMetaObject.cast(_o));
47  TQRootDialog *_t = static_cast<TQRootDialog *>(_o);
48  switch (_id) {
49  case 0: _t->Receive(); break;
50  case 1: _t->ExecuteMethod(); break;
51  default: ;
52  }
53  }
54  Q_UNUSED(_a);
55 }
56 
57 const QMetaObjectExtraData TQRootDialog::staticMetaObjectExtraData = {
58  0, qt_static_metacall
59 };
60 
61 const QMetaObject TQRootDialog::staticMetaObject = {
62  { &QVBox::staticMetaObject, qt_meta_stringdata_TQRootDialog,
63  qt_meta_data_TQRootDialog, &staticMetaObjectExtraData }
64 };
65 
66 #ifdef Q_NO_DATA_RELOCATION
67 const QMetaObject &TQRootDialog::getStaticMetaObject() { return staticMetaObject; }
68 #endif //Q_NO_DATA_RELOCATION
69 
70 const QMetaObject *TQRootDialog::metaObject() const
71 {
72  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
73 }
74 
75 void *TQRootDialog::qt_metacast(const char *_clname)
76 {
77  if (!_clname) return 0;
78  if (!strcmp(_clname, qt_meta_stringdata_TQRootDialog))
79  return static_cast<void*>(const_cast< TQRootDialog*>(this));
80  return QVBox::qt_metacast(_clname);
81 }
82 
83 int TQRootDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
84 {
85  _id = QVBox::qt_metacall(_c, _id, _a);
86  if (_id < 0)
87  return _id;
88  if (_c == QMetaObject::InvokeMetaMethod) {
89  if (_id < 2)
90  qt_static_metacall(this, _c, _id, _a);
91  _id -= 2;
92  }
93  return _id;
94 }
95 QT_END_MOC_NAMESPACE
unsigned int uint
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_TQRootDialog[]
static const char qt_meta_stringdata_TQRootDialog[]
void Receive()
Definition: TQRootDialog.h:77