Remove temporary moc_*.cpp files
[snark14.git] / tools / Display / moc_SnarkDisplay.cpp
1 /****************************************************************************
2 ** SnarkDisplay meta object code from reading C++ file 'SnarkDisplay.hpp'
3 **
4 ** Created: Sun Feb 11 21:03:23 2018
5 **      by: The Qt MOC ($Id: qt/moc_yacc.cpp   3.3.8   edited Feb 2 14:59 $)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
9
10 #undef QT_NO_COMPAT
11 #include "SnarkDisplay.hpp"
12 #include <qmetaobject.h>
13 #include <qapplication.h>
14
15 #include <private/qucomextra_p.h>
16 #if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)
17 #error "This file was generated using the moc from 3.3.8b. It"
18 #error "cannot be used with the include files from this version of Qt."
19 #error "(The moc has changed too much.)"
20 #endif
21
22 const char *SnarkDisplay::className() const
23 {
24     return "SnarkDisplay";
25 }
26
27 QMetaObject *SnarkDisplay::metaObj = 0;
28 static QMetaObjectCleanUp cleanUp_SnarkDisplay( "SnarkDisplay", &SnarkDisplay::staticMetaObject );
29
30 #ifndef QT_NO_TRANSLATION
31 QString SnarkDisplay::tr( const char *s, const char *c )
32 {
33     if ( qApp )
34         return qApp->translate( "SnarkDisplay", s, c, QApplication::DefaultCodec );
35     else
36         return QString::fromLatin1( s );
37 }
38 #ifndef QT_NO_TRANSLATION_UTF8
39 QString SnarkDisplay::trUtf8( const char *s, const char *c )
40 {
41     if ( qApp )
42         return qApp->translate( "SnarkDisplay", s, c, QApplication::UnicodeUTF8 );
43     else
44         return QString::fromUtf8( s );
45 }
46 #endif // QT_NO_TRANSLATION_UTF8
47
48 #endif // QT_NO_TRANSLATION
49
50 QMetaObject* SnarkDisplay::staticMetaObject()
51 {
52     if ( metaObj )
53         return metaObj;
54     QMetaObject* parentObject = QWidget::staticMetaObject();
55     static const QUParameter param_slot_0[] = {
56         { "on", &static_QUType_bool, 0, QUParameter::In }
57     };
58     static const QUMethod slot_0 = {"signalAllGlobals", 1, param_slot_0 };
59     static const QUParameter param_slot_1[] = {
60         { "on", &static_QUType_bool, 0, QUParameter::In }
61     };
62     static const QUMethod slot_1 = {"signalAllDifference", 1, param_slot_1 };
63     static const QUParameter param_slot_2[] = {
64         { "on", &static_QUType_bool, 0, QUParameter::In }
65     };
66     static const QUMethod slot_2 = {"signalAllIntensity", 1, param_slot_2 };
67     static const QUMethod slot_3 = {"updateGlobalThreshs", 0, 0 };
68     static const QUMethod slot_4 = {"callLines", 0, 0 };
69     static const QUMethod slot_5 = {"callOpenImages", 0, 0 };
70     static const QUMethod slot_6 = {"openRecfilFile", 0, 0 };
71     static const QUMethod slot_7 = {"callRange", 0, 0 };
72     static const QUMethod slot_8 = {"openPrjfilFile", 0, 0 };
73     static const QUMethod slot_9 = {"openEvalFile", 0, 0 };
74     static const QUMethod slot_10 = {"about", 0, 0 };
75     static const QMetaData slot_tbl[] = {
76         { "signalAllGlobals(bool)", &slot_0, QMetaData::Public },
77         { "signalAllDifference(bool)", &slot_1, QMetaData::Public },
78         { "signalAllIntensity(bool)", &slot_2, QMetaData::Public },
79         { "updateGlobalThreshs()", &slot_3, QMetaData::Public },
80         { "callLines()", &slot_4, QMetaData::Private },
81         { "callOpenImages()", &slot_5, QMetaData::Private },
82         { "openRecfilFile()", &slot_6, QMetaData::Private },
83         { "callRange()", &slot_7, QMetaData::Private },
84         { "openPrjfilFile()", &slot_8, QMetaData::Private },
85         { "openEvalFile()", &slot_9, QMetaData::Private },
86         { "about()", &slot_10, QMetaData::Private }
87     };
88     metaObj = QMetaObject::new_metaobject(
89         "SnarkDisplay", parentObject,
90         slot_tbl, 11,
91         0, 0,
92 #ifndef QT_NO_PROPERTIES
93         0, 0,
94         0, 0,
95 #endif // QT_NO_PROPERTIES
96         0, 0 );
97     cleanUp_SnarkDisplay.setMetaObject( metaObj );
98     return metaObj;
99 }
100
101 void* SnarkDisplay::qt_cast( const char* clname )
102 {
103     if ( !qstrcmp( clname, "SnarkDisplay" ) )
104         return this;
105     return QWidget::qt_cast( clname );
106 }
107
108 bool SnarkDisplay::qt_invoke( int _id, QUObject* _o )
109 {
110     switch ( _id - staticMetaObject()->slotOffset() ) {
111     case 0: signalAllGlobals((bool)static_QUType_bool.get(_o+1)); break;
112     case 1: signalAllDifference((bool)static_QUType_bool.get(_o+1)); break;
113     case 2: signalAllIntensity((bool)static_QUType_bool.get(_o+1)); break;
114     case 3: updateGlobalThreshs(); break;
115     case 4: callLines(); break;
116     case 5: callOpenImages(); break;
117     case 6: openRecfilFile(); break;
118     case 7: callRange(); break;
119     case 8: openPrjfilFile(); break;
120     case 9: openEvalFile(); break;
121     case 10: about(); break;
122     default:
123         return QWidget::qt_invoke( _id, _o );
124     }
125     return TRUE;
126 }
127
128 bool SnarkDisplay::qt_emit( int _id, QUObject* _o )
129 {
130     return QWidget::qt_emit(_id,_o);
131 }
132 #ifndef QT_NO_PROPERTIES
133
134 bool SnarkDisplay::qt_property( int id, int f, QVariant* v)
135 {
136     return QWidget::qt_property( id, f, v);
137 }
138
139 bool SnarkDisplay::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
140 #endif // QT_NO_PROPERTIES