RasterProcessTool/LAMPSARProcessProgram/RasterPr.7EF67DAA/x64/Release/qt/moc/moc_QComplex2AmpPhase.cpp

151 lines
5.2 KiB
C++

/****************************************************************************
** Meta object code from reading C++ file 'QComplex2AmpPhase.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.13)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include <memory>
#include "../../../../../ToolBox/BaseToolbox/QComplex2AmpPhase.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'QComplex2AmpPhase.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.15.13. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
QT_BEGIN_MOC_NAMESPACE
QT_WARNING_PUSH
QT_WARNING_DISABLE_DEPRECATED
struct qt_meta_stringdata_QComplex2AmpPhase_t {
QByteArrayData data[10];
char stringdata0[182];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
qptrdiff(offsetof(qt_meta_stringdata_QComplex2AmpPhase_t, stringdata0) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_QComplex2AmpPhase_t qt_meta_stringdata_QComplex2AmpPhase = {
{
QT_MOC_LITERAL(0, 0, 17), // "QComplex2AmpPhase"
QT_MOC_LITERAL(1, 18, 6), // "accept"
QT_MOC_LITERAL(2, 25, 0), // ""
QT_MOC_LITERAL(3, 26, 6), // "reject"
QT_MOC_LITERAL(4, 33, 22), // "onpushButtonAddClicked"
QT_MOC_LITERAL(5, 56, 25), // "onpushButtonRemoveClicked"
QT_MOC_LITERAL(6, 82, 28), // "onpushButtonWorkSpaceClicked"
QT_MOC_LITERAL(7, 111, 21), // "radioButtonAmptoggled"
QT_MOC_LITERAL(8, 133, 23), // "radioButtonPhasetoggled"
QT_MOC_LITERAL(9, 157, 24) // "radioButtonSigma0toggled"
},
"QComplex2AmpPhase\0accept\0\0reject\0"
"onpushButtonAddClicked\0onpushButtonRemoveClicked\0"
"onpushButtonWorkSpaceClicked\0"
"radioButtonAmptoggled\0radioButtonPhasetoggled\0"
"radioButtonSigma0toggled"
};
#undef QT_MOC_LITERAL
static const uint qt_meta_data_QComplex2AmpPhase[] = {
// content:
8, // revision
0, // classname
0, 0, // classinfo
8, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
0, // signalCount
// slots: name, argc, parameters, tag, flags
1, 0, 54, 2, 0x0a /* Public */,
3, 0, 55, 2, 0x0a /* Public */,
4, 1, 56, 2, 0x0a /* Public */,
5, 1, 59, 2, 0x0a /* Public */,
6, 1, 62, 2, 0x0a /* Public */,
7, 1, 65, 2, 0x0a /* Public */,
8, 1, 68, 2, 0x0a /* Public */,
9, 1, 71, 2, 0x0a /* Public */,
// slots: parameters
QMetaType::Void,
QMetaType::Void,
QMetaType::Void, QMetaType::Bool, 2,
QMetaType::Void, QMetaType::Bool, 2,
QMetaType::Void, QMetaType::Bool, 2,
QMetaType::Void, QMetaType::Bool, 2,
QMetaType::Void, QMetaType::Bool, 2,
QMetaType::Void, QMetaType::Bool, 2,
0 // eod
};
void QComplex2AmpPhase::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
if (_c == QMetaObject::InvokeMetaMethod) {
auto *_t = static_cast<QComplex2AmpPhase *>(_o);
(void)_t;
switch (_id) {
case 0: _t->accept(); break;
case 1: _t->reject(); break;
case 2: _t->onpushButtonAddClicked((*reinterpret_cast< bool(*)>(_a[1]))); break;
case 3: _t->onpushButtonRemoveClicked((*reinterpret_cast< bool(*)>(_a[1]))); break;
case 4: _t->onpushButtonWorkSpaceClicked((*reinterpret_cast< bool(*)>(_a[1]))); break;
case 5: _t->radioButtonAmptoggled((*reinterpret_cast< bool(*)>(_a[1]))); break;
case 6: _t->radioButtonPhasetoggled((*reinterpret_cast< bool(*)>(_a[1]))); break;
case 7: _t->radioButtonSigma0toggled((*reinterpret_cast< bool(*)>(_a[1]))); break;
default: ;
}
}
}
QT_INIT_METAOBJECT const QMetaObject QComplex2AmpPhase::staticMetaObject = { {
QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
qt_meta_stringdata_QComplex2AmpPhase.data,
qt_meta_data_QComplex2AmpPhase,
qt_static_metacall,
nullptr,
nullptr
} };
const QMetaObject *QComplex2AmpPhase::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
void *QComplex2AmpPhase::qt_metacast(const char *_clname)
{
if (!_clname) return nullptr;
if (!strcmp(_clname, qt_meta_stringdata_QComplex2AmpPhase.stringdata0))
return static_cast<void*>(this);
return QDialog::qt_metacast(_clname);
}
int QComplex2AmpPhase::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QDialog::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 8)
qt_static_metacall(this, _c, _id, _a);
_id -= 8;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 8)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 8;
}
return _id;
}
QT_WARNING_POP
QT_END_MOC_NAMESPACE