Projects/ds4clonerestore/ds4clonerestore/src/restoredlg.moc

00001 /****************************************************************************
00002 ** restoreDlg meta object code from reading C++ file 'restoredlg.h'
00003 **
00004 ** Created: Wed Jun 13 18:54:38 2007
00005 **      by: The Qt MOC ($Id: qt/moc_yacc.cpp   3.3.7   edited Oct 19 16:22 $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 *****************************************************************************/
00009 
00010 #undef QT_NO_COMPAT
00011 #include "restoredlg.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 *restoreDlg::className() const
00023 {
00024     return "restoreDlg";
00025 }
00026 
00027 QMetaObject *restoreDlg::metaObj = 0;
00028 static QMetaObjectCleanUp cleanUp_restoreDlg( "restoreDlg", &restoreDlg::staticMetaObject );
00029 
00030 #ifndef QT_NO_TRANSLATION
00031 QString restoreDlg::tr( const char *s, const char *c )
00032 {
00033     if ( qApp )
00034     return qApp->translate( "restoreDlg", s, c, QApplication::DefaultCodec );
00035     else
00036     return QString::fromLatin1( s );
00037 }
00038 #ifndef QT_NO_TRANSLATION_UTF8
00039 QString restoreDlg::trUtf8( const char *s, const char *c )
00040 {
00041     if ( qApp )
00042     return qApp->translate( "restoreDlg", 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* restoreDlg::staticMetaObject()
00051 {
00052     if ( metaObj )
00053     return metaObj;
00054     QMetaObject* parentObject = QWidget::staticMetaObject();
00055     static const QUMethod slot_0 = {"btnCancelRestore_clicked", 0, 0 };
00056     static const QUParameter param_slot_1[] = {
00057     { "string", &static_QUType_QString, 0, QUParameter::In }
00058     };
00059     static const QUMethod slot_1 = {"cmbSerial_activated", 1, param_slot_1 };
00060     static const QUParameter param_slot_2[] = {
00061     { "string", &static_QUType_QString, 0, QUParameter::In }
00062     };
00063     static const QUMethod slot_2 = {"cmbDate_activated", 1, param_slot_2 };
00064     static const QUMethod slot_3 = {"btnStartRestore_clicked", 0, 0 };
00065     static const QUMethod slot_4 = {"btnMountRev_clicked", 0, 0 };
00066     static const QUMethod slot_5 = {"btnMountServer_clicked", 0, 0 };
00067     static const QUMethod slot_6 = {"radRev_clicked", 0, 0 };
00068     static const QUMethod slot_7 = {"radServer_clicked", 0, 0 };
00069     static const QUMethod slot_8 = {"languageChange", 0, 0 };
00070     static const QMetaData slot_tbl[] = {
00071     { "btnCancelRestore_clicked()", &slot_0, QMetaData::Public },
00072     { "cmbSerial_activated(const QString&)", &slot_1, QMetaData::Public },
00073     { "cmbDate_activated(const QString&)", &slot_2, QMetaData::Public },
00074     { "btnStartRestore_clicked()", &slot_3, QMetaData::Public },
00075     { "btnMountRev_clicked()", &slot_4, QMetaData::Public },
00076     { "btnMountServer_clicked()", &slot_5, QMetaData::Public },
00077     { "radRev_clicked()", &slot_6, QMetaData::Public },
00078     { "radServer_clicked()", &slot_7, QMetaData::Public },
00079     { "languageChange()", &slot_8, QMetaData::Protected }
00080     };
00081     metaObj = QMetaObject::new_metaobject(
00082     "restoreDlg", parentObject,
00083     slot_tbl, 9,
00084     0, 0,
00085 #ifndef QT_NO_PROPERTIES
00086     0, 0,
00087     0, 0,
00088 #endif // QT_NO_PROPERTIES
00089     0, 0 );
00090     cleanUp_restoreDlg.setMetaObject( metaObj );
00091     return metaObj;
00092 }
00093 
00094 void* restoreDlg::qt_cast( const char* clname )
00095 {
00096     if ( !qstrcmp( clname, "restoreDlg" ) )
00097     return this;
00098     return QWidget::qt_cast( clname );
00099 }
00100 
00101 bool restoreDlg::qt_invoke( int _id, QUObject* _o )
00102 {
00103     switch ( _id - staticMetaObject()->slotOffset() ) {
00104     case 0: btnCancelRestore_clicked(); break;
00105     case 1: cmbSerial_activated((const QString&)static_QUType_QString.get(_o+1)); break;
00106     case 2: cmbDate_activated((const QString&)static_QUType_QString.get(_o+1)); break;
00107     case 3: btnStartRestore_clicked(); break;
00108     case 4: btnMountRev_clicked(); break;
00109     case 5: btnMountServer_clicked(); break;
00110     case 6: radRev_clicked(); break;
00111     case 7: radServer_clicked(); break;
00112     case 8: languageChange(); break;
00113     default:
00114     return QWidget::qt_invoke( _id, _o );
00115     }
00116     return TRUE;
00117 }
00118 
00119 bool restoreDlg::qt_emit( int _id, QUObject* _o )
00120 {
00121     return QWidget::qt_emit(_id,_o);
00122 }
00123 #ifndef QT_NO_PROPERTIES
00124 
00125 bool restoreDlg::qt_property( int id, int f, QVariant* v)
00126 {
00127     return QWidget::qt_property( id, f, v);
00128 }
00129 
00130 bool restoreDlg::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
00131 #endif // QT_NO_PROPERTIES

Generato il Wed Jun 13 18:59:37 2007 per DS4CloneRestore da  doxygen 1.5.2