/**************************************************************************** ** QGridBox meta object code from reading C++ file 'QGridBox.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 "QGridBox.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 *QGridBox::className() const { return "QGridBox"; } QMetaObject *QGridBox::metaObj = 0; static QMetaObjectCleanUp cleanUp_QGridBox( "QGridBox", &QGridBox::staticMetaObject ); #ifndef QT_NO_TRANSLATION QString QGridBox::tr( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "QGridBox", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s ); } #ifndef QT_NO_TRANSLATION_UTF8 QString QGridBox::trUtf8( const char *s, const char *c ) { if ( qApp ) return qApp->translate( "QGridBox", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s ); } #endif // QT_NO_TRANSLATION_UTF8 #endif // QT_NO_TRANSLATION QMetaObject* QGridBox::staticMetaObject() { if ( metaObj ) return metaObj; QMetaObject* parentObject = QWidget::staticMetaObject(); metaObj = QMetaObject::new_metaobject( "QGridBox", parentObject, 0, 0, 0, 0, #ifndef QT_NO_PROPERTIES 0, 0, 0, 0, #endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_QGridBox.setMetaObject( metaObj ); return metaObj; } void* QGridBox::qt_cast( const char* clname ) { if ( !qstrcmp( clname, "QGridBox" ) ) return this; return QWidget::qt_cast( clname ); } bool QGridBox::qt_invoke( int _id, QUObject* _o ) { return QWidget::qt_invoke(_id,_o); } bool QGridBox::qt_emit( int _id, QUObject* _o ) { return QWidget::qt_emit(_id,_o); } #ifndef QT_NO_PROPERTIES bool QGridBox::qt_property( int id, int f, QVariant* v) { return QWidget::qt_property( id, f, v); } bool QGridBox::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } #endif // QT_NO_PROPERTIES