pktools  2.6.6
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 "../pkdiff_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  11, 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  70, 11, 11, 11, 0x08,
36  96, 11, 11, 11, 0x08,
37  124, 11, 11, 11, 0x08,
38  154, 11, 11, 11, 0x08,
39  183, 11, 11, 11, 0x08,
40  214, 11, 11, 11, 0x08,
41  248, 11, 11, 11, 0x08,
42  276, 11, 11, 11, 0x08,
43  308, 11, 11, 11, 0x08,
44 
45  0 // eod
46 };
47 
48 static const char qt_meta_stringdata_MainWindow[] = {
49  "MainWindow\0\0on_actionInput_triggered()\0"
50  "on_actionReference_triggered()\0"
51  "on_actionMask_triggered()\0"
52  "on_actionOutput_triggered()\0"
53  "on_toolButton_input_clicked()\0"
54  "on_toolButton_mask_clicked()\0"
55  "on_toolButton_output_clicked()\0"
56  "on_toolButton_reference_clicked()\0"
57  "on_pushButton_run_clicked()\0"
58  "on_pushButton_restore_clicked()\0"
59  "on_commandLinkButtonPrepareTable_clicked()\0"
60 };
61 
62 void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
63 {
64  if (_c == QMetaObject::InvokeMetaMethod) {
65  Q_ASSERT(staticMetaObject.cast(_o));
66  MainWindow *_t = static_cast<MainWindow *>(_o);
67  switch (_id) {
68  case 0: _t->on_actionInput_triggered(); break;
69  case 1: _t->on_actionReference_triggered(); break;
70  case 2: _t->on_actionMask_triggered(); break;
71  case 3: _t->on_actionOutput_triggered(); break;
72  case 4: _t->on_toolButton_input_clicked(); break;
73  case 5: _t->on_toolButton_mask_clicked(); break;
74  case 6: _t->on_toolButton_output_clicked(); break;
75  case 7: _t->on_toolButton_reference_clicked(); break;
76  case 8: _t->on_pushButton_run_clicked(); break;
77  case 9: _t->on_pushButton_restore_clicked(); break;
78  case 10: _t->on_commandLinkButtonPrepareTable_clicked(); break;
79  default: ;
80  }
81  }
82  Q_UNUSED(_a);
83 }
84 
85 const QMetaObjectExtraData MainWindow::staticMetaObjectExtraData = {
86  0, qt_static_metacall
87 };
88 
89 const QMetaObject MainWindow::staticMetaObject = {
90  { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow,
91  qt_meta_data_MainWindow, &staticMetaObjectExtraData }
92 };
93 
94 #ifdef Q_NO_DATA_RELOCATION
95 const QMetaObject &MainWindow::getStaticMetaObject() { return staticMetaObject; }
96 #endif //Q_NO_DATA_RELOCATION
97 
98 const QMetaObject *MainWindow::metaObject() const
99 {
100  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
101 }
102 
103 void *MainWindow::qt_metacast(const char *_clname)
104 {
105  if (!_clname) return 0;
106  if (!strcmp(_clname, qt_meta_stringdata_MainWindow))
107  return static_cast<void*>(const_cast< MainWindow*>(this));
108  return QMainWindow::qt_metacast(_clname);
109 }
110 
111 int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
112 {
113  _id = QMainWindow::qt_metacall(_c, _id, _a);
114  if (_id < 0)
115  return _id;
116  if (_c == QMetaObject::InvokeMetaMethod) {
117  if (_id < 11)
118  qt_static_metacall(this, _c, _id, _a);
119  _id -= 11;
120  }
121  return _id;
122 }
123 QT_END_MOC_NAMESPACE