moc_iis.cpp

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** ApplicationWindow meta object code from reading C++ file 'iis.h'
00003 **
00004 ** Created: Mon Jun 5 11:12:41 2006
00005 **      by: The Qt MOC ($Id: qt/moc_yacc.cpp   3.3.6   edited Mar 8 17:43 $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 *****************************************************************************/
00009 
00010 #undef QT_NO_COMPAT
00011 #include "iis.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.6. 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 *ApplicationWindow::className() const
00023 {
00024     return "ApplicationWindow";
00025 }
00026 
00027 QMetaObject *ApplicationWindow::metaObj = 0;
00028 static QMetaObjectCleanUp cleanUp_ApplicationWindow( "ApplicationWindow", &ApplicationWindow::staticMetaObject );
00029 
00030 #ifndef QT_NO_TRANSLATION
00031 QString ApplicationWindow::tr( const char *s, const char *c )
00032 {
00033     if ( qApp )
00034         return qApp->translate( "ApplicationWindow", s, c, QApplication::DefaultCodec );
00035     else
00036         return QString::fromLatin1( s );
00037 }
00038 #ifndef QT_NO_TRANSLATION_UTF8
00039 QString ApplicationWindow::trUtf8( const char *s, const char *c )
00040 {
00041     if ( qApp )
00042         return qApp->translate( "ApplicationWindow", 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* ApplicationWindow::staticMetaObject()
00051 {
00052     if ( metaObj )
00053         return metaObj;
00054     QMetaObject* parentObject = QMainWindow::staticMetaObject();
00055     static const QUMethod slot_0 = {"newWindow", 0, 0 };
00056     static const QUMethod slot_1 = {"recalcNow", 0, 0 };
00057     static const QUMethod slot_2 = {"allowUserInput", 0, 0 };
00058     static const QUMethod slot_3 = {"insertRows", 0, 0 };
00059     static const QUMethod slot_4 = {"insertCols", 0, 0 };
00060     static const QUMethod slot_5 = {"copyRight", 0, 0 };
00061     static const QUMethod slot_6 = {"copyDown", 0, 0 };
00062     static const QUMethod slot_7 = {"openFile", 0, 0 };
00063     static const QUMethod slot_8 = {"saveFile", 0, 0 };
00064     static const QUMethod slot_9 = {"saveFileAs", 0, 0 };
00065     static const QUMethod slot_10 = {"doAbout", 0, 0 };
00066     static const QMetaData slot_tbl[] = {
00067         { "newWindow()", &slot_0, QMetaData::Public },
00068         { "recalcNow()", &slot_1, QMetaData::Public },
00069         { "allowUserInput()", &slot_2, QMetaData::Public },
00070         { "insertRows()", &slot_3, QMetaData::Public },
00071         { "insertCols()", &slot_4, QMetaData::Public },
00072         { "copyRight()", &slot_5, QMetaData::Public },
00073         { "copyDown()", &slot_6, QMetaData::Public },
00074         { "openFile()", &slot_7, QMetaData::Public },
00075         { "saveFile()", &slot_8, QMetaData::Public },
00076         { "saveFileAs()", &slot_9, QMetaData::Public },
00077         { "doAbout()", &slot_10, QMetaData::Public }
00078     };
00079     metaObj = QMetaObject::new_metaobject(
00080         "ApplicationWindow", parentObject,
00081         slot_tbl, 11,
00082         0, 0,
00083 #ifndef QT_NO_PROPERTIES
00084         0, 0,
00085         0, 0,
00086 #endif // QT_NO_PROPERTIES
00087         0, 0 );
00088     cleanUp_ApplicationWindow.setMetaObject( metaObj );
00089     return metaObj;
00090 }
00091 
00092 void* ApplicationWindow::qt_cast( const char* clname )
00093 {
00094     if ( !qstrcmp( clname, "ApplicationWindow" ) )
00095         return this;
00096     return QMainWindow::qt_cast( clname );
00097 }
00098 
00099 bool ApplicationWindow::qt_invoke( int _id, QUObject* _o )
00100 {
00101     switch ( _id - staticMetaObject()->slotOffset() ) {
00102     case 0: newWindow(); break;
00103     case 1: recalcNow(); break;
00104     case 2: allowUserInput(); break;
00105     case 3: insertRows(); break;
00106     case 4: insertCols(); break;
00107     case 5: copyRight(); break;
00108     case 6: copyDown(); break;
00109     case 7: openFile(); break;
00110     case 8: saveFile(); break;
00111     case 9: saveFileAs(); break;
00112     case 10: doAbout(); break;
00113     default:
00114         return QMainWindow::qt_invoke( _id, _o );
00115     }
00116     return TRUE;
00117 }
00118 
00119 bool ApplicationWindow::qt_emit( int _id, QUObject* _o )
00120 {
00121     return QMainWindow::qt_emit(_id,_o);
00122 }
00123 #ifndef QT_NO_PROPERTIES
00124 
00125 bool ApplicationWindow::qt_property( int id, int f, QVariant* v)
00126 {
00127     return QMainWindow::qt_property( id, f, v);
00128 }
00129 
00130 bool ApplicationWindow::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
00131 #endif // QT_NO_PROPERTIES

Generated on Mon Jun 5 22:08:42 2006 for iis by  doxygen 1.4.6