Remove temporary moc_*.cpp files
[snark14.git] / tools / Display / moc_openimages.cpp
1 /****************************************************************************
2 ** openimageswindow meta object code from reading C++ file 'openimages.hpp'
3 **
4 ** Created: Sun Feb 11 21:45:02 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 "openimages.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 *openimageswindow::className() const
23 {
24     return "openimageswindow";
25 }
26
27 QMetaObject *openimageswindow::metaObj = 0;
28 static QMetaObjectCleanUp cleanUp_openimageswindow( "openimageswindow", &openimageswindow::staticMetaObject );
29
30 #ifndef QT_NO_TRANSLATION
31 QString openimageswindow::tr( const char *s, const char *c )
32 {
33     if ( qApp )
34         return qApp->translate( "openimageswindow", s, c, QApplication::DefaultCodec );
35     else
36         return QString::fromLatin1( s );
37 }
38 #ifndef QT_NO_TRANSLATION_UTF8
39 QString openimageswindow::trUtf8( const char *s, const char *c )
40 {
41     if ( qApp )
42         return qApp->translate( "openimageswindow", 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* openimageswindow::staticMetaObject()
51 {
52     if ( metaObj )
53         return metaObj;
54     QMetaObject* parentObject = QWidget::staticMetaObject();
55     static const QUMethod slot_0 = {"openImages", 0, 0 };
56     static const QUMethod slot_1 = {"setImagesNames", 0, 0 };
57     static const QUMethod slot_2 = {"selectAll", 0, 0 };
58     static const QUMethod slot_3 = {"clearSelected", 0, 0 };
59     static const QUMethod slot_4 = {"closeWindow", 0, 0 };
60     static const QUParameter param_slot_5[] = {
61         { "e", &static_QUType_ptr, "QCloseEvent", QUParameter::In }
62     };
63     static const QUMethod slot_5 = {"closeEvent", 1, param_slot_5 };
64     static const QMetaData slot_tbl[] = {
65         { "openImages()", &slot_0, QMetaData::Public },
66         { "setImagesNames()", &slot_1, QMetaData::Public },
67         { "selectAll()", &slot_2, QMetaData::Public },
68         { "clearSelected()", &slot_3, QMetaData::Public },
69         { "closeWindow()", &slot_4, QMetaData::Public },
70         { "closeEvent(QCloseEvent*)", &slot_5, QMetaData::Public }
71     };
72     metaObj = QMetaObject::new_metaobject(
73         "openimageswindow", parentObject,
74         slot_tbl, 6,
75         0, 0,
76 #ifndef QT_NO_PROPERTIES
77         0, 0,
78         0, 0,
79 #endif // QT_NO_PROPERTIES
80         0, 0 );
81     cleanUp_openimageswindow.setMetaObject( metaObj );
82     return metaObj;
83 }
84
85 void* openimageswindow::qt_cast( const char* clname )
86 {
87     if ( !qstrcmp( clname, "openimageswindow" ) )
88         return this;
89     return QWidget::qt_cast( clname );
90 }
91
92 bool openimageswindow::qt_invoke( int _id, QUObject* _o )
93 {
94     switch ( _id - staticMetaObject()->slotOffset() ) {
95     case 0: openImages(); break;
96     case 1: setImagesNames(); break;
97     case 2: selectAll(); break;
98     case 3: clearSelected(); break;
99     case 4: closeWindow(); break;
100     case 5: closeEvent((QCloseEvent*)static_QUType_ptr.get(_o+1)); break;
101     default:
102         return QWidget::qt_invoke( _id, _o );
103     }
104     return TRUE;
105 }
106
107 bool openimageswindow::qt_emit( int _id, QUObject* _o )
108 {
109     return QWidget::qt_emit(_id,_o);
110 }
111 #ifndef QT_NO_PROPERTIES
112
113 bool openimageswindow::qt_property( int id, int f, QVariant* v)
114 {
115     return QWidget::qt_property( id, f, v);
116 }
117
118 bool openimageswindow::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
119 #endif // QT_NO_PROPERTIES