Anoncoin  0.9.4
P2P Digital Currency
moc_recentrequeststablemodel.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'recentrequeststablemodel.h'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost!
6 *****************************************************************************/
7 
9 #include <QtCore/qbytearray.h>
10 #include <QtCore/qmetatype.h>
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'recentrequeststablemodel.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 67
14 #error "This file was generated using the moc from 5.2.1. It"
15 #error "cannot be used with the include files from this version of Qt."
16 #error "(The moc has changed too much.)"
17 #endif
18 
19 QT_BEGIN_MOC_NAMESPACE
21  QByteArrayData data[7];
22  char stringdata[77];
23 };
24 #define QT_MOC_LITERAL(idx, ofs, len) \
25  Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
26  offsetof(qt_meta_stringdata_RecentRequestsTableModel_t, stringdata) + ofs \
27  - idx * sizeof(QByteArrayData) \
28  )
29 static const qt_meta_stringdata_RecentRequestsTableModel_t qt_meta_stringdata_RecentRequestsTableModel = {
30  {
31 QT_MOC_LITERAL(0, 0, 24),
32 QT_MOC_LITERAL(1, 25, 4),
33 QT_MOC_LITERAL(2, 30, 0),
34 QT_MOC_LITERAL(3, 31, 6),
35 QT_MOC_LITERAL(4, 38, 13),
36 QT_MOC_LITERAL(5, 52, 5),
37 QT_MOC_LITERAL(6, 58, 17)
38  },
39  "RecentRequestsTableModel\0sort\0\0column\0"
40  "Qt::SortOrder\0order\0updateDisplayUnit\0"
41 };
42 #undef QT_MOC_LITERAL
43 
44 static const uint qt_meta_data_RecentRequestsTableModel[] = {
45 
46  // content:
47  7, // revision
48  0, // classname
49  0, 0, // classinfo
50  3, 14, // methods
51  0, 0, // properties
52  0, 0, // enums/sets
53  0, 0, // constructors
54  0, // flags
55  0, // signalCount
56 
57  // slots: name, argc, parameters, tag, flags
58  1, 2, 29, 2, 0x0a,
59  1, 1, 34, 2, 0x2a,
60  6, 0, 37, 2, 0x0a,
61 
62  // slots: parameters
63  QMetaType::Void, QMetaType::Int, 0x80000000 | 4, 3, 5,
64  QMetaType::Void, QMetaType::Int, 3,
65  QMetaType::Void,
66 
67  0 // eod
68 };
69 
70 void RecentRequestsTableModel::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
71 {
72  if (_c == QMetaObject::InvokeMetaMethod) {
73  RecentRequestsTableModel *_t = static_cast<RecentRequestsTableModel *>(_o);
74  switch (_id) {
75  case 0: _t->sort((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< Qt::SortOrder(*)>(_a[2]))); break;
76  case 1: _t->sort((*reinterpret_cast< int(*)>(_a[1]))); break;
77  case 2: _t->updateDisplayUnit(); break;
78  default: ;
79  }
80  }
81 }
82 
83 const QMetaObject RecentRequestsTableModel::staticMetaObject = {
84  { &QAbstractTableModel::staticMetaObject, qt_meta_stringdata_RecentRequestsTableModel.data,
85  qt_meta_data_RecentRequestsTableModel, qt_static_metacall, 0, 0}
86 };
87 
88 
89 const QMetaObject *RecentRequestsTableModel::metaObject() const
90 {
91  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
92 }
93 
94 void *RecentRequestsTableModel::qt_metacast(const char *_clname)
95 {
96  if (!_clname) return 0;
97  if (!strcmp(_clname, qt_meta_stringdata_RecentRequestsTableModel.stringdata))
98  return static_cast<void*>(const_cast< RecentRequestsTableModel*>(this));
99  return QAbstractTableModel::qt_metacast(_clname);
100 }
101 
102 int RecentRequestsTableModel::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
103 {
104  _id = QAbstractTableModel::qt_metacall(_c, _id, _a);
105  if (_id < 0)
106  return _id;
107  if (_c == QMetaObject::InvokeMetaMethod) {
108  if (_id < 3)
109  qt_static_metacall(this, _c, _id, _a);
110  _id -= 3;
111  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
112  if (_id < 3)
113  *reinterpret_cast<int*>(_a[0]) = -1;
114  _id -= 3;
115  }
116  return _id;
117 }
118 QT_END_MOC_NAMESPACE
Model for list of recently generated payment requests / anoncoin: URIs.
void sort(int column, Qt::SortOrder order=Qt::AscendingOrder)
#define QT_MOC_LITERAL(idx, ofs, len)