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

#include "fcvsfo.h"
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'fcvsfo.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 63
#error "This file was generated using the moc from 4.8.7. 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
static const uint qt_meta_data_GraphSceene[] = {

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

 // signals: signature, parameters, type, tag, flags
      16,   13,   12,   12, 0x05,
      32,   12,   12,   12, 0x05,

       0        // eod
};

static const char qt_meta_stringdata_GraphSceene[] = {
    "GraphSceene\0\0da\0meinstatus(int)\0"
    "listen()\0"
};

void GraphSceene::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
    if (_c == QMetaObject::InvokeMetaMethod) {
        Q_ASSERT(staticMetaObject.cast(_o));
        GraphSceene *_t = static_cast<GraphSceene *>(_o);
        switch (_id) {
        case 0: _t->meinstatus((*reinterpret_cast< int(*)>(_a[1]))); break;
        case 1: _t->listen(); break;
        default: ;
        }
    }
}

const QMetaObjectExtraData GraphSceene::staticMetaObjectExtraData = {
    0,  qt_static_metacall 
};

const QMetaObject GraphSceene::staticMetaObject = {
    { &QGraphicsScene::staticMetaObject, qt_meta_stringdata_GraphSceene,
      qt_meta_data_GraphSceene, &staticMetaObjectExtraData }
};

#ifdef Q_NO_DATA_RELOCATION
const QMetaObject &GraphSceene::getStaticMetaObject() { return staticMetaObject; }
#endif //Q_NO_DATA_RELOCATION

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

void *GraphSceene::qt_metacast(const char *_clname)
{
    if (!_clname) return 0;
    if (!strcmp(_clname, qt_meta_stringdata_GraphSceene))
        return static_cast<void*>(const_cast< GraphSceene*>(this));
    return QGraphicsScene::qt_metacast(_clname);
}

int GraphSceene::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
    _id = QGraphicsScene::qt_metacall(_c, _id, _a);
    if (_id < 0)
        return _id;
    if (_c == QMetaObject::InvokeMetaMethod) {
        if (_id < 2)
            qt_static_metacall(this, _c, _id, _a);
        _id -= 2;
    }
    return _id;
}

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

// SIGNAL 1
void GraphSceene::listen()
{
    QMetaObject::activate(this, &staticMetaObject, 1, 0);
}
static const uint qt_meta_data_FcVsFo[] = {

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

 // signals: signature, parameters, type, tag, flags
       8,    7,    7,    7, 0x05,

 // slots: signature, parameters, type, tag, flags
      21,    7,    7,    7, 0x0a,
      31,    7,    7,    7, 0x0a,
      41,    7,    7,    7, 0x0a,
      54,   51,    7,    7, 0x0a,
      62,    7,    7,    7, 0x0a,
      71,    7,    7,    7, 0x0a,
      81,    7,    7,    7, 0x0a,
      91,    7,    7,    7, 0x0a,
     101,    7,    7,    7, 0x0a,
     119,  114,    7,    7, 0x0a,

       0        // eod
};

static const char qt_meta_stringdata_FcVsFo[] = {
    "FcVsFo\0\0weg(QString)\0delayMe()\0readFCF()\0"
    "omitref()\0da\0st(int)\0zoomin()\0zoomout()\0"
    "zoomoff()\0zoomfit()\0selektiert()\0type\0"
    "graphChange(int)\0"
};

void FcVsFo::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
    if (_c == QMetaObject::InvokeMetaMethod) {
        Q_ASSERT(staticMetaObject.cast(_o));
        FcVsFo *_t = static_cast<FcVsFo *>(_o);
        switch (_id) {
        case 0: _t->weg((*reinterpret_cast< const QString(*)>(_a[1]))); break;
        case 1: _t->delayMe(); break;
        case 2: _t->readFCF(); break;
        case 3: _t->omitref(); break;
        case 4: _t->st((*reinterpret_cast< int(*)>(_a[1]))); break;
        case 5: _t->zoomin(); break;
        case 6: _t->zoomout(); break;
        case 7: _t->zoomoff(); break;
        case 8: _t->zoomfit(); break;
        case 9: _t->selektiert(); break;
        case 10: _t->graphChange((*reinterpret_cast< int(*)>(_a[1]))); break;
        default: ;
        }
    }
}

const QMetaObjectExtraData FcVsFo::staticMetaObjectExtraData = {
    0,  qt_static_metacall 
};

const QMetaObject FcVsFo::staticMetaObject = {
    { &QDialog::staticMetaObject, qt_meta_stringdata_FcVsFo,
      qt_meta_data_FcVsFo, &staticMetaObjectExtraData }
};

#ifdef Q_NO_DATA_RELOCATION
const QMetaObject &FcVsFo::getStaticMetaObject() { return staticMetaObject; }
#endif //Q_NO_DATA_RELOCATION

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

void *FcVsFo::qt_metacast(const char *_clname)
{
    if (!_clname) return 0;
    if (!strcmp(_clname, qt_meta_stringdata_FcVsFo))
        return static_cast<void*>(const_cast< FcVsFo*>(this));
    return QDialog::qt_metacast(_clname);
}

int FcVsFo::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 < 11)
            qt_static_metacall(this, _c, _id, _a);
        _id -= 11;
    }
    return _id;
}

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