/**************************************************************************** ** NimForm meta object code from reading C++ file 'nimform.h' ** ** Created: Fri Dec 10 00:57:37 2004 ** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.3 edited Aug 5 16:40 $) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #undef QT_NO_COMPAT #include "nimform.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.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 *NimForm::className() const { return "NimForm"; } QMetaObject *NimForm::metaObj = 0; static QMetaObjectCleanUp cleanUp_NimForm( "NimForm", &NimForm::staticMetaObject ); #ifndef QT_NO_TRANSLATION QString NimForm::tr( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "NimForm", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s ); } #ifndef QT_NO_TRANSLATION_UTF8 QString NimForm::trUtf8( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "NimForm", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s ); } #endif // QT_NO_TRANSLATION_UTF8 #endif // QT_NO_TRANSLATION QMetaObject* NimForm::staticMetaObject() { if ( metaObj ) return metaObj; QMetaObject* parentObject = QMainWindow::staticMetaObject(); static const QUMethod slot_0 = {"fileNew", 0, 0 }; static const QUMethod slot_1 = {"fileQuit", 0, 0 }; static const QUMethod slot_2 = {"helpHelp", 0, 0 }; static const QUMethod slot_3 = {"helpAbout", 0, 0 }; static const QMetaData slot_tbl[] = { { "fileNew()", &slot_0, QMetaData::Private }, { "fileQuit()", &slot_1, QMetaData::Private }, { "helpHelp()", &slot_2, QMetaData::Private }, { "helpAbout()", &slot_3, QMetaData::Private } }; metaObj = QMetaObject::new_metaobject( "NimForm", parentObject, slot_tbl, 4, 0, 0, #ifndef QT_NO_PROPERTIES 0, 0, 0, 0, #endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_NimForm.setMetaObject( metaObj ); return metaObj; } void* NimForm::qt_cast( const char* clname ) { if ( !qstrcmp( clname, "NimForm" ) ) return this; return QMainWindow::qt_cast( clname ); } bool NimForm::qt_invoke( int _id, QUObject* _o ) { switch ( _id - staticMetaObject()->slotOffset() ) { case 0: fileNew(); break; case 1: fileQuit(); break; case 2: helpHelp(); break; case 3: helpAbout(); break; default: return QMainWindow::qt_invoke( _id, _o ); } return TRUE; } bool NimForm::qt_emit( int _id, QUObject* _o ) { return QMainWindow::qt_emit(_id,_o); } #ifndef QT_NO_PROPERTIES bool NimForm::qt_property( int id, int f, QVariant* v) { return QMainWindow::qt_property( id, f, v); } bool NimForm::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } #endif // QT_NO_PROPERTIES