X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2FInput%2Fmoc_stop.cpp;fp=tools%2FInput%2Fmoc_stop.cpp;h=c5f5b2a0799feef737661effa457d4914b24b402;hb=aff4da5c7170bbd2b7f082ed351e6af97ae22752;hp=0000000000000000000000000000000000000000;hpb=7c0fe756b3cae52731d20e5f76d157a37a833792;p=snark14.git diff --git a/tools/Input/moc_stop.cpp b/tools/Input/moc_stop.cpp new file mode 100644 index 0000000..c5f5b2a --- /dev/null +++ b/tools/Input/moc_stop.cpp @@ -0,0 +1,116 @@ +/**************************************************************************** +** stopwindow meta object code from reading C++ file 'stop.h' +** +** Created: Sun Feb 11 21:07:24 2018 +** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.8 edited Feb 2 14:59 $) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#undef QT_NO_COMPAT +#include "stop.h" +#include +#include + +#include +#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26) +#error "This file was generated using the moc from 3.3.8b. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +const char *stopwindow::className() const +{ + return "stopwindow"; +} + +QMetaObject *stopwindow::metaObj = 0; +static QMetaObjectCleanUp cleanUp_stopwindow( "stopwindow", &stopwindow::staticMetaObject ); + +#ifndef QT_NO_TRANSLATION +QString stopwindow::tr( const char *s, const char *c ) +{ + if ( qApp ) + return qApp->translate( "stopwindow", s, c, QApplication::DefaultCodec ); + else + return QString::fromLatin1( s ); +} +#ifndef QT_NO_TRANSLATION_UTF8 +QString stopwindow::trUtf8( const char *s, const char *c ) +{ + if ( qApp ) + return qApp->translate( "stopwindow", s, c, QApplication::UnicodeUTF8 ); + else + return QString::fromUtf8( s ); +} +#endif // QT_NO_TRANSLATION_UTF8 + +#endif // QT_NO_TRANSLATION + +QMetaObject* stopwindow::staticMetaObject() +{ + if ( metaObj ) + return metaObj; + QMetaObject* parentObject = QDialog::staticMetaObject(); + static const QUMethod slot_0 = {"activateIterationFields", 0, 0 }; + static const QUMethod slot_1 = {"activateTerminationFields", 0, 0 }; + static const QUMethod slot_2 = {"deactivateFields", 0, 0 }; + static const QUMethod slot_3 = {"checkValues", 0, 0 }; + static const QUMethod slot_4 = {"setEpsilon", 0, 0 }; + static const QUMethod slot_5 = {"setSkips", 0, 0 }; + static const QMetaData slot_tbl[] = { + { "activateIterationFields()", &slot_0, QMetaData::Private }, + { "activateTerminationFields()", &slot_1, QMetaData::Private }, + { "deactivateFields()", &slot_2, QMetaData::Private }, + { "checkValues()", &slot_3, QMetaData::Private }, + { "setEpsilon()", &slot_4, QMetaData::Private }, + { "setSkips()", &slot_5, QMetaData::Private } + }; + metaObj = QMetaObject::new_metaobject( + "stopwindow", parentObject, + slot_tbl, 6, + 0, 0, +#ifndef QT_NO_PROPERTIES + 0, 0, + 0, 0, +#endif // QT_NO_PROPERTIES + 0, 0 ); + cleanUp_stopwindow.setMetaObject( metaObj ); + return metaObj; +} + +void* stopwindow::qt_cast( const char* clname ) +{ + if ( !qstrcmp( clname, "stopwindow" ) ) + return this; + return QDialog::qt_cast( clname ); +} + +bool stopwindow::qt_invoke( int _id, QUObject* _o ) +{ + switch ( _id - staticMetaObject()->slotOffset() ) { + case 0: activateIterationFields(); break; + case 1: activateTerminationFields(); break; + case 2: deactivateFields(); break; + case 3: checkValues(); break; + case 4: setEpsilon(); break; + case 5: setSkips(); break; + default: + return QDialog::qt_invoke( _id, _o ); + } + return TRUE; +} + +bool stopwindow::qt_emit( int _id, QUObject* _o ) +{ + return QDialog::qt_emit(_id,_o); +} +#ifndef QT_NO_PROPERTIES + +bool stopwindow::qt_property( int id, int f, QVariant* v) +{ + return QDialog::qt_property( id, f, v); +} + +bool stopwindow::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } +#endif // QT_NO_PROPERTIES