Inizio Progetto
[qmemory] / moc_mainwindow.cpp
diff --git a/moc_mainwindow.cpp b/moc_mainwindow.cpp
new file mode 100644 (file)
index 0000000..162f4d6
--- /dev/null
@@ -0,0 +1,118 @@
+/****************************************************************************
+** Meta object code from reading C++ file 'mainwindow.h'
+**
+** Created: Fri Feb 26 16:31:33 2010
+**      by: The Qt Meta Object Compiler version 62 (Qt 4.6.1)
+**
+** WARNING! All changes made in this file will be lost!
+*****************************************************************************/
+
+#include "mainwindow.h"
+#if !defined(Q_MOC_OUTPUT_REVISION)
+#error "The header file 'mainwindow.h' doesn't include <QObject>."
+#elif Q_MOC_OUTPUT_REVISION != 62
+#error "This file was generated using the moc from 4.6.1. It"
+#error "cannot be used with the include files from this version of Qt."
+#error "(The moc has changed too much.)"
+#endif
+
+QT_BEGIN_MOC_NAMESPACE
+static const uint qt_meta_data_MainWindow[] = {
+
+ // content:
+       4,       // revision
+       0,       // classname
+       0,    0, // classinfo
+      14,   14, // methods
+       0,    0, // properties
+       0,    0, // enums/sets
+       0,    0, // constructors
+       0,       // flags
+       1,       // signalCount
+
+ // signals: signature, parameters, type, tag, flags
+      19,   12,   11,   11, 0x05,
+
+ // slots: signature, parameters, type, tag, flags
+      45,   42,   11,   11, 0x0a,
+      64,   11,   11,   11, 0x0a,
+      73,   11,   11,   11, 0x0a,
+      82,   11,   11,   11, 0x0a,
+      91,   11,   11,   11, 0x0a,
+     100,   11,   11,   11, 0x0a,
+     109,   11,   11,   11, 0x0a,
+     118,   11,   11,   11, 0x0a,
+     127,   11,   11,   11, 0x0a,
+     136,   11,   11,   11, 0x0a,
+     145,   11,   11,   11, 0x0a,
+     160,   11,   11,   11, 0x0a,
+     173,   11,   11,   11, 0x0a,
+
+       0        // eod
+};
+
+static const char qt_meta_stringdata_MainWindow[] = {
+    "MainWindow\0\0button\0cliccatoIlBottone(int)\0"
+    "id\0cliccaBottone(int)\0clickA()\0clickB()\0"
+    "clickC()\0clickD()\0clickE()\0clickF()\0"
+    "clickG()\0clickH()\0clickI()\0sbagliato(int)\0"
+    "disableAll()\0enableAll()\0"
+};
+
+const QMetaObject MainWindow::staticMetaObject = {
+    { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow,
+      qt_meta_data_MainWindow, 0 }
+};
+
+#ifdef Q_NO_DATA_RELOCATION
+const QMetaObject &MainWindow::getStaticMetaObject() { return staticMetaObject; }
+#endif //Q_NO_DATA_RELOCATION
+
+const QMetaObject *MainWindow::metaObject() const
+{
+    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
+}
+
+void *MainWindow::qt_metacast(const char *_clname)
+{
+    if (!_clname) return 0;
+    if (!strcmp(_clname, qt_meta_stringdata_MainWindow))
+        return static_cast<void*>(const_cast< MainWindow*>(this));
+    return QMainWindow::qt_metacast(_clname);
+}
+
+int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
+{
+    _id = QMainWindow::qt_metacall(_c, _id, _a);
+    if (_id < 0)
+        return _id;
+    if (_c == QMetaObject::InvokeMetaMethod) {
+        switch (_id) {
+        case 0: cliccatoIlBottone((*reinterpret_cast< int(*)>(_a[1]))); break;
+        case 1: cliccaBottone((*reinterpret_cast< int(*)>(_a[1]))); break;
+        case 2: clickA(); break;
+        case 3: clickB(); break;
+        case 4: clickC(); break;
+        case 5: clickD(); break;
+        case 6: clickE(); break;
+        case 7: clickF(); break;
+        case 8: clickG(); break;
+        case 9: clickH(); break;
+        case 10: clickI(); break;
+        case 11: sbagliato((*reinterpret_cast< int(*)>(_a[1]))); break;
+        case 12: disableAll(); break;
+        case 13: enableAll(); break;
+        default: ;
+        }
+        _id -= 14;
+    }
+    return _id;
+}
+
+// SIGNAL 0
+void MainWindow::cliccatoIlBottone(int _t1)
+{
+    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
+    QMetaObject::activate(this, &staticMetaObject, 0, _a);
+}
+QT_END_MOC_NAMESPACE