E:/dev/ssip2006/snake/moc_QtCvWrapper.cpp

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Meta object code from reading C++ file 'QtCvWrapper.h'
00003 **
00004 ** Created: Do 6. Jul 21:52:50 2006
00005 **      by: The Qt Meta Object Compiler version 59 (Qt 4.1.4)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 *****************************************************************************/
00009 
00010 #include "QtCvWrapper.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'QtCvWrapper.h' doesn't include <QObject>."
00013 #elif Q_MOC_OUTPUT_REVISION != 59
00014 #error "This file was generated using the moc from 4.1.4. It"
00015 #error "cannot be used with the include files from this version of Qt."
00016 #error "(The moc has changed too much.)"
00017 #endif
00018 
00019 static const uint qt_meta_data_QtCvWrapper[] = {
00020 
00021  // content:
00022        1,       // revision
00023        0,       // classname
00024        0,    0, // classinfo
00025        7,   10, // methods
00026        0,    0, // properties
00027        0,    0, // enums/sets
00028 
00029  // slots: signature, parameters, type, tag, flags
00030       13,   12,   12,   12, 0x0a,
00031       31,   12,   12,   12, 0x0a,
00032       56,   12,   12,   12, 0x0a,
00033       67,   12,   12,   12, 0x0a,
00034       83,   12,   12,   12, 0x0a,
00035      101,   12,   12,   12, 0x0a,
00036      120,   12,   12,   12, 0x0a,
00037 
00038        0        // eod
00039 };
00040 
00041 static const char qt_meta_stringdata_QtCvWrapper[] = {
00042     "QtCvWrapper\0\0slotImageOpened()\0slotSnakeButtonPressed()\0slotTest()\0"
00043     "slotInitCurve()\0slotIterationOn()\0slotIterationOff()\0"
00044     "slotIterationStep()\0"
00045 };
00046 
00047 const QMetaObject QtCvWrapper::staticMetaObject = {
00048     { &QObject::staticMetaObject, qt_meta_stringdata_QtCvWrapper,
00049       qt_meta_data_QtCvWrapper, 0 }
00050 };
00051 
00052 const QMetaObject *QtCvWrapper::metaObject() const
00053 {
00054     return &staticMetaObject;
00055 }
00056 
00057 void *QtCvWrapper::qt_metacast(const char *_clname)
00058 {
00059     if (!_clname) return 0;
00060     if (!strcmp(_clname, qt_meta_stringdata_QtCvWrapper))
00061         return static_cast<void*>(const_cast<QtCvWrapper*>(this));
00062     return QObject::qt_metacast(_clname);
00063 }
00064 
00065 int QtCvWrapper::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00066 {
00067     _id = QObject::qt_metacall(_c, _id, _a);
00068     if (_id < 0)
00069         return _id;
00070     if (_c == QMetaObject::InvokeMetaMethod) {
00071         switch (_id) {
00072         case 0: slotImageOpened(); break;
00073         case 1: slotSnakeButtonPressed(); break;
00074         case 2: slotTest(); break;
00075         case 3: slotInitCurve(); break;
00076         case 4: slotIterationOn(); break;
00077         case 5: slotIterationOff(); break;
00078         case 6: slotIterationStep(); break;
00079         }
00080         _id -= 7;
00081     }
00082     return _id;
00083 }

Generated on Thu Jul 6 23:16:43 2006 for Snake Ballooning by  doxygen 1.4.7