/****************************************************************************
** Meta object code from reading C++ file 'glmesh.h'
**
** Created: Sat Jul 23 18:21:04 2011
**      by: The Qt Meta Object Compiler version 62 (Qt 4.7.2)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#include "glmesh.h"
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'glmesh.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 62
#error "This file was generated using the moc from 4.7.2. 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_GLMesh[] = {

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

 // slots: signature, parameters, type, tag, flags
      10,    8,    7,    7, 0x0a,
      37,   35,    7,    7, 0x0a,
      60,   35,    7,    7, 0x0a,
      78,   35,    7,    7, 0x0a,
      97,   95,    7,    7, 0x0a,
     114,   35,    7,    7, 0x0a,
     131,  129,    7,    7, 0x0a,
     152,  149,    7,    7, 0x0a,
     175,  173,    7,    7, 0x0a,
     194,  192,    7,    7, 0x0a,
     218,  215,    7,    7, 0x0a,
     240,  237,    7,    7, 0x0a,
     268,  266,    7,    7, 0x0a,
     286,    8,    7,    7, 0x0a,
     307,   95,    7,    7, 0x0a,

       0        // eod
};

static const char qt_meta_stringdata_GLMesh[] = {
    "GLMesh\0\0a\0setDisplayMode(QAction*)\0l\0"
    "setLightIntensity(int)\0setPointSize(int)\0"
    "setLineSize(int)\0c\0setClipping(int)\0"
    "setLight(bool)\0p\0setPolygons(bool)\0"
    "sc\0setShapeColors(bool)\0n\0setNormals(bool)\0"
    "b\0setBoundingBox(bool)\0bf\0setBackFaces(bool)\0"
    "tf\0setTextureFiltering(bool)\0f\0"
    "setFeatures(bool)\0setAspectRatio(bool)\0"
    "setBackgroundColor(QColor)\0"
};

const QMetaObject GLMesh::staticMetaObject = {
    { &QGLWidget::staticMetaObject, qt_meta_stringdata_GLMesh,
      qt_meta_data_GLMesh, 0 }
};

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

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

void *GLMesh::qt_metacast(const char *_clname)
{
    if (!_clname) return 0;
    if (!strcmp(_clname, qt_meta_stringdata_GLMesh))
        return static_cast<void*>(const_cast< GLMesh*>(this));
    return QGLWidget::qt_metacast(_clname);
}

int GLMesh::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
    _id = QGLWidget::qt_metacall(_c, _id, _a);
    if (_id < 0)
        return _id;
    if (_c == QMetaObject::InvokeMetaMethod) {
        switch (_id) {
        case 0: setDisplayMode((*reinterpret_cast< QAction*(*)>(_a[1]))); break;
        case 1: setLightIntensity((*reinterpret_cast< int(*)>(_a[1]))); break;
        case 2: setPointSize((*reinterpret_cast< int(*)>(_a[1]))); break;
        case 3: setLineSize((*reinterpret_cast< int(*)>(_a[1]))); break;
        case 4: setClipping((*reinterpret_cast< int(*)>(_a[1]))); break;
        case 5: setLight((*reinterpret_cast< bool(*)>(_a[1]))); break;
        case 6: setPolygons((*reinterpret_cast< bool(*)>(_a[1]))); break;
        case 7: setShapeColors((*reinterpret_cast< bool(*)>(_a[1]))); break;
        case 8: setNormals((*reinterpret_cast< bool(*)>(_a[1]))); break;
        case 9: setBoundingBox((*reinterpret_cast< bool(*)>(_a[1]))); break;
        case 10: setBackFaces((*reinterpret_cast< bool(*)>(_a[1]))); break;
        case 11: setTextureFiltering((*reinterpret_cast< bool(*)>(_a[1]))); break;
        case 12: setFeatures((*reinterpret_cast< bool(*)>(_a[1]))); break;
        case 13: setAspectRatio((*reinterpret_cast< bool(*)>(_a[1]))); break;
        case 14: setBackgroundColor((*reinterpret_cast< QColor(*)>(_a[1]))); break;
        default: ;
        }
        _id -= 15;
    }
    return _id;
}
QT_END_MOC_NAMESPACE
