X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2FInput%2Fmoc_mode.cpp;fp=tools%2FInput%2Fmoc_mode.cpp;h=0000000000000000000000000000000000000000;hb=89362fdc72dfe57c796820598cd3e6cae9d33ce9;hp=a9f4e42ca2bcfb5114d6749ff2c4a3de6d049c4d;hpb=6e4bd1baab433a18f0b6bdc65b5629fe99091965;p=snark14.git diff --git a/tools/Input/moc_mode.cpp b/tools/Input/moc_mode.cpp deleted file mode 100644 index a9f4e42..0000000 --- a/tools/Input/moc_mode.cpp +++ /dev/null @@ -1,107 +0,0 @@ -/**************************************************************************** -** modewindow meta object code from reading C++ file 'mode.h' -** -** Created: Sun Feb 11 21:45:22 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 "mode.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 *modewindow::className() const -{ - return "modewindow"; -} - -QMetaObject *modewindow::metaObj = 0; -static QMetaObjectCleanUp cleanUp_modewindow( "modewindow", &modewindow::staticMetaObject ); - -#ifndef QT_NO_TRANSLATION -QString modewindow::tr( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "modewindow", s, c, QApplication::DefaultCodec ); - else - return QString::fromLatin1( s ); -} -#ifndef QT_NO_TRANSLATION_UTF8 -QString modewindow::trUtf8( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "modewindow", s, c, QApplication::UnicodeUTF8 ); - else - return QString::fromUtf8( s ); -} -#endif // QT_NO_TRANSLATION_UTF8 - -#endif // QT_NO_TRANSLATION - -QMetaObject* modewindow::staticMetaObject() -{ - if ( metaObj ) - return metaObj; - QMetaObject* parentObject = QDialog::staticMetaObject(); - static const QUMethod slot_0 = {"activateLowerFields", 0, 0 }; - static const QUMethod slot_1 = {"activateUpperFields", 0, 0 }; - static const QUMethod slot_2 = {"checkValues", 0, 0 }; - static const QMetaData slot_tbl[] = { - { "activateLowerFields()", &slot_0, QMetaData::Private }, - { "activateUpperFields()", &slot_1, QMetaData::Private }, - { "checkValues()", &slot_2, QMetaData::Private } - }; - metaObj = QMetaObject::new_metaobject( - "modewindow", parentObject, - slot_tbl, 3, - 0, 0, -#ifndef QT_NO_PROPERTIES - 0, 0, - 0, 0, -#endif // QT_NO_PROPERTIES - 0, 0 ); - cleanUp_modewindow.setMetaObject( metaObj ); - return metaObj; -} - -void* modewindow::qt_cast( const char* clname ) -{ - if ( !qstrcmp( clname, "modewindow" ) ) - return this; - return QDialog::qt_cast( clname ); -} - -bool modewindow::qt_invoke( int _id, QUObject* _o ) -{ - switch ( _id - staticMetaObject()->slotOffset() ) { - case 0: activateLowerFields(); break; - case 1: activateUpperFields(); break; - case 2: checkValues(); break; - default: - return QDialog::qt_invoke( _id, _o ); - } - return TRUE; -} - -bool modewindow::qt_emit( int _id, QUObject* _o ) -{ - return QDialog::qt_emit(_id,_o); -} -#ifndef QT_NO_PROPERTIES - -bool modewindow::qt_property( int id, int f, QVariant* v) -{ - return QDialog::qt_property( id, f, v); -} - -bool modewindow::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } -#endif // QT_NO_PROPERTIES