/****************************************************************************
** Meta object code from reading C++ file 'CoreRoutines.h'
**
** Created: Wed Nov 11 17:24:13 2009
**      by: The Qt Meta Object Compiler version 61 (Qt 4.5.1)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

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

 // content:
       2,       // revision
       0,       // classname
       0,    0, // classinfo
       4,   12, // methods
       0,    0, // properties
       0,    0, // enums/sets
       0,    0, // constructors

 // slots: signature, parameters, type, tag, flags
      19,   13,   14,   13, 0x0a,
      45,   41,   33,   13, 0x0a,
      73,   13,   13,   13, 0x0a,
     103,   96,   14,   13, 0x0a,

       0        // eod
};

static const char qt_meta_stringdata_CoreRoutines[] = {
    "CoreRoutines\0\0uint\0listConfigs()\0"
    "QString\0pos\0queryConfigurationName(int)\0"
    "reloadConfigurations()\0config\0"
    "executeConfiguration(QString)\0"
};

const QMetaObject CoreRoutines::staticMetaObject = {
    { &QObject::staticMetaObject, qt_meta_stringdata_CoreRoutines,
      qt_meta_data_CoreRoutines, 0 }
};

const QMetaObject *CoreRoutines::metaObject() const
{
    return &staticMetaObject;
}

void *CoreRoutines::qt_metacast(const char *_clname)
{
    if (!_clname) return 0;
    if (!strcmp(_clname, qt_meta_stringdata_CoreRoutines))
        return static_cast<void*>(const_cast< CoreRoutines*>(this));
    return QObject::qt_metacast(_clname);
}

int CoreRoutines::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
    _id = QObject::qt_metacall(_c, _id, _a);
    if (_id < 0)
        return _id;
    if (_c == QMetaObject::InvokeMetaMethod) {
        switch (_id) {
        case 0: { uint _r = listConfigs();
            if (_a[0]) *reinterpret_cast< uint*>(_a[0]) = _r; }  break;
        case 1: { QString _r = queryConfigurationName((*reinterpret_cast< int(*)>(_a[1])));
            if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
        case 2: reloadConfigurations(); break;
        case 3: { uint _r = executeConfiguration((*reinterpret_cast< QString(*)>(_a[1])));
            if (_a[0]) *reinterpret_cast< uint*>(_a[0]) = _r; }  break;
        default: ;
        }
        _id -= 4;
    }
    return _id;
}
QT_END_MOC_NAMESPACE
