9 #include <QtCore/qbytearray.h> 10 #include <QtCore/qmetatype.h> 11 #if !defined(Q_MOC_OUTPUT_REVISION) 12 #error "The header file 'addressbookpage.h' doesn't include <QObject>." 13 #elif Q_MOC_OUTPUT_REVISION != 67 14 #error "This file was generated using the moc from 5.9.4. It" 15 #error "cannot be used with the include files from this version of Qt." 16 #error "(The moc has changed too much.)" 19 QT_BEGIN_MOC_NAMESPACE
21 QT_WARNING_DISABLE_DEPRECATED
26 #define QT_MOC_LITERAL(idx, ofs, len) \ 27 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ 28 qptrdiff(offsetof(qt_meta_stringdata_AddressBookPage_t, stringdata0) + ofs \ 29 - idx * sizeof(QByteArrayData)) \ 53 "AddressBookPage\0sendCoins\0\0addr\0done\0" 54 "retval\0on_deleteAddress_clicked\0" 55 "on_newAddress_clicked\0on_copyAddress_clicked\0" 56 "onCopyLabelAction\0onEditAction\0" 57 "on_exportButton_clicked\0selectionChanged\0" 58 "contextualMenu\0point\0selectNewAddress\0" 92 QMetaType::Void, QMetaType::QString, 3,
95 QMetaType::Void, QMetaType::Int, 5,
103 QMetaType::Void, QMetaType::QPoint, 14,
104 QMetaType::Void, QMetaType::QModelIndex, QMetaType::Int, QMetaType::Int, 16, 17, 2,
109 void AddressBookPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
111 if (_c == QMetaObject::InvokeMetaMethod) {
115 case 0: _t->
sendCoins((*
reinterpret_cast< QString(*)
>(_a[1])));
break;
116 case 1: _t->
done((*
reinterpret_cast< int(*)
>(_a[1])));
break;
124 case 9: _t->
contextualMenu((*
reinterpret_cast< const QPoint(*)
>(_a[1])));
break;
125 case 10: _t->
selectNewAddress((*
reinterpret_cast< const QModelIndex(*)
>(_a[1])),(*
reinterpret_cast< int(*)
>(_a[2])),(*
reinterpret_cast< int(*)
>(_a[3])));
break;
128 }
else if (_c == QMetaObject::IndexOfMethod) {
129 int *result =
reinterpret_cast<int *
>(_a[0]);
140 const QMetaObject AddressBookPage::staticMetaObject = {
146 const QMetaObject *AddressBookPage::metaObject()
const 148 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
151 void *AddressBookPage::qt_metacast(
const char *_clname)
153 if (!_clname)
return nullptr;
155 return static_cast<void*
>(
this);
156 return QDialog::qt_metacast(_clname);
159 int AddressBookPage::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
161 _id = QDialog::qt_metacall(_c, _id, _a);
164 if (_c == QMetaObject::InvokeMetaMethod) {
166 qt_static_metacall(
this, _c, _id, _a);
168 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
170 *
reinterpret_cast<int*
>(_a[0]) = -1;
179 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
180 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
void on_newAddress_clicked()
Create a new address for receiving coins and / or add a new address book entry.
void onCopyLabelAction()
Copy label of currently selected address entry to clipboard (no button)
void onEditAction()
Edit currently selected address entry (no button)
static const qt_meta_stringdata_AddressBookPage_t qt_meta_stringdata_AddressBookPage
void on_exportButton_clicked()
Export button clicked.
void selectNewAddress(const QModelIndex &parent, int begin, int)
New entry/entries were added to address table.
static const uint qt_meta_data_AddressBookPage[]
void on_copyAddress_clicked()
Copy address of currently selected address entry to clipboard.
Widget that shows a list of sending or receiving addresses.
void done(int retval) override
void selectionChanged()
Set button states based on selected tab and selection.
#define QT_MOC_LITERAL(idx, ofs, len)
void sendCoins(QString addr)
void contextualMenu(const QPoint &point)
Spawn contextual menu (right mouse menu) for address book entry.
void on_deleteAddress_clicked()
Delete currently selected address entry.