/**************************************************************************** ** MainWindow meta object code from reading C++ file 'MainWindow.h' ** ** Created: Thu Jan 3 22:26:27 2008 ** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.0.3 edited Mar 18 10:45 $) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #undef QT_NO_COMPAT #include "../MainWindow.h" #include #include #include #if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 19) #error "This file was generated using the moc from 3.0.3. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif const char *MainWindow::className() const { return "MainWindow"; } QMetaObject *MainWindow::metaObj = 0; static QMetaObjectCleanUp cleanUp_MainWindow; #ifndef QT_NO_TRANSLATION QString MainWindow::tr( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "MainWindow", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s ); } #ifndef QT_NO_TRANSLATION_UTF8 QString MainWindow::trUtf8( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "MainWindow", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s ); } #endif // QT_NO_TRANSLATION_UTF8 #endif // QT_NO_TRANSLATION QMetaObject* MainWindow::staticMetaObject() { if ( metaObj ) return metaObj; QMetaObject* parentObject = QWidget::staticMetaObject(); static const QUMethod slot_0 = {"quit", 0, 0 }; static const QUMethod slot_1 = {"LoadSequence", 0, 0 }; static const QUParameter param_slot_2[] = { { 0, &static_QUType_int, 0, QUParameter::In } }; static const QUMethod slot_2 = {"UpdateLoadStatus", 1, param_slot_2 }; static const QUParameter param_slot_3[] = { { "sf", &static_QUType_int, 0, QUParameter::In }, { "aborted", &static_QUType_bool, 0, QUParameter::In } }; static const QUMethod slot_3 = {"LoadSequenceCompleted", 2, param_slot_3 }; static const QUParameter param_slot_4[] = { { 0, &static_QUType_int, 0, QUParameter::In } }; static const QUMethod slot_4 = {"SetFrameNumber", 1, param_slot_4 }; static const QUMethod slot_5 = {"Fps60", 0, 0 }; static const QUMethod slot_6 = {"Fps48", 0, 0 }; static const QUMethod slot_7 = {"Fps30", 0, 0 }; static const QUMethod slot_8 = {"Fps24", 0, 0 }; static const QUMethod slot_9 = {"Fps20", 0, 0 }; static const QUMethod slot_10 = {"Fps15", 0, 0 }; static const QUMethod slot_11 = {"Fps12", 0, 0 }; static const QUMethod slot_12 = {"Fps10", 0, 0 }; static const QUParameter param_slot_13[] = { { 0, &static_QUType_ptr, "FPS", QUParameter::In } }; static const QUMethod slot_13 = {"SetFPS", 1, param_slot_13 }; static const QUMethod slot_14 = {"Step1", 0, 0 }; static const QUMethod slot_15 = {"Step2", 0, 0 }; static const QUMethod slot_16 = {"Step3", 0, 0 }; static const QUMethod slot_17 = {"Step4", 0, 0 }; static const QUMethod slot_18 = {"Step5", 0, 0 }; static const QUMethod slot_19 = {"Step6", 0, 0 }; static const QUParameter param_slot_20[] = { { 0, &static_QUType_int, 0, QUParameter::In } }; static const QUMethod slot_20 = {"SetStep", 1, param_slot_20 }; static const QUMethod slot_21 = {"Zoom1", 0, 0 }; static const QUMethod slot_22 = {"Zoom2", 0, 0 }; static const QUParameter param_slot_23[] = { { 0, &static_QUType_int, 0, QUParameter::In } }; static const QUMethod slot_23 = {"SetZoom", 1, param_slot_23 }; static const QUMethod slot_24 = {"PreferencesDialog", 0, 0 }; static const QUParameter param_slot_25[] = { { 0, &static_QUType_int, 0, QUParameter::In } }; static const QUMethod slot_25 = {"SetMinFrame", 1, param_slot_25 }; static const QUParameter param_slot_26[] = { { 0, &static_QUType_int, 0, QUParameter::In } }; static const QUMethod slot_26 = {"SetMaxFrame", 1, param_slot_26 }; static const QUMethod slot_27 = {"Clear", 0, 0 }; static const QUMethod slot_28 = {"LoopForward", 0, 0 }; static const QUMethod slot_29 = {"PingPong", 0, 0 }; static const QUMethod slot_30 = {"Stop", 0, 0 }; static const QUMethod slot_31 = {"FastForward", 0, 0 }; static const QUMethod slot_32 = {"Rewind", 0, 0 }; static const QUMethod slot_33 = {"Action", 0, 0 }; static const QUMethod slot_34 = {"ActionLoopForward", 0, 0 }; static const QUMethod slot_35 = {"ActionPingPong", 0, 0 }; static const QUMethod slot_36 = {"renderMPEG", 0, 0 }; static const QUMethod slot_37 = {"DUMMYslot", 0, 0 }; static const QMetaData slot_tbl[] = { { "quit()", &slot_0, QMetaData::Protected }, { "LoadSequence()", &slot_1, QMetaData::Protected }, { "UpdateLoadStatus(int)", &slot_2, QMetaData::Protected }, { "LoadSequenceCompleted(int,bool)", &slot_3, QMetaData::Protected }, { "SetFrameNumber(int)", &slot_4, QMetaData::Protected }, { "Fps60()", &slot_5, QMetaData::Protected }, { "Fps48()", &slot_6, QMetaData::Protected }, { "Fps30()", &slot_7, QMetaData::Protected }, { "Fps24()", &slot_8, QMetaData::Protected }, { "Fps20()", &slot_9, QMetaData::Protected }, { "Fps15()", &slot_10, QMetaData::Protected }, { "Fps12()", &slot_11, QMetaData::Protected }, { "Fps10()", &slot_12, QMetaData::Protected }, { "SetFPS(FPS)", &slot_13, QMetaData::Protected }, { "Step1()", &slot_14, QMetaData::Protected }, { "Step2()", &slot_15, QMetaData::Protected }, { "Step3()", &slot_16, QMetaData::Protected }, { "Step4()", &slot_17, QMetaData::Protected }, { "Step5()", &slot_18, QMetaData::Protected }, { "Step6()", &slot_19, QMetaData::Protected }, { "SetStep(int)", &slot_20, QMetaData::Protected }, { "Zoom1()", &slot_21, QMetaData::Protected }, { "Zoom2()", &slot_22, QMetaData::Protected }, { "SetZoom(int)", &slot_23, QMetaData::Protected }, { "PreferencesDialog()", &slot_24, QMetaData::Protected }, { "SetMinFrame(int)", &slot_25, QMetaData::Protected }, { "SetMaxFrame(int)", &slot_26, QMetaData::Protected }, { "Clear()", &slot_27, QMetaData::Protected }, { "LoopForward()", &slot_28, QMetaData::Protected }, { "PingPong()", &slot_29, QMetaData::Protected }, { "Stop()", &slot_30, QMetaData::Protected }, { "FastForward()", &slot_31, QMetaData::Protected }, { "Rewind()", &slot_32, QMetaData::Protected }, { "Action()", &slot_33, QMetaData::Protected }, { "ActionLoopForward()", &slot_34, QMetaData::Protected }, { "ActionPingPong()", &slot_35, QMetaData::Protected }, { "renderMPEG()", &slot_36, QMetaData::Protected }, { "DUMMYslot()", &slot_37, QMetaData::Protected } }; metaObj = QMetaObject::new_metaobject( "MainWindow", parentObject, slot_tbl, 38, 0, 0, #ifndef QT_NO_PROPERTIES 0, 0, 0, 0, #endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_MainWindow.setMetaObject( metaObj ); return metaObj; } void* MainWindow::qt_cast( const char* clname ) { if ( !qstrcmp( clname, "MainWindow" ) ) return (MainWindow*)this; return QWidget::qt_cast( clname ); } bool MainWindow::qt_invoke( int _id, QUObject* _o ) { switch ( _id - staticMetaObject()->slotOffset() ) { case 0: quit(); break; case 1: LoadSequence(); break; case 2: UpdateLoadStatus(static_QUType_int.get(_o+1)); break; case 3: LoadSequenceCompleted(static_QUType_int.get(_o+1),static_QUType_bool.get(_o+2)); break; case 4: SetFrameNumber(static_QUType_int.get(_o+1)); break; case 5: Fps60(); break; case 6: Fps48(); break; case 7: Fps30(); break; case 8: Fps24(); break; case 9: Fps20(); break; case 10: Fps15(); break; case 11: Fps12(); break; case 12: Fps10(); break; case 13: SetFPS(*((FPS*)static_QUType_ptr.get(_o+1))); break; case 14: Step1(); break; case 15: Step2(); break; case 16: Step3(); break; case 17: Step4(); break; case 18: Step5(); break; case 19: Step6(); break; case 20: SetStep(static_QUType_int.get(_o+1)); break; case 21: Zoom1(); break; case 22: Zoom2(); break; case 23: SetZoom(static_QUType_int.get(_o+1)); break; case 24: PreferencesDialog(); break; case 25: SetMinFrame(static_QUType_int.get(_o+1)); break; case 26: SetMaxFrame(static_QUType_int.get(_o+1)); break; case 27: Clear(); break; case 28: LoopForward(); break; case 29: PingPong(); break; case 30: Stop(); break; case 31: FastForward(); break; case 32: Rewind(); break; case 33: Action(); break; case 34: ActionLoopForward(); break; case 35: ActionPingPong(); break; case 36: renderMPEG(); break; case 37: DUMMYslot(); break; default: return QWidget::qt_invoke( _id, _o ); } return TRUE; } bool MainWindow::qt_emit( int _id, QUObject* _o ) { return QWidget::qt_emit(_id,_o); } #ifndef QT_NO_PROPERTIES bool MainWindow::qt_property( int _id, int _f, QVariant* _v) { return QWidget::qt_property( _id, _f, _v); } #endif // QT_NO_PROPERTIES