Anoncoin  0.9.4
P2P Digital Currency
moc_anoncoinaddressvalidator.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'anoncoinaddressvalidator.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 'anoncoinaddressvalidator.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[1];
22  char stringdata[31];
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_AnoncoinAddressEntryValidator_t, stringdata) + ofs \
27  - idx * sizeof(QByteArrayData) \
28  )
29 static const qt_meta_stringdata_AnoncoinAddressEntryValidator_t qt_meta_stringdata_AnoncoinAddressEntryValidator = {
30  {
31 QT_MOC_LITERAL(0, 0, 29)
32  },
33  "AnoncoinAddressEntryValidator\0"
34 };
35 #undef QT_MOC_LITERAL
36 
37 static const uint qt_meta_data_AnoncoinAddressEntryValidator[] = {
38 
39  // content:
40  7, // revision
41  0, // classname
42  0, 0, // classinfo
43  0, 0, // methods
44  0, 0, // properties
45  0, 0, // enums/sets
46  0, 0, // constructors
47  0, // flags
48  0, // signalCount
49 
50  0 // eod
51 };
52 
53 void AnoncoinAddressEntryValidator::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
54 {
55  Q_UNUSED(_o);
56  Q_UNUSED(_id);
57  Q_UNUSED(_c);
58  Q_UNUSED(_a);
59 }
60 
61 const QMetaObject AnoncoinAddressEntryValidator::staticMetaObject = {
62  { &QValidator::staticMetaObject, qt_meta_stringdata_AnoncoinAddressEntryValidator.data,
63  qt_meta_data_AnoncoinAddressEntryValidator, qt_static_metacall, 0, 0}
64 };
65 
66 
67 const QMetaObject *AnoncoinAddressEntryValidator::metaObject() const
68 {
69  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
70 }
71 
72 void *AnoncoinAddressEntryValidator::qt_metacast(const char *_clname)
73 {
74  if (!_clname) return 0;
75  if (!strcmp(_clname, qt_meta_stringdata_AnoncoinAddressEntryValidator.stringdata))
76  return static_cast<void*>(const_cast< AnoncoinAddressEntryValidator*>(this));
77  return QValidator::qt_metacast(_clname);
78 }
79 
80 int AnoncoinAddressEntryValidator::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
81 {
82  _id = QValidator::qt_metacall(_c, _id, _a);
83  if (_id < 0)
84  return _id;
85  return _id;
86 }
88  QByteArrayData data[1];
89  char stringdata[31];
90 };
91 #define QT_MOC_LITERAL(idx, ofs, len) \
92  Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
93  offsetof(qt_meta_stringdata_AnoncoinAddressCheckValidator_t, stringdata) + ofs \
94  - idx * sizeof(QByteArrayData) \
95  )
96 static const qt_meta_stringdata_AnoncoinAddressCheckValidator_t qt_meta_stringdata_AnoncoinAddressCheckValidator = {
97  {
98 QT_MOC_LITERAL(0, 0, 29)
99  },
100  "AnoncoinAddressCheckValidator\0"
101 };
102 #undef QT_MOC_LITERAL
103 
104 static const uint qt_meta_data_AnoncoinAddressCheckValidator[] = {
105 
106  // content:
107  7, // revision
108  0, // classname
109  0, 0, // classinfo
110  0, 0, // methods
111  0, 0, // properties
112  0, 0, // enums/sets
113  0, 0, // constructors
114  0, // flags
115  0, // signalCount
116 
117  0 // eod
118 };
119 
120 void AnoncoinAddressCheckValidator::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
121 {
122  Q_UNUSED(_o);
123  Q_UNUSED(_id);
124  Q_UNUSED(_c);
125  Q_UNUSED(_a);
126 }
127 
128 const QMetaObject AnoncoinAddressCheckValidator::staticMetaObject = {
129  { &QValidator::staticMetaObject, qt_meta_stringdata_AnoncoinAddressCheckValidator.data,
130  qt_meta_data_AnoncoinAddressCheckValidator, qt_static_metacall, 0, 0}
131 };
132 
133 
134 const QMetaObject *AnoncoinAddressCheckValidator::metaObject() const
135 {
136  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
137 }
138 
139 void *AnoncoinAddressCheckValidator::qt_metacast(const char *_clname)
140 {
141  if (!_clname) return 0;
142  if (!strcmp(_clname, qt_meta_stringdata_AnoncoinAddressCheckValidator.stringdata))
143  return static_cast<void*>(const_cast< AnoncoinAddressCheckValidator*>(this));
144  return QValidator::qt_metacast(_clname);
145 }
146 
147 int AnoncoinAddressCheckValidator::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
148 {
149  _id = QValidator::qt_metacall(_c, _id, _a);
150  if (_id < 0)
151  return _id;
152  return _id;
153 }
154 QT_END_MOC_NAMESPACE
#define QT_MOC_LITERAL(idx, ofs, len)
Base58 entry widget validator, checks for valid characters and removes some whitespace.
Anoncoin address widget validator, checks for a valid anoncoin address.
char stringdata[31]
QByteArrayData data[1]