moc_ishowview.cpp 5.46 KB
/****************************************************************************
** Meta object code from reading C++ file 'ishowview.h'
**
** Created: Fri Jul 15 16:00:05 2016
**      by: The Qt Meta Object Compiler version 67 (Qt 5.0.0)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#include "../../../LiveChat/FeiTalk/ishowview.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'ishowview.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.0.0. 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_IShowView_t {
    QByteArrayData data[14];
    char stringdata[181];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
    offsetof(qt_meta_stringdata_IShowView_t, stringdata) + ofs \
        - idx * sizeof(QByteArrayData) \
    )
static const qt_meta_stringdata_IShowView_t qt_meta_stringdata_IShowView = {
    {
QT_MOC_LITERAL(0, 0, 9),
QT_MOC_LITERAL(1, 10, 9),
QT_MOC_LITERAL(2, 20, 0),
QT_MOC_LITERAL(3, 21, 16),
QT_MOC_LITERAL(4, 38, 15),
QT_MOC_LITERAL(5, 54, 16),
QT_MOC_LITERAL(6, 71, 15),
QT_MOC_LITERAL(7, 87, 10),
QT_MOC_LITERAL(8, 98, 6),
QT_MOC_LITERAL(9, 105, 4),
QT_MOC_LITERAL(10, 110, 8),
QT_MOC_LITERAL(11, 119, 17),
QT_MOC_LITERAL(12, 137, 15),
QT_MOC_LITERAL(13, 153, 26)
    },
    "IShowView\0UseLogOut\0\0gotoOverviewPage\0"
    "showTalkingPage\0acceptCallAnswer\0"
    "hideTalkingPage\0doResponse\0lodOut\0"
    "flag\0hideMain\0showMainMaximized\0"
    "showMaincalling\0on_pushButtonClose_clicked\0"
};
#undef QT_MOC_LITERAL

static const uint qt_meta_data_IShowView[] = {

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

 // signals: name, argc, parameters, tag, flags
       1,    0,   69,    2, 0x05,

 // slots: name, argc, parameters, tag, flags
       3,    0,   70,    2, 0x0a,
       4,    0,   71,    2, 0x0a,
       5,    0,   72,    2, 0x0a,
       6,    0,   73,    2, 0x0a,
       7,    4,   74,    2, 0x0a,
       8,    1,   83,    2, 0x0a,
      10,    0,   86,    2, 0x0a,
      11,    0,   87,    2, 0x0a,
      12,    0,   88,    2, 0x0a,
      13,    0,   89,    2, 0x08,

 // signals: parameters
    QMetaType::Void,

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

       0        // eod
};

void IShowView::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
    if (_c == QMetaObject::InvokeMetaMethod) {
        IShowView *_t = static_cast<IShowView *>(_o);
        switch (_id) {
        case 0: _t->UseLogOut(); break;
        case 1: _t->gotoOverviewPage(); break;
        case 2: _t->showTalkingPage(); break;
        case 3: _t->acceptCallAnswer(); break;
        case 4: _t->hideTalkingPage(); break;
        case 5: _t->doResponse((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< QString(*)>(_a[3])),(*reinterpret_cast< QString(*)>(_a[4]))); break;
        case 6: _t->lodOut((*reinterpret_cast< int(*)>(_a[1]))); break;
        case 7: _t->hideMain(); break;
        case 8: _t->showMainMaximized(); break;
        case 9: _t->showMaincalling(); break;
        case 10: _t->on_pushButtonClose_clicked(); break;
        default: ;
        }
    } else if (_c == QMetaObject::IndexOfMethod) {
        int *result = reinterpret_cast<int *>(_a[0]);
        void **func = reinterpret_cast<void **>(_a[1]);
        {
            typedef void (IShowView::*_t)();
            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&IShowView::UseLogOut)) {
                *result = 0;
            }
        }
    }
}

const QMetaObject IShowView::staticMetaObject = {
    { &QStackedWidget::staticMetaObject, qt_meta_stringdata_IShowView.data,
      qt_meta_data_IShowView,  qt_static_metacall, 0, 0}
};


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

void *IShowView::qt_metacast(const char *_clname)
{
    if (!_clname) return 0;
    if (!strcmp(_clname, qt_meta_stringdata_IShowView.stringdata))
        return static_cast<void*>(const_cast< IShowView*>(this));
    return QStackedWidget::qt_metacast(_clname);
}

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

// SIGNAL 0
void IShowView::UseLogOut()
{
    QMetaObject::activate(this, &staticMetaObject, 0, 0);
}
QT_END_MOC_NAMESPACE