/**************************************************************************** ** CLightSourceEditorRenderer meta object code from reading C++ file 'CLightSourceEditorRenderer.h' ** ** Created: Wed Mar 5 18:23:29 2003 ** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.1.1 edited Dec 9 10:40 $) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #undef QT_NO_COMPAT #include "CLightSourceEditorRenderer.h" #include #include #include #if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26) #error "This file was generated using the moc from 3.1.1. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif const char *CLightSourceEditorRenderer::className() const { return "CLightSourceEditorRenderer"; } QMetaObject *CLightSourceEditorRenderer::metaObj = 0; static QMetaObjectCleanUp cleanUp_CLightSourceEditorRenderer( "CLightSourceEditorRenderer", &CLightSourceEditorRenderer::staticMetaObject ); #ifndef QT_NO_TRANSLATION QString CLightSourceEditorRenderer::tr( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "CLightSourceEditorRenderer", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s ); } #ifndef QT_NO_TRANSLATION_UTF8 QString CLightSourceEditorRenderer::trUtf8( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "CLightSourceEditorRenderer", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s ); } #endif // QT_NO_TRANSLATION_UTF8 #endif // QT_NO_TRANSLATION QMetaObject* CLightSourceEditorRenderer::staticMetaObject() { if ( metaObj ) return metaObj; QMetaObject* parentObject = QObject::staticMetaObject(); static const QUMethod slot_0 = {"sltInitializeGL", 0, 0 }; static const QUParameter param_slot_1[] = { { "w", &static_QUType_int, 0, QUParameter::In }, { "h", &static_QUType_int, 0, QUParameter::In } }; static const QUMethod slot_1 = {"sltResizeGL", 2, param_slot_1 }; static const QUMethod slot_2 = {"sltPaintGL", 0, 0 }; static const QUParameter param_slot_3[] = { { "pqEvent", &static_QUType_ptr, "QMouseEvent", QUParameter::In } }; static const QUMethod slot_3 = {"sltManageSelection", 1, param_slot_3 }; static const QUParameter param_slot_4[] = { { "pqEvent", &static_QUType_ptr, "QMouseEvent", QUParameter::In } }; static const QUMethod slot_4 = {"sltManageRelease", 1, param_slot_4 }; static const QUParameter param_slot_5[] = { { "pqEvent", &static_QUType_ptr, "QMouseEvent", QUParameter::In } }; static const QUMethod slot_5 = {"sltManageMove", 1, param_slot_5 }; static const QUMethod slot_6 = {"sltResetSelection", 0, 0 }; static const QMetaData slot_tbl[] = { { "sltInitializeGL()", &slot_0, QMetaData::Private }, { "sltResizeGL(int,int)", &slot_1, QMetaData::Private }, { "sltPaintGL()", &slot_2, QMetaData::Private }, { "sltManageSelection(QMouseEvent*)", &slot_3, QMetaData::Private }, { "sltManageRelease(QMouseEvent*)", &slot_4, QMetaData::Private }, { "sltManageMove(QMouseEvent*)", &slot_5, QMetaData::Private }, { "sltResetSelection()", &slot_6, QMetaData::Private } }; metaObj = QMetaObject::new_metaobject( "CLightSourceEditorRenderer", parentObject, slot_tbl, 7, 0, 0, #ifndef QT_NO_PROPERTIES 0, 0, 0, 0, #endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_CLightSourceEditorRenderer.setMetaObject( metaObj ); return metaObj; } void* CLightSourceEditorRenderer::qt_cast( const char* clname ) { if ( !qstrcmp( clname, "CLightSourceEditorRenderer" ) ) return this; return QObject::qt_cast( clname ); } bool CLightSourceEditorRenderer::qt_invoke( int _id, QUObject* _o ) { switch ( _id - staticMetaObject()->slotOffset() ) { case 0: sltInitializeGL(); break; case 1: sltResizeGL((int)static_QUType_int.get(_o+1),(int)static_QUType_int.get(_o+2)); break; case 2: sltPaintGL(); break; case 3: sltManageSelection((QMouseEvent*)static_QUType_ptr.get(_o+1)); break; case 4: sltManageRelease((QMouseEvent*)static_QUType_ptr.get(_o+1)); break; case 5: sltManageMove((QMouseEvent*)static_QUType_ptr.get(_o+1)); break; case 6: sltResetSelection(); break; default: return QObject::qt_invoke( _id, _o ); } return TRUE; } bool CLightSourceEditorRenderer::qt_emit( int _id, QUObject* _o ) { return QObject::qt_emit(_id,_o); } #ifndef QT_NO_PROPERTIES bool CLightSourceEditorRenderer::qt_property( int id, int f, QVariant* v) { return QObject::qt_property( id, f, v); } bool CLightSourceEditorRenderer::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } #endif // QT_NO_PROPERTIES