pktools  2.6.3
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 63 (Qt 4.8.6)
5 **
6 ** WARNING! All changes made in this file will be lost!
7 *****************************************************************************/
8 
9 #include "../pkextract_gui/mainwindow.h"
10 #if !defined(Q_MOC_OUTPUT_REVISION)
11 #error "The header file 'mainwindow.h' doesn't include <QObject>."
12 #elif Q_MOC_OUTPUT_REVISION != 63
13 #error "This file was generated using the moc from 4.8.6. It"
14 #error "cannot be used with the include files from this version of Qt."
15 #error "(The moc has changed too much.)"
16 #endif
17 
18 QT_BEGIN_MOC_NAMESPACE
19 static const uint qt_meta_data_MainWindow[] = {
20 
21  // content:
22  6, // revision
23  0, // classname
24  0, 0, // classinfo
25  9, 14, // methods
26  0, 0, // properties
27  0, 0, // enums/sets
28  0, 0, // constructors
29  0, // flags
30  0, // signalCount
31 
32  // slots: signature, parameters, type, tag, flags
33  12, 11, 11, 11, 0x08,
34  39, 11, 11, 11, 0x08,
35  67, 11, 11, 11, 0x08,
36  95, 11, 11, 11, 0x08,
37  125, 11, 11, 11, 0x08,
38  156, 11, 11, 11, 0x08,
39  187, 11, 11, 11, 0x08,
40  215, 11, 11, 11, 0x08,
41  251, 11, 11, 11, 0x08,
42 
43  0 // eod
44 };
45 
46 static const char qt_meta_stringdata_MainWindow[] = {
47  "MainWindow\0\0on_actionInput_triggered()\0"
48  "on_actionSample_triggered()\0"
49  "on_actionOutput_triggered()\0"
50  "on_toolButton_input_clicked()\0"
51  "on_toolButton_output_clicked()\0"
52  "on_toolButton_sample_clicked()\0"
53  "on_pushButton_run_clicked()\0"
54  "on_toolButton_createTable_clicked()\0"
55  "on_pushButton_restore_clicked()\0"
56 };
57 
58 void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
59 {
60  if (_c == QMetaObject::InvokeMetaMethod) {
61  Q_ASSERT(staticMetaObject.cast(_o));
62  MainWindow *_t = static_cast<MainWindow *>(_o);
63  switch (_id) {
64  case 0: _t->on_actionInput_triggered(); break;
65  case 1: _t->on_actionSample_triggered(); break;
66  case 2: _t->on_actionOutput_triggered(); break;
67  case 3: _t->on_toolButton_input_clicked(); break;
68  case 4: _t->on_toolButton_output_clicked(); break;
69  case 5: _t->on_toolButton_sample_clicked(); break;
70  case 6: _t->on_pushButton_run_clicked(); break;
71  case 7: _t->on_toolButton_createTable_clicked(); break;
72  case 8: _t->on_pushButton_restore_clicked(); break;
73  default: ;
74  }
75  }
76  Q_UNUSED(_a);
77 }
78 
79 const QMetaObjectExtraData MainWindow::staticMetaObjectExtraData = {
80  0, qt_static_metacall
81 };
82 
83 const QMetaObject MainWindow::staticMetaObject = {
84  { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow,
85  qt_meta_data_MainWindow, &staticMetaObjectExtraData }
86 };
87 
88 #ifdef Q_NO_DATA_RELOCATION
89 const QMetaObject &MainWindow::getStaticMetaObject() { return staticMetaObject; }
90 #endif //Q_NO_DATA_RELOCATION
91 
92 const QMetaObject *MainWindow::metaObject() const
93 {
94  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
95 }
96 
97 void *MainWindow::qt_metacast(const char *_clname)
98 {
99  if (!_clname) return 0;
100  if (!strcmp(_clname, qt_meta_stringdata_MainWindow))
101  return static_cast<void*>(const_cast< MainWindow*>(this));
102  return QMainWindow::qt_metacast(_clname);
103 }
104 
105 int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
106 {
107  _id = QMainWindow::qt_metacall(_c, _id, _a);
108  if (_id < 0)
109  return _id;
110  if (_c == QMetaObject::InvokeMetaMethod) {
111  if (_id < 9)
112  qt_static_metacall(this, _c, _id, _a);
113  _id -= 9;
114  }
115  return _id;
116 }
117 QT_END_MOC_NAMESPACE