www.pudn.com > gjs.rar > moc_gotocelldialog.cpp


/**************************************************************************** 
** GoToCellDialog meta object code from reading C++ file 'gotocelldialog.h' 
** 
** Created: ??? ??? 21 21:25:44 2006 
**      by: The Qt MOC ($Id: $) 
** 
** WARNING! All changes made in this file will be lost! 
*****************************************************************************/ 
 
#undef QT_NO_COMPAT 
#include "gotocelldialog.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.2.0. It" 
#error "cannot be used with the include files from this version of Qt." 
#error "(The moc has changed too much.)" 
#endif 
 
const char *GoToCellDialog::className() const 
{ 
    return "GoToCellDialog"; 
} 
 
QMetaObject *GoToCellDialog::metaObj = 0; 
static QMetaObjectCleanUp cleanUp_GoToCellDialog( "GoToCellDialog", &GoToCellDialog::staticMetaObject ); 
 
#ifndef QT_NO_TRANSLATION 
QString GoToCellDialog::tr( const char *s, const char *c ) 
{ 
    if ( qApp ) 
	return qApp->translate( "GoToCellDialog", s, c, QApplication::DefaultCodec ); 
    else 
	return QString::fromLatin1( s ); 
} 
#ifndef QT_NO_TRANSLATION_UTF8 
QString GoToCellDialog::trUtf8( const char *s, const char *c ) 
{ 
    if ( qApp ) 
	return qApp->translate( "GoToCellDialog", s, c, QApplication::UnicodeUTF8 ); 
    else 
	return QString::fromUtf8( s ); 
} 
#endif // QT_NO_TRANSLATION_UTF8 
 
#endif // QT_NO_TRANSLATION 
 
QMetaObject* GoToCellDialog::staticMetaObject() 
{ 
    if ( metaObj ) 
	return metaObj; 
    QMetaObject* parentObject = QDialog::staticMetaObject(); 
    static const QUMethod slot_0 = {"enableOkButton", 0, 0 }; 
    static const QUMethod slot_1 = {"languageChange", 0, 0 }; 
    static const QMetaData slot_tbl[] = { 
	{ "enableOkButton()", &slot_0, QMetaData::Public }, 
	{ "languageChange()", &slot_1, QMetaData::Protected } 
    }; 
    metaObj = QMetaObject::new_metaobject( 
	"GoToCellDialog", parentObject, 
	slot_tbl, 2, 
	0, 0, 
#ifndef QT_NO_PROPERTIES 
	0, 0, 
	0, 0, 
#endif // QT_NO_PROPERTIES 
	0, 0 ); 
    cleanUp_GoToCellDialog.setMetaObject( metaObj ); 
    return metaObj; 
} 
 
void* GoToCellDialog::qt_cast( const char* clname ) 
{ 
    if ( !qstrcmp( clname, "GoToCellDialog" ) ) 
	return this; 
    return QDialog::qt_cast( clname ); 
} 
 
bool GoToCellDialog::qt_invoke( int _id, QUObject* _o ) 
{ 
    switch ( _id - staticMetaObject()->slotOffset() ) { 
    case 0: enableOkButton(); break; 
    case 1: languageChange(); break; 
    default: 
	return QDialog::qt_invoke( _id, _o ); 
    } 
    return TRUE; 
} 
 
bool GoToCellDialog::qt_emit( int _id, QUObject* _o ) 
{ 
    return QDialog::qt_emit(_id,_o); 
} 
#ifndef QT_NO_PROPERTIES 
 
bool GoToCellDialog::qt_property( int id, int f, QVariant* v) 
{ 
    return QDialog::qt_property( id, f, v); 
} 
 
bool GoToCellDialog::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } 
#endif // QT_NO_PROPERTIES