/**************************************************************************** ** QCamMax meta object code from reading C++ file 'QCamMax.hpp' ** ** Created: Mon May 15 10:35:02 2006 ** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.5 edited Sep 2 14:41 $) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #undef QT_NO_COMPAT #include "QCamMax.hpp" #include #include #include #if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26) #error "This file was generated using the moc from 3.3.5. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif const char *QCamMax::className() const { return "QCamMax"; } QMetaObject *QCamMax::metaObj = 0; static QMetaObjectCleanUp cleanUp_QCamMax( "QCamMax", &QCamMax::staticMetaObject ); #ifndef QT_NO_TRANSLATION QString QCamMax::tr( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "QCamMax", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s ); } #ifndef QT_NO_TRANSLATION_UTF8 QString QCamMax::trUtf8( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "QCamMax", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s ); } #endif // QT_NO_TRANSLATION_UTF8 #endif // QT_NO_TRANSLATION QMetaObject* QCamMax::staticMetaObject() { if ( metaObj ) return metaObj; QMetaObject* parentObject = QCam::staticMetaObject(); static const QUMethod slot_0 = {"clear", 0, 0 }; static const QUMethod slot_1 = {"addNewFrame", 0, 0 }; static const QMetaData slot_tbl[] = { { "clear()", &slot_0, QMetaData::Public }, { "addNewFrame()", &slot_1, QMetaData::Private } }; metaObj = QMetaObject::new_metaobject( "QCamMax", parentObject, slot_tbl, 2, 0, 0, #ifndef QT_NO_PROPERTIES 0, 0, 0, 0, #endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_QCamMax.setMetaObject( metaObj ); return metaObj; } void* QCamMax::qt_cast( const char* clname ) { if ( !qstrcmp( clname, "QCamMax" ) ) return this; return QCam::qt_cast( clname ); } bool QCamMax::qt_invoke( int _id, QUObject* _o ) { switch ( _id - staticMetaObject()->slotOffset() ) { case 0: clear(); break; case 1: addNewFrame(); break; default: return QCam::qt_invoke( _id, _o ); } return TRUE; } bool QCamMax::qt_emit( int _id, QUObject* _o ) { return QCam::qt_emit(_id,_o); } #ifndef QT_NO_PROPERTIES bool QCamMax::qt_property( int id, int f, QVariant* v) { return QCam::qt_property( id, f, v); } bool QCamMax::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } #endif // QT_NO_PROPERTIES