Master Core  v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 #if !defined(Q_MOC_OUTPUT_REVISION)
10 #error "The header file 'recentrequeststablemodel.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
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  39, 26, 25, 25, 0x0a,
33  70, 63, 25, 25, 0x2a,
34 
35  0 // eod
36 };
37 
39  "RecentRequestsTableModel\0\0column,order\0"
40  "sort(int,Qt::SortOrder)\0column\0sort(int)\0"
41 };
42 
43 void RecentRequestsTableModel::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  RecentRequestsTableModel *_t = static_cast<RecentRequestsTableModel *>(_o);
48  switch (_id) {
49  case 0: _t->sort((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< Qt::SortOrder(*)>(_a[2]))); break;
50  case 1: _t->sort((*reinterpret_cast< int(*)>(_a[1]))); break;
51  default: ;
52  }
53  }
54 }
55 
56 const QMetaObjectExtraData RecentRequestsTableModel::staticMetaObjectExtraData = {
57  0, qt_static_metacall
58 };
59 
60 const QMetaObject RecentRequestsTableModel::staticMetaObject = {
61  { &QAbstractTableModel::staticMetaObject, qt_meta_stringdata_RecentRequestsTableModel,
62  qt_meta_data_RecentRequestsTableModel, &staticMetaObjectExtraData }
63 };
64 
65 #ifdef Q_NO_DATA_RELOCATION
66 const QMetaObject &RecentRequestsTableModel::getStaticMetaObject() { return staticMetaObject; }
67 #endif //Q_NO_DATA_RELOCATION
68 
69 const QMetaObject *RecentRequestsTableModel::metaObject() const
70 {
71  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
72 }
73 
74 void *RecentRequestsTableModel::qt_metacast(const char *_clname)
75 {
76  if (!_clname) return 0;
77  if (!strcmp(_clname, qt_meta_stringdata_RecentRequestsTableModel))
78  return static_cast<void*>(const_cast< RecentRequestsTableModel*>(this));
79  return QAbstractTableModel::qt_metacast(_clname);
80 }
81 
82 int RecentRequestsTableModel::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
83 {
84  _id = QAbstractTableModel::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 QT_END_MOC_NAMESPACE
Model for list of recently generated payment requests / bitcoin: URIs.
void sort(int column, Qt::SortOrder order=Qt::AscendingOrder)
static const char qt_meta_stringdata_RecentRequestsTableModel[]
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_RecentRequestsTableModel[]