00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #undef QT_NO_COMPAT
00011 #include "eclipsefinderdlgbase.uic.h"
00012 #include <qmetaobject.h>
00013 #include <qapplication.h>
00014
00015 #include <private/qucomextra_p.h>
00016 #if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)
00017 #error "This file was generated using the moc from 3.3.4. It"
00018 #error "cannot be used with the include files from this version of Qt."
00019 #error "(The moc has changed too much.)"
00020 #endif
00021
00022 const char *EclipseFinderDlgBase::className() const
00023 {
00024 return "EclipseFinderDlgBase";
00025 }
00026
00027 QMetaObject *EclipseFinderDlgBase::metaObj = 0;
00028 static QMetaObjectCleanUp cleanUp_EclipseFinderDlgBase( "EclipseFinderDlgBase", &EclipseFinderDlgBase::staticMetaObject );
00029
00030 #ifndef QT_NO_TRANSLATION
00031 QString EclipseFinderDlgBase::tr( const char *s, const char *c )
00032 {
00033 if ( qApp )
00034 return qApp->translate( "EclipseFinderDlgBase", s, c, QApplication::DefaultCodec );
00035 else
00036 return QString::fromLatin1( s );
00037 }
00038 #ifndef QT_NO_TRANSLATION_UTF8
00039 QString EclipseFinderDlgBase::trUtf8( const char *s, const char *c )
00040 {
00041 if ( qApp )
00042 return qApp->translate( "EclipseFinderDlgBase", s, c, QApplication::UnicodeUTF8 );
00043 else
00044 return QString::fromUtf8( s );
00045 }
00046 #endif
00047
00048 #endif
00049
00050 QMetaObject* EclipseFinderDlgBase::staticMetaObject()
00051 {
00052 if ( metaObj )
00053 return metaObj;
00054 QMetaObject* parentObject = QMainWindow::staticMetaObject();
00055 static const QUMethod slot_0 = {"search", 0, 0 };
00056 static const QUParameter param_slot_1[] = {
00057 { 0, &static_QUType_ptr, "QListViewItem", QUParameter::In },
00058 { 0, &static_QUType_varptr, "\x0e", QUParameter::In },
00059 { 0, &static_QUType_int, 0, QUParameter::In }
00060 };
00061 static const QUMethod slot_1 = {"gotoEclipse", 3, param_slot_1 };
00062 static const QUMethod slot_2 = {"languageChange", 0, 0 };
00063 static const QMetaData slot_tbl[] = {
00064 { "search()", &slot_0, QMetaData::Public },
00065 { "gotoEclipse(QListViewItem*,const QPoint&,int)", &slot_1, QMetaData::Public },
00066 { "languageChange()", &slot_2, QMetaData::Protected }
00067 };
00068 metaObj = QMetaObject::new_metaobject(
00069 "EclipseFinderDlgBase", parentObject,
00070 slot_tbl, 3,
00071 0, 0,
00072 #ifndef QT_NO_PROPERTIES
00073 0, 0,
00074 0, 0,
00075 #endif
00076 0, 0 );
00077 cleanUp_EclipseFinderDlgBase.setMetaObject( metaObj );
00078 return metaObj;
00079 }
00080
00081 void* EclipseFinderDlgBase::qt_cast( const char* clname )
00082 {
00083 if ( !qstrcmp( clname, "EclipseFinderDlgBase" ) )
00084 return this;
00085 return QMainWindow::qt_cast( clname );
00086 }
00087
00088 bool EclipseFinderDlgBase::qt_invoke( int _id, QUObject* _o )
00089 {
00090 switch ( _id - staticMetaObject()->slotOffset() ) {
00091 case 0: search(); break;
00092 case 1: gotoEclipse((QListViewItem*)static_QUType_ptr.get(_o+1),(const QPoint&)*((const QPoint*)static_QUType_ptr.get(_o+2)),(int)static_QUType_int.get(_o+3)); break;
00093 case 2: languageChange(); break;
00094 default:
00095 return QMainWindow::qt_invoke( _id, _o );
00096 }
00097 return TRUE;
00098 }
00099
00100 bool EclipseFinderDlgBase::qt_emit( int _id, QUObject* _o )
00101 {
00102 return QMainWindow::qt_emit(_id,_o);
00103 }
00104 #ifndef QT_NO_PROPERTIES
00105
00106 bool EclipseFinderDlgBase::qt_property( int id, int f, QVariant* v)
00107 {
00108 return QMainWindow::qt_property( id, f, v);
00109 }
00110
00111 bool EclipseFinderDlgBase::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
00112 #endif // QT_NO_PROPERTIES