pktools  2.6.5
Processing Kernel for geospatial data
moc_mainwindow.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'mainwindow.h'
3 **
4 ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.0.1)
5 **
6 ** WARNING! All changes made in this file will be lost!
7 *****************************************************************************/
8 
9 #include "../pkextract_gui/mainwindow.h"
10 #include <QtCore/qbytearray.h>
11 #include <QtCore/qmetatype.h>
12 #if !defined(Q_MOC_OUTPUT_REVISION)
13 #error "The header file 'mainwindow.h' doesn't include <QObject>."
14 #elif Q_MOC_OUTPUT_REVISION != 67
15 #error "This file was generated using the moc from 5.0.1. It"
16 #error "cannot be used with the include files from this version of Qt."
17 #error "(The moc has changed too much.)"
18 #endif
19 
20 QT_BEGIN_MOC_NAMESPACE
22  QByteArrayData data[11];
23  char stringdata[266];
24 };
25 #define QT_MOC_LITERAL(idx, ofs, len) \
26  Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
27  offsetof(qt_meta_stringdata_MainWindow_t, stringdata) + ofs \
28  - idx * sizeof(QByteArrayData) \
29  )
30 static const qt_meta_stringdata_MainWindow_t qt_meta_stringdata_MainWindow = {
31  {
32 QT_MOC_LITERAL(0, 0, 10),
33 QT_MOC_LITERAL(1, 11, 24),
34 QT_MOC_LITERAL(2, 36, 0),
35 QT_MOC_LITERAL(3, 37, 25),
36 QT_MOC_LITERAL(4, 63, 25),
37 QT_MOC_LITERAL(5, 89, 27),
38 QT_MOC_LITERAL(6, 117, 28),
39 QT_MOC_LITERAL(7, 146, 28),
40 QT_MOC_LITERAL(8, 175, 25),
41 QT_MOC_LITERAL(9, 201, 33),
42 QT_MOC_LITERAL(10, 235, 29)
43  },
44  "MainWindow\0on_actionInput_triggered\0"
45  "\0on_actionSample_triggered\0"
46  "on_actionOutput_triggered\0"
47  "on_toolButton_input_clicked\0"
48  "on_toolButton_output_clicked\0"
49  "on_toolButton_sample_clicked\0"
50  "on_pushButton_run_clicked\0"
51  "on_toolButton_createTable_clicked\0"
52  "on_pushButton_restore_clicked\0"
53 };
54 #undef QT_MOC_LITERAL
55 
56 static const uint qt_meta_data_MainWindow[] = {
57 
58  // content:
59  7, // revision
60  0, // classname
61  0, 0, // classinfo
62  9, 14, // methods
63  0, 0, // properties
64  0, 0, // enums/sets
65  0, 0, // constructors
66  0, // flags
67  0, // signalCount
68 
69  // slots: name, argc, parameters, tag, flags
70  1, 0, 59, 2, 0x08,
71  3, 0, 60, 2, 0x08,
72  4, 0, 61, 2, 0x08,
73  5, 0, 62, 2, 0x08,
74  6, 0, 63, 2, 0x08,
75  7, 0, 64, 2, 0x08,
76  8, 0, 65, 2, 0x08,
77  9, 0, 66, 2, 0x08,
78  10, 0, 67, 2, 0x08,
79 
80  // slots: parameters
81  QMetaType::Void,
82  QMetaType::Void,
83  QMetaType::Void,
84  QMetaType::Void,
85  QMetaType::Void,
86  QMetaType::Void,
87  QMetaType::Void,
88  QMetaType::Void,
89  QMetaType::Void,
90 
91  0 // eod
92 };
93 
94 void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
95 {
96  if (_c == QMetaObject::InvokeMetaMethod) {
97  MainWindow *_t = static_cast<MainWindow *>(_o);
98  switch (_id) {
99  case 0: _t->on_actionInput_triggered(); break;
100  case 1: _t->on_actionSample_triggered(); break;
101  case 2: _t->on_actionOutput_triggered(); break;
102  case 3: _t->on_toolButton_input_clicked(); break;
103  case 4: _t->on_toolButton_output_clicked(); break;
104  case 5: _t->on_toolButton_sample_clicked(); break;
105  case 6: _t->on_pushButton_run_clicked(); break;
106  case 7: _t->on_toolButton_createTable_clicked(); break;
107  case 8: _t->on_pushButton_restore_clicked(); break;
108  default: ;
109  }
110  }
111  Q_UNUSED(_a);
112 }
113 
114 const QMetaObject MainWindow::staticMetaObject = {
115  { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow.data,
116  qt_meta_data_MainWindow, qt_static_metacall, 0, 0}
117 };
118 
119 
120 const QMetaObject *MainWindow::metaObject() const
121 {
122  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
123 }
124 
125 void *MainWindow::qt_metacast(const char *_clname)
126 {
127  if (!_clname) return 0;
128  if (!strcmp(_clname, qt_meta_stringdata_MainWindow.stringdata))
129  return static_cast<void*>(const_cast< MainWindow*>(this));
130  return QMainWindow::qt_metacast(_clname);
131 }
132 
133 int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
134 {
135  _id = QMainWindow::qt_metacall(_c, _id, _a);
136  if (_id < 0)
137  return _id;
138  if (_c == QMetaObject::InvokeMetaMethod) {
139  if (_id < 9)
140  qt_static_metacall(this, _c, _id, _a);
141  _id -= 9;
142  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
143  if (_id < 9)
144  *reinterpret_cast<int*>(_a[0]) = -1;
145  _id -= 9;
146  }
147  return _id;
148 }
149 QT_END_MOC_NAMESPACE