Biomechanical Joint Model
 Author: Anderson Maciel

moc_mechatester.cpp

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** mechatester meta object code from reading C++ file 'mechatester.h'
00003 **
00004 ** Created: Tue Jun 14 16:55:50 2005
00005 **      by: The Qt MOC ($Id: qt/moc_yacc.cpp   3.2.3   edited Nov 10 11:18 $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 *****************************************************************************/
00009 
00010 #undef QT_NO_COMPAT
00011 #include "mechatester.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.2.3. 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 *mechatester::className() const
00023 {
00024     return "mechatester";
00025 }
00026 
00027 QMetaObject *mechatester::metaObj = 0;
00028 static QMetaObjectCleanUp cleanUp_mechatester( "mechatester", &mechatester::staticMetaObject );
00029 
00030 #ifndef QT_NO_TRANSLATION
00031 QString mechatester::tr( const char *s, const char *c )
00032 {
00033     if ( qApp )
00034         return qApp->translate( "mechatester", s, c, QApplication::DefaultCodec );
00035     else
00036         return QString::fromLatin1( s );
00037 }
00038 #ifndef QT_NO_TRANSLATION_UTF8
00039 QString mechatester::trUtf8( const char *s, const char *c )
00040 {
00041     if ( qApp )
00042         return qApp->translate( "mechatester", 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* mechatester::staticMetaObject()
00051 {
00052     if ( metaObj )
00053         return metaObj;
00054     QMetaObject* parentObject = QMainWindow::staticMetaObject();
00055     static const QUMethod slot_0 = {"fileOpen", 0, 0 };
00056     static const QUMethod slot_1 = {"fileExportAs", 0, 0 };
00057     static const QUMethod slot_2 = {"fileExit", 0, 0 };
00058     static const QUMethod slot_3 = {"helpAbout", 0, 0 };
00059     static const QUMethod slot_4 = {"init", 0, 0 };
00060     static const QUMethod slot_5 = {"viewOptions", 0, 0 };
00061     static const QUMethod slot_6 = {"updateSampling", 0, 0 };
00062     static const QUMethod slot_7 = {"selectMaterial", 0, 0 };
00063     static const QUParameter param_slot_8[] = {
00064         { 0, &static_QUType_int, 0, QUParameter::In },
00065         { 0, &static_QUType_int, 0, QUParameter::In }
00066     };
00067     static const QUMethod slot_8 = {"materialChanged", 2, param_slot_8 };
00068     static const QUMethod slot_9 = {"clickedNewMaterial", 0, 0 };
00069     static const QUMethod slot_10 = {"clickedDelMaterial", 0, 0 };
00070     static const QUMethod slot_11 = {"changedNumIntegration", 0, 0 };
00071     static const QUMethod slot_12 = {"clickedAssociate", 0, 0 };
00072     static const QUMethod slot_13 = {"fpsChange", 0, 0 };
00073     static const QUMethod slot_14 = {"timestepChanged", 0, 0 };
00074     static const QUMethod slot_15 = {"clickedStartSim", 0, 0 };
00075     static const QUMethod slot_16 = {"clickedCheck", 0, 0 };
00076     static const QUMethod slot_17 = {"clickedReset", 0, 0 };
00077     static const QUMethod slot_18 = {"languageChange", 0, 0 };
00078     static const QMetaData slot_tbl[] = {
00079         { "fileOpen()", &slot_0, QMetaData::Public },
00080         { "fileExportAs()", &slot_1, QMetaData::Public },
00081         { "fileExit()", &slot_2, QMetaData::Public },
00082         { "helpAbout()", &slot_3, QMetaData::Public },
00083         { "init()", &slot_4, QMetaData::Public },
00084         { "viewOptions()", &slot_5, QMetaData::Public },
00085         { "updateSampling()", &slot_6, QMetaData::Public },
00086         { "selectMaterial()", &slot_7, QMetaData::Public },
00087         { "materialChanged(int,int)", &slot_8, QMetaData::Public },
00088         { "clickedNewMaterial()", &slot_9, QMetaData::Public },
00089         { "clickedDelMaterial()", &slot_10, QMetaData::Public },
00090         { "changedNumIntegration()", &slot_11, QMetaData::Public },
00091         { "clickedAssociate()", &slot_12, QMetaData::Public },
00092         { "fpsChange()", &slot_13, QMetaData::Public },
00093         { "timestepChanged()", &slot_14, QMetaData::Public },
00094         { "clickedStartSim()", &slot_15, QMetaData::Public },
00095         { "clickedCheck()", &slot_16, QMetaData::Public },
00096         { "clickedReset()", &slot_17, QMetaData::Public },
00097         { "languageChange()", &slot_18, QMetaData::Protected }
00098     };
00099     metaObj = QMetaObject::new_metaobject(
00100         "mechatester", parentObject,
00101         slot_tbl, 19,
00102         0, 0,
00103 #ifndef QT_NO_PROPERTIES
00104         0, 0,
00105         0, 0,
00106 #endif // QT_NO_PROPERTIES
00107         0, 0 );
00108     cleanUp_mechatester.setMetaObject( metaObj );
00109     return metaObj;
00110 }
00111 
00112 void* mechatester::qt_cast( const char* clname )
00113 {
00114     if ( !qstrcmp( clname, "mechatester" ) )
00115         return this;
00116     return QMainWindow::qt_cast( clname );
00117 }
00118 
00119 bool mechatester::qt_invoke( int _id, QUObject* _o )
00120 {
00121     switch ( _id - staticMetaObject()->slotOffset() ) {
00122     case 0: fileOpen(); break;
00123     case 1: fileExportAs(); break;
00124     case 2: fileExit(); break;
00125     case 3: helpAbout(); break;
00126     case 4: init(); break;
00127     case 5: viewOptions(); break;
00128     case 6: updateSampling(); break;
00129     case 7: selectMaterial(); break;
00130     case 8: materialChanged((int)static_QUType_int.get(_o+1),(int)static_QUType_int.get(_o+2)); break;
00131     case 9: clickedNewMaterial(); break;
00132     case 10: clickedDelMaterial(); break;
00133     case 11: changedNumIntegration(); break;
00134     case 12: clickedAssociate(); break;
00135     case 13: fpsChange(); break;
00136     case 14: timestepChanged(); break;
00137     case 15: clickedStartSim(); break;
00138     case 16: clickedCheck(); break;
00139     case 17: clickedReset(); break;
00140     case 18: languageChange(); break;
00141     default:
00142         return QMainWindow::qt_invoke( _id, _o );
00143     }
00144     return TRUE;
00145 }
00146 
00147 bool mechatester::qt_emit( int _id, QUObject* _o )
00148 {
00149     return QMainWindow::qt_emit(_id,_o);
00150 }
00151 #ifndef QT_NO_PROPERTIES
00152 
00153 bool mechatester::qt_property( int id, int f, QVariant* v)
00154 {
00155     return QMainWindow::qt_property( id, f, v);
00156 }
00157 
00158 bool mechatester::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
00159 #endif // QT_NO_PROPERTIES

Generated on Thu Dec 1 10:13:38 2005 for COME - Biomechanical Joint Model by  doxygen 1.4.5