/****************************************************************************
** Meta object code from reading C++ file 'AboutDialogController.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.5.1)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#include "../../../src/main_window/AboutDialogController.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'AboutDialogController.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.5.1. 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
struct qt_meta_stringdata_U2__AboutDialogController_t {
    QByteArrayData data[7];
    char stringdata0[110];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
    qptrdiff(offsetof(qt_meta_stringdata_U2__AboutDialogController_t, stringdata0) + ofs \
        - idx * sizeof(QByteArrayData)) \
    )
static const qt_meta_stringdata_U2__AboutDialogController_t qt_meta_stringdata_U2__AboutDialogController = {
    {
QT_MOC_LITERAL(0, 0, 25), // "U2::AboutDialogController"
QT_MOC_LITERAL(1, 26, 15), // "si_scoreChanged"
QT_MOC_LITERAL(2, 42, 0), // ""
QT_MOC_LITERAL(3, 43, 18), // "si_maxScoreChanged"
QT_MOC_LITERAL(4, 62, 15), // "si_levelChanged"
QT_MOC_LITERAL(5, 78, 15), // "sl_scoreChanged"
QT_MOC_LITERAL(6, 94, 15) // "sl_levelChanged"

    },
    "U2::AboutDialogController\0si_scoreChanged\0"
    "\0si_maxScoreChanged\0si_levelChanged\0"
    "sl_scoreChanged\0sl_levelChanged"
};
#undef QT_MOC_LITERAL

static const uint qt_meta_data_U2__AboutDialogController[] = {

 // content:
       7,       // revision
       0,       // classname
       0,    0, // classinfo
       5,   14, // methods
       0,    0, // properties
       0,    0, // enums/sets
       0,    0, // constructors
       0,       // flags
       3,       // signalCount

 // signals: name, argc, parameters, tag, flags
       1,    1,   39,    2, 0x06 /* Public */,
       3,    1,   42,    2, 0x06 /* Public */,
       4,    1,   45,    2, 0x06 /* Public */,

 // slots: name, argc, parameters, tag, flags
       5,    1,   48,    2, 0x08 /* Private */,
       6,    1,   51,    2, 0x08 /* Private */,

 // signals: parameters
    QMetaType::Void, QMetaType::QString,    2,
    QMetaType::Void, QMetaType::QString,    2,
    QMetaType::Void, QMetaType::QString,    2,

 // slots: parameters
    QMetaType::Void, QMetaType::Int,    2,
    QMetaType::Void, QMetaType::Int,    2,

       0        // eod
};

void U2::AboutDialogController::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
    if (_c == QMetaObject::InvokeMetaMethod) {
        AboutDialogController *_t = static_cast<AboutDialogController *>(_o);
        Q_UNUSED(_t)
        switch (_id) {
        case 0: _t->si_scoreChanged((*reinterpret_cast< QString(*)>(_a[1]))); break;
        case 1: _t->si_maxScoreChanged((*reinterpret_cast< QString(*)>(_a[1]))); break;
        case 2: _t->si_levelChanged((*reinterpret_cast< QString(*)>(_a[1]))); break;
        case 3: _t->sl_scoreChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
        case 4: _t->sl_levelChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
        default: ;
        }
    } else if (_c == QMetaObject::IndexOfMethod) {
        int *result = reinterpret_cast<int *>(_a[0]);
        void **func = reinterpret_cast<void **>(_a[1]);
        {
            typedef void (AboutDialogController::*_t)(QString );
            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&AboutDialogController::si_scoreChanged)) {
                *result = 0;
            }
        }
        {
            typedef void (AboutDialogController::*_t)(QString );
            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&AboutDialogController::si_maxScoreChanged)) {
                *result = 1;
            }
        }
        {
            typedef void (AboutDialogController::*_t)(QString );
            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&AboutDialogController::si_levelChanged)) {
                *result = 2;
            }
        }
    }
}

const QMetaObject U2::AboutDialogController::staticMetaObject = {
    { &QDialog::staticMetaObject, qt_meta_stringdata_U2__AboutDialogController.data,
      qt_meta_data_U2__AboutDialogController,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
};


const QMetaObject *U2::AboutDialogController::metaObject() const
{
    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}

void *U2::AboutDialogController::qt_metacast(const char *_clname)
{
    if (!_clname) return Q_NULLPTR;
    if (!strcmp(_clname, qt_meta_stringdata_U2__AboutDialogController.stringdata0))
        return static_cast<void*>(const_cast< AboutDialogController*>(this));
    if (!strcmp(_clname, "Ui_AboutDialog"))
        return static_cast< Ui_AboutDialog*>(const_cast< AboutDialogController*>(this));
    return QDialog::qt_metacast(_clname);
}

int U2::AboutDialogController::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 < 5)
            qt_static_metacall(this, _c, _id, _a);
        _id -= 5;
    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
        if (_id < 5)
            *reinterpret_cast<int*>(_a[0]) = -1;
        _id -= 5;
    }
    return _id;
}

// SIGNAL 0
void U2::AboutDialogController::si_scoreChanged(QString _t1)
{
    void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
    QMetaObject::activate(this, &staticMetaObject, 0, _a);
}

// SIGNAL 1
void U2::AboutDialogController::si_maxScoreChanged(QString _t1)
{
    void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
    QMetaObject::activate(this, &staticMetaObject, 1, _a);
}

// SIGNAL 2
void U2::AboutDialogController::si_levelChanged(QString _t1)
{
    void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
    QMetaObject::activate(this, &staticMetaObject, 2, _a);
}
struct qt_meta_stringdata_U2__AWidget_t {
    QByteArrayData data[1];
    char stringdata0[12];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
    qptrdiff(offsetof(qt_meta_stringdata_U2__AWidget_t, stringdata0) + ofs \
        - idx * sizeof(QByteArrayData)) \
    )
static const qt_meta_stringdata_U2__AWidget_t qt_meta_stringdata_U2__AWidget = {
    {
QT_MOC_LITERAL(0, 0, 11) // "U2::AWidget"

    },
    "U2::AWidget"
};
#undef QT_MOC_LITERAL

static const uint qt_meta_data_U2__AWidget[] = {

 // content:
       7,       // revision
       0,       // classname
       0,    0, // classinfo
       0,    0, // methods
       0,    0, // properties
       0,    0, // enums/sets
       0,    0, // constructors
       0,       // flags
       0,       // signalCount

       0        // eod
};

void U2::AWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
    Q_UNUSED(_o);
    Q_UNUSED(_id);
    Q_UNUSED(_c);
    Q_UNUSED(_a);
}

const QMetaObject U2::AWidget::staticMetaObject = {
    { &QWidget::staticMetaObject, qt_meta_stringdata_U2__AWidget.data,
      qt_meta_data_U2__AWidget,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
};


const QMetaObject *U2::AWidget::metaObject() const
{
    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}

void *U2::AWidget::qt_metacast(const char *_clname)
{
    if (!_clname) return Q_NULLPTR;
    if (!strcmp(_clname, qt_meta_stringdata_U2__AWidget.stringdata0))
        return static_cast<void*>(const_cast< AWidget*>(this));
    return QWidget::qt_metacast(_clname);
}

int U2::AWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
    _id = QWidget::qt_metacall(_c, _id, _a);
    if (_id < 0)
        return _id;
    return _id;
}
struct qt_meta_stringdata_U2__TBoard_t {
    QByteArrayData data[10];
    char stringdata0[91];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
    qptrdiff(offsetof(qt_meta_stringdata_U2__TBoard_t, stringdata0) + ofs \
        - idx * sizeof(QByteArrayData)) \
    )
static const qt_meta_stringdata_U2__TBoard_t qt_meta_stringdata_U2__TBoard = {
    {
QT_MOC_LITERAL(0, 0, 10), // "U2::TBoard"
QT_MOC_LITERAL(1, 11, 12), // "scoreChanged"
QT_MOC_LITERAL(2, 24, 0), // ""
QT_MOC_LITERAL(3, 25, 5), // "score"
QT_MOC_LITERAL(4, 31, 12), // "levelChanged"
QT_MOC_LITERAL(5, 44, 5), // "level"
QT_MOC_LITERAL(6, 50, 19), // "linesRemovedChanged"
QT_MOC_LITERAL(7, 70, 8), // "numLines"
QT_MOC_LITERAL(8, 79, 5), // "start"
QT_MOC_LITERAL(9, 85, 5) // "pause"

    },
    "U2::TBoard\0scoreChanged\0\0score\0"
    "levelChanged\0level\0linesRemovedChanged\0"
    "numLines\0start\0pause"
};
#undef QT_MOC_LITERAL

static const uint qt_meta_data_U2__TBoard[] = {

 // content:
       7,       // revision
       0,       // classname
       0,    0, // classinfo
       5,   14, // methods
       0,    0, // properties
       0,    0, // enums/sets
       0,    0, // constructors
       0,       // flags
       3,       // signalCount

 // signals: name, argc, parameters, tag, flags
       1,    1,   39,    2, 0x06 /* Public */,
       4,    1,   42,    2, 0x06 /* Public */,
       6,    1,   45,    2, 0x06 /* Public */,

 // slots: name, argc, parameters, tag, flags
       8,    0,   48,    2, 0x0a /* Public */,
       9,    0,   49,    2, 0x0a /* Public */,

 // signals: parameters
    QMetaType::Void, QMetaType::Int,    3,
    QMetaType::Void, QMetaType::Int,    5,
    QMetaType::Void, QMetaType::Int,    7,

 // slots: parameters
    QMetaType::Void,
    QMetaType::Void,

       0        // eod
};

void U2::TBoard::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
    if (_c == QMetaObject::InvokeMetaMethod) {
        TBoard *_t = static_cast<TBoard *>(_o);
        Q_UNUSED(_t)
        switch (_id) {
        case 0: _t->scoreChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
        case 1: _t->levelChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
        case 2: _t->linesRemovedChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
        case 3: _t->start(); break;
        case 4: _t->pause(); break;
        default: ;
        }
    } else if (_c == QMetaObject::IndexOfMethod) {
        int *result = reinterpret_cast<int *>(_a[0]);
        void **func = reinterpret_cast<void **>(_a[1]);
        {
            typedef void (TBoard::*_t)(int );
            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&TBoard::scoreChanged)) {
                *result = 0;
            }
        }
        {
            typedef void (TBoard::*_t)(int );
            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&TBoard::levelChanged)) {
                *result = 1;
            }
        }
        {
            typedef void (TBoard::*_t)(int );
            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&TBoard::linesRemovedChanged)) {
                *result = 2;
            }
        }
    }
}

const QMetaObject U2::TBoard::staticMetaObject = {
    { &QWidget::staticMetaObject, qt_meta_stringdata_U2__TBoard.data,
      qt_meta_data_U2__TBoard,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
};


const QMetaObject *U2::TBoard::metaObject() const
{
    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}

void *U2::TBoard::qt_metacast(const char *_clname)
{
    if (!_clname) return Q_NULLPTR;
    if (!strcmp(_clname, qt_meta_stringdata_U2__TBoard.stringdata0))
        return static_cast<void*>(const_cast< TBoard*>(this));
    return QWidget::qt_metacast(_clname);
}

int U2::TBoard::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
    _id = QWidget::qt_metacall(_c, _id, _a);
    if (_id < 0)
        return _id;
    if (_c == QMetaObject::InvokeMetaMethod) {
        if (_id < 5)
            qt_static_metacall(this, _c, _id, _a);
        _id -= 5;
    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
        if (_id < 5)
            *reinterpret_cast<int*>(_a[0]) = -1;
        _id -= 5;
    }
    return _id;
}

// SIGNAL 0
void U2::TBoard::scoreChanged(int _t1)
{
    void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
    QMetaObject::activate(this, &staticMetaObject, 0, _a);
}

// SIGNAL 1
void U2::TBoard::levelChanged(int _t1)
{
    void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
    QMetaObject::activate(this, &staticMetaObject, 1, _a);
}

// SIGNAL 2
void U2::TBoard::linesRemovedChanged(int _t1)
{
    void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
    QMetaObject::activate(this, &staticMetaObject, 2, _a);
}
QT_END_MOC_NAMESPACE
