9 #include <QtCore/qbytearray.h> 10 #include <QtCore/qmetatype.h> 11 #if !defined(Q_MOC_OUTPUT_REVISION) 12 #error "The header file 'contractbookpage.h' doesn't include <QObject>." 13 #elif Q_MOC_OUTPUT_REVISION != 67 14 #error "This file was generated using the moc from 5.5.1. 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
24 #define QT_MOC_LITERAL(idx, ofs, len) \ 25 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ 26 qptrdiff(offsetof(qt_meta_stringdata_ContractBookPage_t, stringdata0) + ofs \ 27 - idx * sizeof(QByteArrayData)) \ 50 "ContractBookPage\0done\0\0retval\0" 51 "on_deleteContractInfo_clicked\0" 52 "on_newContractInfo_clicked\0" 53 "on_copyAddress_clicked\0onCopyNameAction\0" 54 "onCopyABIAction\0onEditAction\0" 55 "on_exportButton_clicked\0selectionChanged\0" 56 "contextualMenu\0point\0selectNewContractInfo\0" 61 static const uint qt_meta_data_ContractBookPage[] = {
88 QMetaType::Void, QMetaType::Int, 3,
97 QMetaType::Void, QMetaType::QPoint, 13,
98 QMetaType::Void, QMetaType::QModelIndex, QMetaType::Int, QMetaType::Int, 15, 16, 2,
103 void ContractBookPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
105 if (_c == QMetaObject::InvokeMetaMethod) {
109 case 0: _t->
done((*
reinterpret_cast< int(*)
>(_a[1])));
break;
118 case 9: _t->
contextualMenu((*
reinterpret_cast< const QPoint(*)
>(_a[1])));
break;
119 case 10: _t->
selectNewContractInfo((*
reinterpret_cast< const QModelIndex(*)
>(_a[1])),(*
reinterpret_cast< int(*)
>(_a[2])),(*
reinterpret_cast< int(*)
>(_a[3])));
break;
125 const QMetaObject ContractBookPage::staticMetaObject = {
126 { &QDialog::staticMetaObject, qt_meta_stringdata_ContractBookPage.
data,
127 qt_meta_data_ContractBookPage, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
131 const QMetaObject *ContractBookPage::metaObject()
const 133 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
136 void *ContractBookPage::qt_metacast(
const char *_clname)
138 if (!_clname)
return Q_NULLPTR;
139 if (!strcmp(_clname, qt_meta_stringdata_ContractBookPage.
stringdata0))
141 return QDialog::qt_metacast(_clname);
144 int ContractBookPage::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
146 _id = QDialog::qt_metacall(_c, _id, _a);
149 if (_c == QMetaObject::InvokeMetaMethod) {
151 qt_static_metacall(
this, _c, _id, _a);
153 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
155 *
reinterpret_cast<int*
>(_a[0]) = -1;
void contextualMenu(const QPoint &point)
Spawn contextual menu (right mouse menu) for contract info book entry.
void on_newContractInfo_clicked()
Create a new contract info.
void selectionChanged()
Set button states based on selection.
void selectNewContractInfo(const QModelIndex &parent, int begin, int)
New entry/entries were added to contract info table.
void onCopyNameAction()
Copy label of currently selected contract info entry to clipboard (no button)
void on_copyAddress_clicked()
Copy address of currently selected contract info entry to clipboard.
void on_exportButton_clicked()
Export button clicked.
void onCopyABIAction()
Copy ABI of currently selected contract info entry to clipboard (no button)
void on_deleteContractInfo_clicked()
Delete currently selected contract info entry.
#define QT_MOC_LITERAL(idx, ofs, len)
void onEditAction()
Edit currently selected contract info entry (no button)