Master Core  v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moc_bitcoinaddressvalidator.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'bitcoinaddressvalidator.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 'bitcoinaddressvalidator.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  0, 0, // methods
25  0, 0, // properties
26  0, 0, // enums/sets
27  0, 0, // constructors
28  0, // flags
29  0, // signalCount
30 
31  0 // eod
32 };
33 
35  "BitcoinAddressEntryValidator\0"
36 };
37 
38 void BitcoinAddressEntryValidator::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
39 {
40  Q_UNUSED(_o);
41  Q_UNUSED(_id);
42  Q_UNUSED(_c);
43  Q_UNUSED(_a);
44 }
45 
46 const QMetaObjectExtraData BitcoinAddressEntryValidator::staticMetaObjectExtraData = {
47  0, qt_static_metacall
48 };
49 
50 const QMetaObject BitcoinAddressEntryValidator::staticMetaObject = {
51  { &QValidator::staticMetaObject, qt_meta_stringdata_BitcoinAddressEntryValidator,
52  qt_meta_data_BitcoinAddressEntryValidator, &staticMetaObjectExtraData }
53 };
54 
55 #ifdef Q_NO_DATA_RELOCATION
56 const QMetaObject &BitcoinAddressEntryValidator::getStaticMetaObject() { return staticMetaObject; }
57 #endif //Q_NO_DATA_RELOCATION
58 
59 const QMetaObject *BitcoinAddressEntryValidator::metaObject() const
60 {
61  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
62 }
63 
64 void *BitcoinAddressEntryValidator::qt_metacast(const char *_clname)
65 {
66  if (!_clname) return 0;
68  return static_cast<void*>(const_cast< BitcoinAddressEntryValidator*>(this));
69  return QValidator::qt_metacast(_clname);
70 }
71 
72 int BitcoinAddressEntryValidator::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
73 {
74  _id = QValidator::qt_metacall(_c, _id, _a);
75  if (_id < 0)
76  return _id;
77  return _id;
78 }
80 
81  // content:
82  6, // revision
83  0, // classname
84  0, 0, // classinfo
85  0, 0, // methods
86  0, 0, // properties
87  0, 0, // enums/sets
88  0, 0, // constructors
89  0, // flags
90  0, // signalCount
91 
92  0 // eod
93 };
94 
96  "BitcoinAddressCheckValidator\0"
97 };
98 
99 void BitcoinAddressCheckValidator::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
100 {
101  Q_UNUSED(_o);
102  Q_UNUSED(_id);
103  Q_UNUSED(_c);
104  Q_UNUSED(_a);
105 }
106 
107 const QMetaObjectExtraData BitcoinAddressCheckValidator::staticMetaObjectExtraData = {
108  0, qt_static_metacall
109 };
110 
111 const QMetaObject BitcoinAddressCheckValidator::staticMetaObject = {
112  { &QValidator::staticMetaObject, qt_meta_stringdata_BitcoinAddressCheckValidator,
113  qt_meta_data_BitcoinAddressCheckValidator, &staticMetaObjectExtraData }
114 };
115 
116 #ifdef Q_NO_DATA_RELOCATION
117 const QMetaObject &BitcoinAddressCheckValidator::getStaticMetaObject() { return staticMetaObject; }
118 #endif //Q_NO_DATA_RELOCATION
119 
120 const QMetaObject *BitcoinAddressCheckValidator::metaObject() const
121 {
122  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
123 }
124 
125 void *BitcoinAddressCheckValidator::qt_metacast(const char *_clname)
126 {
127  if (!_clname) return 0;
128  if (!strcmp(_clname, qt_meta_stringdata_BitcoinAddressCheckValidator))
129  return static_cast<void*>(const_cast< BitcoinAddressCheckValidator*>(this));
130  return QValidator::qt_metacast(_clname);
131 }
132 
133 int BitcoinAddressCheckValidator::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
134 {
135  _id = QValidator::qt_metacall(_c, _id, _a);
136  if (_id < 0)
137  return _id;
138  return _id;
139 }
140 QT_END_MOC_NAMESPACE
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_BitcoinAddressEntryValidator[]
static const char qt_meta_stringdata_BitcoinAddressCheckValidator[]
Base58 entry widget validator, checks for valid characters and removes some whitespace.
static const char qt_meta_stringdata_BitcoinAddressEntryValidator[]
Bitcoin address widget validator, checks for a valid bitcoin address.
static const uint qt_meta_data_BitcoinAddressCheckValidator[]