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