📄 moc_interface.cpp
字号:
/****************************************************************************** interface meta object code from reading C++ file 'interface.h'**** Created: Fri Feb 28 13:07:56 2003** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.1.1 edited Dec 9 10:40 $)**** WARNING! All changes made in this file will be lost!*****************************************************************************/#undef QT_NO_COMPAT#include "../interface.h"#include <qmetaobject.h>#include <qapplication.h>#include <private/qucomextra_p.h>#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)#error "This file was generated using the moc from 3.1.1. It"#error "cannot be used with the include files from this version of Qt."#error "(The moc has changed too much.)"#endifconst char *interface::className() const{ return "interface";}QMetaObject *interface::metaObj = 0;static QMetaObjectCleanUp cleanUp_interface( "interface", &interface::staticMetaObject );#ifndef QT_NO_TRANSLATIONQString interface::tr( const char *s, const char *c ){ if ( qApp ) return qApp->translate( "interface", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s );}#ifndef QT_NO_TRANSLATION_UTF8QString interface::trUtf8( const char *s, const char *c ){ if ( qApp ) return qApp->translate( "interface", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s );}#endif // QT_NO_TRANSLATION_UTF8#endif // QT_NO_TRANSLATIONQMetaObject* interface::staticMetaObject(){ if ( metaObj ) return metaObj; QMetaObject* parentObject = Form1::staticMetaObject(); static const QUMethod slot_0 = {"init", 0, 0 }; static const QUMethod slot_1 = {"redessiner", 0, 0 }; static const QUMethod slot_2 = {"setNGenerations", 0, 0 }; static const QUMethod slot_3 = {"setMutations", 0, 0 }; static const QUMethod slot_4 = {"setUnChanged", 0, 0 }; static const QUMethod slot_5 = {"setCrossovers", 0, 0 }; static const QUMethod slot_6 = {"filePrint", 0, 0 }; static const QMetaData slot_tbl[] = { { "init()", &slot_0, QMetaData::Public }, { "redessiner()", &slot_1, QMetaData::Public }, { "setNGenerations()", &slot_2, QMetaData::Public }, { "setMutations()", &slot_3, QMetaData::Public }, { "setUnChanged()", &slot_4, QMetaData::Public }, { "setCrossovers()", &slot_5, QMetaData::Public }, { "filePrint()", &slot_6, QMetaData::Public } }; metaObj = QMetaObject::new_metaobject( "interface", parentObject, slot_tbl, 7, 0, 0,#ifndef QT_NO_PROPERTIES 0, 0, 0, 0,#endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_interface.setMetaObject( metaObj ); return metaObj;}void* interface::qt_cast( const char* clname ){ if ( !qstrcmp( clname, "interface" ) ) return this; return Form1::qt_cast( clname );}bool interface::qt_invoke( int _id, QUObject* _o ){ switch ( _id - staticMetaObject()->slotOffset() ) { case 0: init(); break; case 1: redessiner(); break; case 2: setNGenerations(); break; case 3: setMutations(); break; case 4: setUnChanged(); break; case 5: setCrossovers(); break; case 6: filePrint(); break; default: return Form1::qt_invoke( _id, _o ); } return TRUE;}bool interface::qt_emit( int _id, QUObject* _o ){ return Form1::qt_emit(_id,_o);}#ifndef QT_NO_PROPERTIESbool interface::qt_property( int id, int f, QVariant* v){ return Form1::qt_property( id, f, v);}bool interface::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }#endif // QT_NO_PROPERTIES
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -