/****************************************************************************
** Meta object code from reading C++ file 'DotPlotPlugin.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/DotPlotPlugin.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'DotPlotPlugin.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__DotPlotPlugin_t {
    QByteArrayData data[3];
    char stringdata0[38];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
    qptrdiff(offsetof(qt_meta_stringdata_U2__DotPlotPlugin_t, stringdata0) + ofs \
        - idx * sizeof(QByteArrayData)) \
    )
static const qt_meta_stringdata_U2__DotPlotPlugin_t qt_meta_stringdata_U2__DotPlotPlugin = {
    {
QT_MOC_LITERAL(0, 0, 17), // "U2::DotPlotPlugin"
QT_MOC_LITERAL(1, 18, 18), // "sl_initDotPlotView"
QT_MOC_LITERAL(2, 37, 0) // ""

    },
    "U2::DotPlotPlugin\0sl_initDotPlotView\0"
    ""
};
#undef QT_MOC_LITERAL

static const uint qt_meta_data_U2__DotPlotPlugin[] = {

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

 // slots: name, argc, parameters, tag, flags
       1,    0,   19,    2, 0x08 /* Private */,

 // slots: parameters
    QMetaType::Void,

       0        // eod
};

void U2::DotPlotPlugin::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
    if (_c == QMetaObject::InvokeMetaMethod) {
        DotPlotPlugin *_t = static_cast<DotPlotPlugin *>(_o);
        Q_UNUSED(_t)
        switch (_id) {
        case 0: _t->sl_initDotPlotView(); break;
        default: ;
        }
    }
    Q_UNUSED(_a);
}

const QMetaObject U2::DotPlotPlugin::staticMetaObject = {
    { &Plugin::staticMetaObject, qt_meta_stringdata_U2__DotPlotPlugin.data,
      qt_meta_data_U2__DotPlotPlugin,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
};


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

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

int U2::DotPlotPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
    _id = Plugin::qt_metacall(_c, _id, _a);
    if (_id < 0)
        return _id;
    if (_c == QMetaObject::InvokeMetaMethod) {
        if (_id < 1)
            qt_static_metacall(this, _c, _id, _a);
        _id -= 1;
    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
        if (_id < 1)
            *reinterpret_cast<int*>(_a[0]) = -1;
        _id -= 1;
    }
    return _id;
}
struct qt_meta_stringdata_U2__DotPlotViewContext_t {
    QByteArrayData data[11];
    char stringdata0[147];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
    qptrdiff(offsetof(qt_meta_stringdata_U2__DotPlotViewContext_t, stringdata0) + ofs \
        - idx * sizeof(QByteArrayData)) \
    )
static const qt_meta_stringdata_U2__DotPlotViewContext_t qt_meta_stringdata_U2__DotPlotViewContext = {
    {
QT_MOC_LITERAL(0, 0, 22), // "U2::DotPlotViewContext"
QT_MOC_LITERAL(1, 23, 15), // "sl_buildDotPlot"
QT_MOC_LITERAL(2, 39, 0), // ""
QT_MOC_LITERAL(3, 40, 16), // "sl_removeDotPlot"
QT_MOC_LITERAL(4, 57, 20), // "sl_showDotPlotDialog"
QT_MOC_LITERAL(5, 78, 23), // "sl_loadTaskStateChanged"
QT_MOC_LITERAL(6, 102, 5), // "Task*"
QT_MOC_LITERAL(7, 108, 4), // "task"
QT_MOC_LITERAL(8, 113, 18), // "sl_windowActivated"
QT_MOC_LITERAL(9, 132, 12), // "MWMDIWindow*"
QT_MOC_LITERAL(10, 145, 1) // "w"

    },
    "U2::DotPlotViewContext\0sl_buildDotPlot\0"
    "\0sl_removeDotPlot\0sl_showDotPlotDialog\0"
    "sl_loadTaskStateChanged\0Task*\0task\0"
    "sl_windowActivated\0MWMDIWindow*\0w"
};
#undef QT_MOC_LITERAL

static const uint qt_meta_data_U2__DotPlotViewContext[] = {

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

 // slots: name, argc, parameters, tag, flags
       1,    0,   39,    2, 0x08 /* Private */,
       3,    0,   40,    2, 0x08 /* Private */,
       4,    0,   41,    2, 0x08 /* Private */,
       5,    1,   42,    2, 0x08 /* Private */,
       8,    1,   45,    2, 0x08 /* Private */,

 // slots: parameters
    QMetaType::Void,
    QMetaType::Void,
    QMetaType::Void,
    QMetaType::Void, 0x80000000 | 6,    7,
    QMetaType::Void, 0x80000000 | 9,   10,

       0        // eod
};

void U2::DotPlotViewContext::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
    if (_c == QMetaObject::InvokeMetaMethod) {
        DotPlotViewContext *_t = static_cast<DotPlotViewContext *>(_o);
        Q_UNUSED(_t)
        switch (_id) {
        case 0: _t->sl_buildDotPlot(); break;
        case 1: _t->sl_removeDotPlot(); break;
        case 2: _t->sl_showDotPlotDialog(); break;
        case 3: _t->sl_loadTaskStateChanged((*reinterpret_cast< Task*(*)>(_a[1]))); break;
        case 4: _t->sl_windowActivated((*reinterpret_cast< MWMDIWindow*(*)>(_a[1]))); break;
        default: ;
        }
    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
        switch (_id) {
        default: *reinterpret_cast<int*>(_a[0]) = -1; break;
        case 4:
            switch (*reinterpret_cast<int*>(_a[1])) {
            default: *reinterpret_cast<int*>(_a[0]) = -1; break;
            case 0:
                *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< MWMDIWindow* >(); break;
            }
            break;
        }
    }
}

const QMetaObject U2::DotPlotViewContext::staticMetaObject = {
    { &GObjectViewWindowContext::staticMetaObject, qt_meta_stringdata_U2__DotPlotViewContext.data,
      qt_meta_data_U2__DotPlotViewContext,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
};


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

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

int U2::DotPlotViewContext::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
    _id = GObjectViewWindowContext::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)
            qt_static_metacall(this, _c, _id, _a);
        _id -= 5;
    }
    return _id;
}
struct qt_meta_stringdata_U2__DotPlotViewAction_t {
    QByteArrayData data[1];
    char stringdata0[22];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
    qptrdiff(offsetof(qt_meta_stringdata_U2__DotPlotViewAction_t, stringdata0) + ofs \
        - idx * sizeof(QByteArrayData)) \
    )
static const qt_meta_stringdata_U2__DotPlotViewAction_t qt_meta_stringdata_U2__DotPlotViewAction = {
    {
QT_MOC_LITERAL(0, 0, 21) // "U2::DotPlotViewAction"

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

static const uint qt_meta_data_U2__DotPlotViewAction[] = {

 // 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::DotPlotViewAction::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::DotPlotViewAction::staticMetaObject = {
    { &ADVSequenceWidgetAction::staticMetaObject, qt_meta_stringdata_U2__DotPlotViewAction.data,
      qt_meta_data_U2__DotPlotViewAction,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
};


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

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

int U2::DotPlotViewAction::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
    _id = ADVSequenceWidgetAction::qt_metacall(_c, _id, _a);
    if (_id < 0)
        return _id;
    return _id;
}
QT_END_MOC_NAMESPACE
