Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moc_lookupaddressdialog.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'lookupaddressdialog.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
8 #include "lookupaddressdialog.h"
9 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'lookupaddressdialog.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_MPQRImageWidget[] = {
19 
20  // content:
21  6, // revision
22  0, // classname
23  0, 0, // classinfo
24  2, 14, // methods
25  0, 0, // properties
26  0, 0, // enums/sets
27  0, 0, // constructors
28  0, // flags
29  0, // signalCount
30 
31  // slots: signature, parameters, type, tag, flags
32  17, 16, 16, 16, 0x0a,
33  29, 16, 16, 16, 0x0a,
34 
35  0 // eod
36 };
37 
38 static const char qt_meta_stringdata_MPQRImageWidget[] = {
39  "MPQRImageWidget\0\0saveImage()\0copyImage()\0"
40 };
41 
42 void MPQRImageWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
43 {
44  if (_c == QMetaObject::InvokeMetaMethod) {
45  Q_ASSERT(staticMetaObject.cast(_o));
46  MPQRImageWidget *_t = static_cast<MPQRImageWidget *>(_o);
47  switch (_id) {
48  case 0: _t->saveImage(); break;
49  case 1: _t->copyImage(); break;
50  default: ;
51  }
52  }
53  Q_UNUSED(_a);
54 }
55 
56 const QMetaObjectExtraData MPQRImageWidget::staticMetaObjectExtraData = {
57  0, qt_static_metacall
58 };
59 
60 const QMetaObject MPQRImageWidget::staticMetaObject = {
61  { &QLabel::staticMetaObject, qt_meta_stringdata_MPQRImageWidget,
62  qt_meta_data_MPQRImageWidget, &staticMetaObjectExtraData }
63 };
64 
65 #ifdef Q_NO_DATA_RELOCATION
66 const QMetaObject &MPQRImageWidget::getStaticMetaObject() { return staticMetaObject; }
67 #endif //Q_NO_DATA_RELOCATION
68 
69 const QMetaObject *MPQRImageWidget::metaObject() const
70 {
71  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
72 }
73 
74 void *MPQRImageWidget::qt_metacast(const char *_clname)
75 {
76  if (!_clname) return 0;
77  if (!strcmp(_clname, qt_meta_stringdata_MPQRImageWidget))
78  return static_cast<void*>(const_cast< MPQRImageWidget*>(this));
79  return QLabel::qt_metacast(_clname);
80 }
81 
82 int MPQRImageWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
83 {
84  _id = QLabel::qt_metacall(_c, _id, _a);
85  if (_id < 0)
86  return _id;
87  if (_c == QMetaObject::InvokeMetaMethod) {
88  if (_id < 2)
89  qt_static_metacall(this, _c, _id, _a);
90  _id -= 2;
91  }
92  return _id;
93 }
94 static const uint qt_meta_data_LookupAddressDialog[] = {
95 
96  // content:
97  6, // revision
98  0, // classname
99  0, 0, // classinfo
100  2, 14, // methods
101  0, 0, // properties
102  0, 0, // enums/sets
103  0, 0, // constructors
104  0, // flags
105  1, // signalCount
106 
107  // signals: signature, parameters, type, tag, flags
108  41, 21, 20, 20, 0x05,
109 
110  // slots: signature, parameters, type, tag, flags
111  71, 20, 20, 20, 0x0a,
112 
113  0 // eod
114 };
115 
117  "LookupAddressDialog\0\0title,message,style\0"
118  "message(QString,QString,uint)\0"
119  "searchButtonClicked()\0"
120 };
121 
122 void LookupAddressDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
123 {
124  if (_c == QMetaObject::InvokeMetaMethod) {
125  Q_ASSERT(staticMetaObject.cast(_o));
126  LookupAddressDialog *_t = static_cast<LookupAddressDialog *>(_o);
127  switch (_id) {
128  case 0: _t->message((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< uint(*)>(_a[3]))); break;
129  case 1: _t->searchButtonClicked(); break;
130  default: ;
131  }
132  }
133 }
134 
135 const QMetaObjectExtraData LookupAddressDialog::staticMetaObjectExtraData = {
136  0, qt_static_metacall
137 };
138 
139 const QMetaObject LookupAddressDialog::staticMetaObject = {
140  { &QDialog::staticMetaObject, qt_meta_stringdata_LookupAddressDialog,
141  qt_meta_data_LookupAddressDialog, &staticMetaObjectExtraData }
142 };
143 
144 #ifdef Q_NO_DATA_RELOCATION
145 const QMetaObject &LookupAddressDialog::getStaticMetaObject() { return staticMetaObject; }
146 #endif //Q_NO_DATA_RELOCATION
147 
148 const QMetaObject *LookupAddressDialog::metaObject() const
149 {
150  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
151 }
152 
153 void *LookupAddressDialog::qt_metacast(const char *_clname)
154 {
155  if (!_clname) return 0;
156  if (!strcmp(_clname, qt_meta_stringdata_LookupAddressDialog))
157  return static_cast<void*>(const_cast< LookupAddressDialog*>(this));
158  return QDialog::qt_metacast(_clname);
159 }
160 
161 int LookupAddressDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
162 {
163  _id = QDialog::qt_metacall(_c, _id, _a);
164  if (_id < 0)
165  return _id;
166  if (_c == QMetaObject::InvokeMetaMethod) {
167  if (_id < 2)
168  qt_static_metacall(this, _c, _id, _a);
169  _id -= 2;
170  }
171  return _id;
172 }
173 
174 // SIGNAL 0
175 void LookupAddressDialog::message(const QString & _t1, const QString & _t2, unsigned int _t3)
176 {
177  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)) };
178  QMetaObject::activate(this, &staticMetaObject, 0, _a);
179 }
180 QT_END_MOC_NAMESPACE
static const char qt_meta_stringdata_MPQRImageWidget[]
static const uint qt_meta_data_LookupAddressDialog[]
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_MPQRImageWidget[]
static const char qt_meta_stringdata_LookupAddressDialog[]