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