00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #undef QT_NO_COMPAT
00011 #include "eclipsefinderdlg.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 *EclipseFinderDlg::className() const
00023 {
00024 return "EclipseFinderDlg";
00025 }
00026
00027 QMetaObject *EclipseFinderDlg::metaObj = 0;
00028 static QMetaObjectCleanUp cleanUp_EclipseFinderDlg( "EclipseFinderDlg", &EclipseFinderDlg::staticMetaObject );
00029
00030 #ifndef QT_NO_TRANSLATION
00031 QString EclipseFinderDlg::tr( const char *s, const char *c )
00032 {
00033 if ( qApp )
00034 return qApp->translate( "EclipseFinderDlg", s, c, QApplication::DefaultCodec );
00035 else
00036 return QString::fromLatin1( s );
00037 }
00038 #ifndef QT_NO_TRANSLATION_UTF8
00039 QString EclipseFinderDlg::trUtf8( const char *s, const char *c )
00040 {
00041 if ( qApp )
00042 return qApp->translate( "EclipseFinderDlg", s, c, QApplication::UnicodeUTF8 );
00043 else
00044 return QString::fromUtf8( s );
00045 }
00046 #endif
00047
00048 #endif
00049
00050 QMetaObject* EclipseFinderDlg::staticMetaObject()
00051 {
00052 if ( metaObj )
00053 return metaObj;
00054 QMetaObject* parentObject = EclipseFinderDlgBase::staticMetaObject();
00055 static const QUMethod slot_0 = {"search", 0, 0 };
00056 static const QUParameter param_slot_1[] = {
00057 { "item", &static_QUType_ptr, "QListViewItem", QUParameter::In },
00058 { "p", &static_QUType_varptr, "\x0e", QUParameter::In },
00059 { "col", &static_QUType_int, 0, QUParameter::In }
00060 };
00061 static const QUMethod slot_1 = {"gotoEclipse", 3, param_slot_1 };
00062 static const QMetaData slot_tbl[] = {
00063 { "search()", &slot_0, QMetaData::Public },
00064 { "gotoEclipse(QListViewItem*,const QPoint&,int)", &slot_1, QMetaData::Public }
00065 };
00066 metaObj = QMetaObject::new_metaobject(
00067 "EclipseFinderDlg", parentObject,
00068 slot_tbl, 2,
00069 0, 0,
00070 #ifndef QT_NO_PROPERTIES
00071 0, 0,
00072 0, 0,
00073 #endif
00074 0, 0 );
00075 cleanUp_EclipseFinderDlg.setMetaObject( metaObj );
00076 return metaObj;
00077 }
00078
00079 void* EclipseFinderDlg::qt_cast( const char* clname )
00080 {
00081 if ( !qstrcmp( clname, "EclipseFinderDlg" ) )
00082 return this;
00083 return EclipseFinderDlgBase::qt_cast( clname );
00084 }
00085
00086 bool EclipseFinderDlg::qt_invoke( int _id, QUObject* _o )
00087 {
00088 switch ( _id - staticMetaObject()->slotOffset() ) {
00089 case 0: search(); break;
00090 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;
00091 default:
00092 return EclipseFinderDlgBase::qt_invoke( _id, _o );
00093 }
00094 return TRUE;
00095 }
00096
00097 bool EclipseFinderDlg::qt_emit( int _id, QUObject* _o )
00098 {
00099 return EclipseFinderDlgBase::qt_emit(_id,_o);
00100 }
00101 #ifndef QT_NO_PROPERTIES
00102
00103 bool EclipseFinderDlg::qt_property( int id, int f, QVariant* v)
00104 {
00105 return EclipseFinderDlgBase::qt_property( id, f, v);
00106 }
00107
00108 bool EclipseFinderDlg::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
00109 #endif // QT_NO_PROPERTIES