Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moc_lookupspdialog.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'lookupspdialog.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
8 #include "lookupspdialog.h"
9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'lookupspdialog.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.)"
15 #endif
16 
17 QT_BEGIN_MOC_NAMESPACE
18 static const uint qt_meta_data_LookupSPDialog[] = {
19 
20  // content:
21  6, // revision
22  0, // classname
23  0, 0, // classinfo
24  3, 14, // methods
25  0, 0, // properties
26  0, 0, // enums/sets
27  0, 0, // constructors
28  0, // flags
29  1, // signalCount
30 
31  // signals: signature, parameters, type, tag, flags
32  36, 16, 15, 15, 0x05,
33 
34  // slots: signature, parameters, type, tag, flags
35  66, 15, 15, 15, 0x0a,
36  88, 15, 15, 15, 0x0a,
37 
38  0 // eod
39 };
40 
41 static const char qt_meta_stringdata_LookupSPDialog[] = {
42  "LookupSPDialog\0\0title,message,style\0"
43  "message(QString,QString,uint)\0"
44  "searchButtonClicked()\0"
45  "matchingComboBoxChanged(int)\0"
46 };
47 
48 void LookupSPDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
49 {
50  if (_c == QMetaObject::InvokeMetaMethod) {
51  Q_ASSERT(staticMetaObject.cast(_o));
52  LookupSPDialog *_t = static_cast<LookupSPDialog *>(_o);
53  switch (_id) {
54  case 0: _t->message((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< uint(*)>(_a[3]))); break;
55  case 1: _t->searchButtonClicked(); break;
56  case 2: _t->matchingComboBoxChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
57  default: ;
58  }
59  }
60 }
61 
62 const QMetaObjectExtraData LookupSPDialog::staticMetaObjectExtraData = {
63  0, qt_static_metacall
64 };
65 
66 const QMetaObject LookupSPDialog::staticMetaObject = {
67  { &QDialog::staticMetaObject, qt_meta_stringdata_LookupSPDialog,
68  qt_meta_data_LookupSPDialog, &staticMetaObjectExtraData }
69 };
70 
71 #ifdef Q_NO_DATA_RELOCATION
72 const QMetaObject &LookupSPDialog::getStaticMetaObject() { return staticMetaObject; }
73 #endif //Q_NO_DATA_RELOCATION
74 
75 const QMetaObject *LookupSPDialog::metaObject() const
76 {
77  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
78 }
79 
80 void *LookupSPDialog::qt_metacast(const char *_clname)
81 {
82  if (!_clname) return 0;
83  if (!strcmp(_clname, qt_meta_stringdata_LookupSPDialog))
84  return static_cast<void*>(const_cast< LookupSPDialog*>(this));
85  return QDialog::qt_metacast(_clname);
86 }
87 
88 int LookupSPDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
89 {
90  _id = QDialog::qt_metacall(_c, _id, _a);
91  if (_id < 0)
92  return _id;
93  if (_c == QMetaObject::InvokeMetaMethod) {
94  if (_id < 3)
95  qt_static_metacall(this, _c, _id, _a);
96  _id -= 3;
97  }
98  return _id;
99 }
100 
101 // SIGNAL 0
102 void LookupSPDialog::message(const QString & _t1, const QString & _t2, unsigned int _t3)
103 {
104  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)) };
105  QMetaObject::activate(this, &staticMetaObject, 0, _a);
106 }
107 QT_END_MOC_NAMESPACE
static const char qt_meta_stringdata_LookupSPDialog[]
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_LookupSPDialog[]