/**************************************************************************** ** Paper meta object code from reading C++ file 'Paper.h' ** ** Created: Fri Aug 13 00:02:48 2004 ** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.2 edited Apr 19 11:34 $) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #undef QT_NO_COMPAT #include "Paper.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.3.2. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif const char *Paper::className() const { return "Paper"; } QMetaObject *Paper::metaObj = 0; static QMetaObjectCleanUp cleanUp_Paper( "Paper", &Paper::staticMetaObject ); #ifndef QT_NO_TRANSLATION QString Paper::tr( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "Paper", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s ); } #ifndef QT_NO_TRANSLATION_UTF8 QString Paper::trUtf8( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "Paper", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s ); } #endif // QT_NO_TRANSLATION_UTF8 #endif // QT_NO_TRANSLATION QMetaObject* Paper::staticMetaObject() { if ( metaObj ) return metaObj; QMetaObject* parentObject = QWidget::staticMetaObject(); static const QUMethod slot_0 = {"TimeOut", 0, 0 }; static const QMetaData slot_tbl[] = { { "TimeOut()", &slot_0, QMetaData::Private } }; metaObj = QMetaObject::new_metaobject( "Paper", parentObject, slot_tbl, 1, 0, 0, #ifndef QT_NO_PROPERTIES 0, 0, 0, 0, #endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_Paper.setMetaObject( metaObj ); return metaObj; } void* Paper::qt_cast( const char* clname ) { if ( !qstrcmp( clname, "Paper" ) ) return this; return QWidget::qt_cast( clname ); } bool Paper::qt_invoke( int _id, QUObject* _o ) { switch ( _id - staticMetaObject()->slotOffset() ) { case 0: TimeOut(); break; default: return QWidget::qt_invoke( _id, _o ); } return TRUE; } bool Paper::qt_emit( int _id, QUObject* _o ) { return QWidget::qt_emit(_id,_o); } #ifndef QT_NO_PROPERTIES bool Paper::qt_property( int id, int f, QVariant* v) { return QWidget::qt_property( id, f, v); } bool Paper::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } #endif // QT_NO_PROPERTIES