Remove temp moc*.cpp files
[snark14.git] / tools / Display / moc_SnarkDisplay.cpp
diff --git a/tools/Display/moc_SnarkDisplay.cpp b/tools/Display/moc_SnarkDisplay.cpp
deleted file mode 100644 (file)
index 8627b5c..0000000
+++ /dev/null
@@ -1,140 +0,0 @@
-/****************************************************************************
-** SnarkDisplay meta object code from reading C++ file 'SnarkDisplay.hpp'
-**
-** Created: Sun Feb 11 21:03:23 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 "SnarkDisplay.hpp"
-#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.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 *SnarkDisplay::className() const
-{
-    return "SnarkDisplay";
-}
-
-QMetaObject *SnarkDisplay::metaObj = 0;
-static QMetaObjectCleanUp cleanUp_SnarkDisplay( "SnarkDisplay", &SnarkDisplay::staticMetaObject );
-
-#ifndef QT_NO_TRANSLATION
-QString SnarkDisplay::tr( const char *s, const char *c )
-{
-    if ( qApp )
-       return qApp->translate( "SnarkDisplay", s, c, QApplication::DefaultCodec );
-    else
-       return QString::fromLatin1( s );
-}
-#ifndef QT_NO_TRANSLATION_UTF8
-QString SnarkDisplay::trUtf8( const char *s, const char *c )
-{
-    if ( qApp )
-       return qApp->translate( "SnarkDisplay", s, c, QApplication::UnicodeUTF8 );
-    else
-       return QString::fromUtf8( s );
-}
-#endif // QT_NO_TRANSLATION_UTF8
-
-#endif // QT_NO_TRANSLATION
-
-QMetaObject* SnarkDisplay::staticMetaObject()
-{
-    if ( metaObj )
-       return metaObj;
-    QMetaObject* parentObject = QWidget::staticMetaObject();
-    static const QUParameter param_slot_0[] = {
-       { "on", &static_QUType_bool, 0, QUParameter::In }
-    };
-    static const QUMethod slot_0 = {"signalAllGlobals", 1, param_slot_0 };
-    static const QUParameter param_slot_1[] = {
-       { "on", &static_QUType_bool, 0, QUParameter::In }
-    };
-    static const QUMethod slot_1 = {"signalAllDifference", 1, param_slot_1 };
-    static const QUParameter param_slot_2[] = {
-       { "on", &static_QUType_bool, 0, QUParameter::In }
-    };
-    static const QUMethod slot_2 = {"signalAllIntensity", 1, param_slot_2 };
-    static const QUMethod slot_3 = {"updateGlobalThreshs", 0, 0 };
-    static const QUMethod slot_4 = {"callLines", 0, 0 };
-    static const QUMethod slot_5 = {"callOpenImages", 0, 0 };
-    static const QUMethod slot_6 = {"openRecfilFile", 0, 0 };
-    static const QUMethod slot_7 = {"callRange", 0, 0 };
-    static const QUMethod slot_8 = {"openPrjfilFile", 0, 0 };
-    static const QUMethod slot_9 = {"openEvalFile", 0, 0 };
-    static const QUMethod slot_10 = {"about", 0, 0 };
-    static const QMetaData slot_tbl[] = {
-       { "signalAllGlobals(bool)", &slot_0, QMetaData::Public },
-       { "signalAllDifference(bool)", &slot_1, QMetaData::Public },
-       { "signalAllIntensity(bool)", &slot_2, QMetaData::Public },
-       { "updateGlobalThreshs()", &slot_3, QMetaData::Public },
-       { "callLines()", &slot_4, QMetaData::Private },
-       { "callOpenImages()", &slot_5, QMetaData::Private },
-       { "openRecfilFile()", &slot_6, QMetaData::Private },
-       { "callRange()", &slot_7, QMetaData::Private },
-       { "openPrjfilFile()", &slot_8, QMetaData::Private },
-       { "openEvalFile()", &slot_9, QMetaData::Private },
-       { "about()", &slot_10, QMetaData::Private }
-    };
-    metaObj = QMetaObject::new_metaobject(
-       "SnarkDisplay", parentObject,
-       slot_tbl, 11,
-       0, 0,
-#ifndef QT_NO_PROPERTIES
-       0, 0,
-       0, 0,
-#endif // QT_NO_PROPERTIES
-       0, 0 );
-    cleanUp_SnarkDisplay.setMetaObject( metaObj );
-    return metaObj;
-}
-
-void* SnarkDisplay::qt_cast( const char* clname )
-{
-    if ( !qstrcmp( clname, "SnarkDisplay" ) )
-       return this;
-    return QWidget::qt_cast( clname );
-}
-
-bool SnarkDisplay::qt_invoke( int _id, QUObject* _o )
-{
-    switch ( _id - staticMetaObject()->slotOffset() ) {
-    case 0: signalAllGlobals((bool)static_QUType_bool.get(_o+1)); break;
-    case 1: signalAllDifference((bool)static_QUType_bool.get(_o+1)); break;
-    case 2: signalAllIntensity((bool)static_QUType_bool.get(_o+1)); break;
-    case 3: updateGlobalThreshs(); break;
-    case 4: callLines(); break;
-    case 5: callOpenImages(); break;
-    case 6: openRecfilFile(); break;
-    case 7: callRange(); break;
-    case 8: openPrjfilFile(); break;
-    case 9: openEvalFile(); break;
-    case 10: about(); break;
-    default:
-       return QWidget::qt_invoke( _id, _o );
-    }
-    return TRUE;
-}
-
-bool SnarkDisplay::qt_emit( int _id, QUObject* _o )
-{
-    return QWidget::qt_emit(_id,_o);
-}
-#ifndef QT_NO_PROPERTIES
-
-bool SnarkDisplay::qt_property( int id, int f, QVariant* v)
-{
-    return QWidget::qt_property( id, f, v);
-}
-
-bool SnarkDisplay::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
-#endif // QT_NO_PROPERTIES