/****************************************************************************
|
** Meta object code from reading C++ file 'vcsmainwindow.h'
|
**
|
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.9.4)
|
**
|
** WARNING! All changes made in this file will be lost!
|
*****************************************************************************/
|
|
#include "../../tianKai/vcsmainwindow.h"
|
#include <QtCore/qbytearray.h>
|
#include <QtCore/qmetatype.h>
|
#if !defined(Q_MOC_OUTPUT_REVISION)
|
#error "The header file 'vcsmainwindow.h' doesn't include <QObject>."
|
#elif Q_MOC_OUTPUT_REVISION != 67
|
#error "This file was generated using the moc from 5.9.4. 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_VCSMainWindow_t {
|
QByteArrayData data[10];
|
char stringdata0[165];
|
};
|
#define QT_MOC_LITERAL(idx, ofs, len) \
|
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
qptrdiff(offsetof(qt_meta_stringdata_VCSMainWindow_t, stringdata0) + ofs \
|
- idx * sizeof(QByteArrayData)) \
|
)
|
static const qt_meta_stringdata_VCSMainWindow_t qt_meta_stringdata_VCSMainWindow = {
|
{
|
QT_MOC_LITERAL(0, 0, 13), // "VCSMainWindow"
|
QT_MOC_LITERAL(1, 14, 13), // "releaseSignal"
|
QT_MOC_LITERAL(2, 28, 0), // ""
|
QT_MOC_LITERAL(3, 29, 21), // "on_pushButton_clicked"
|
QT_MOC_LITERAL(4, 51, 23), // "on_pushButton_2_clicked"
|
QT_MOC_LITERAL(5, 75, 23), // "on_pushButton_4_clicked"
|
QT_MOC_LITERAL(6, 99, 23), // "on_pushButton_3_clicked"
|
QT_MOC_LITERAL(7, 123, 11), // "addFileSlot"
|
QT_MOC_LITERAL(8, 135, 21), // "std::shared_ptr<char>"
|
QT_MOC_LITERAL(9, 157, 7) // "msgSlot"
|
|
},
|
"VCSMainWindow\0releaseSignal\0\0"
|
"on_pushButton_clicked\0on_pushButton_2_clicked\0"
|
"on_pushButton_4_clicked\0on_pushButton_3_clicked\0"
|
"addFileSlot\0std::shared_ptr<char>\0"
|
"msgSlot"
|
};
|
#undef QT_MOC_LITERAL
|
|
static const uint qt_meta_data_VCSMainWindow[] = {
|
|
// content:
|
7, // revision
|
0, // classname
|
0, 0, // classinfo
|
7, 14, // methods
|
0, 0, // properties
|
0, 0, // enums/sets
|
0, 0, // constructors
|
0, // flags
|
1, // signalCount
|
|
// signals: name, argc, parameters, tag, flags
|
1, 0, 49, 2, 0x06 /* Public */,
|
|
// slots: name, argc, parameters, tag, flags
|
3, 0, 50, 2, 0x08 /* Private */,
|
4, 0, 51, 2, 0x08 /* Private */,
|
5, 0, 52, 2, 0x08 /* Private */,
|
6, 0, 53, 2, 0x08 /* Private */,
|
7, 2, 54, 2, 0x08 /* Private */,
|
9, 1, 59, 2, 0x08 /* Private */,
|
|
// signals: parameters
|
QMetaType::Void,
|
|
// slots: parameters
|
QMetaType::Void,
|
QMetaType::Void,
|
QMetaType::Void,
|
QMetaType::Void,
|
QMetaType::Void, 0x80000000 | 8, QMetaType::Int, 2, 2,
|
QMetaType::Void, QMetaType::QString, 2,
|
|
0 // eod
|
};
|
|
void VCSMainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
{
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
VCSMainWindow *_t = static_cast<VCSMainWindow *>(_o);
|
Q_UNUSED(_t)
|
switch (_id) {
|
case 0: _t->releaseSignal(); break;
|
case 1: _t->on_pushButton_clicked(); break;
|
case 2: _t->on_pushButton_2_clicked(); break;
|
case 3: _t->on_pushButton_4_clicked(); break;
|
case 4: _t->on_pushButton_3_clicked(); break;
|
case 5: _t->addFileSlot((*reinterpret_cast< std::shared_ptr<char>(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
|
case 6: _t->msgSlot((*reinterpret_cast< QString(*)>(_a[1]))); break;
|
default: ;
|
}
|
} else if (_c == QMetaObject::IndexOfMethod) {
|
int *result = reinterpret_cast<int *>(_a[0]);
|
{
|
typedef void (VCSMainWindow::*_t)();
|
if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&VCSMainWindow::releaseSignal)) {
|
*result = 0;
|
return;
|
}
|
}
|
}
|
}
|
|
const QMetaObject VCSMainWindow::staticMetaObject = {
|
{ &QMainWindow::staticMetaObject, qt_meta_stringdata_VCSMainWindow.data,
|
qt_meta_data_VCSMainWindow, qt_static_metacall, nullptr, nullptr}
|
};
|
|
|
const QMetaObject *VCSMainWindow::metaObject() const
|
{
|
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
}
|
|
void *VCSMainWindow::qt_metacast(const char *_clname)
|
{
|
if (!_clname) return nullptr;
|
if (!strcmp(_clname, qt_meta_stringdata_VCSMainWindow.stringdata0))
|
return static_cast<void*>(this);
|
return QMainWindow::qt_metacast(_clname);
|
}
|
|
int VCSMainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
{
|
_id = QMainWindow::qt_metacall(_c, _id, _a);
|
if (_id < 0)
|
return _id;
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
if (_id < 7)
|
qt_static_metacall(this, _c, _id, _a);
|
_id -= 7;
|
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
if (_id < 7)
|
*reinterpret_cast<int*>(_a[0]) = -1;
|
_id -= 7;
|
}
|
return _id;
|
}
|
|
// SIGNAL 0
|
void VCSMainWindow::releaseSignal()
|
{
|
QMetaObject::activate(this, &staticMetaObject, 0, nullptr);
|
}
|
QT_WARNING_POP
|
QT_END_MOC_NAMESPACE
|