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 67 (Qt 5.2.1)
5 **
6 ** WARNING! All changes made in this file will be lost!
7 *****************************************************************************/
8 
9 #include "../pkcrop_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.2.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[17];
23  char stringdata[373];
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, 27),
36 QT_MOC_LITERAL(4, 65, 28),
37 QT_MOC_LITERAL(5, 94, 28),
38 QT_MOC_LITERAL(6, 123, 24),
39 QT_MOC_LITERAL(7, 148, 25),
40 QT_MOC_LITERAL(8, 174, 30),
41 QT_MOC_LITERAL(9, 205, 23),
42 QT_MOC_LITERAL(10, 229, 25),
43 QT_MOC_LITERAL(11, 255, 20),
44 QT_MOC_LITERAL(12, 276, 25),
45 QT_MOC_LITERAL(13, 302, 17),
46 QT_MOC_LITERAL(14, 320, 18),
47 QT_MOC_LITERAL(15, 339, 10),
48 QT_MOC_LITERAL(16, 350, 21)
49  },
50  "MainWindow\0on_actionInput_triggered\0"
51  "\0on_toolButton_input_clicked\0"
52  "on_toolButton_extent_clicked\0"
53  "on_toolButton_output_clicked\0"
54  "on_toolButton_ct_clicked\0"
55  "on_toolButton_Run_clicked\0"
56  "on_toolButton_defaults_clicked\0"
57  "on_actionQuit_triggered\0"
58  "on_actionOutput_triggered\0"
59  "on_autoscale_clicked\0on_actionExtent_triggered\0"
60  "on_manual_clicked\0on_noscale_clicked\0"
61  "deleteItem\0on_toolButton_clicked\0"
62 };
63 #undef QT_MOC_LITERAL
64 
65 static const uint qt_meta_data_MainWindow[] = {
66 
67  // content:
68  7, // revision
69  0, // classname
70  0, 0, // classinfo
71  15, 14, // methods
72  0, 0, // properties
73  0, 0, // enums/sets
74  0, 0, // constructors
75  0, // flags
76  0, // signalCount
77 
78  // slots: name, argc, parameters, tag, flags
79  1, 0, 89, 2, 0x08,
80  3, 0, 90, 2, 0x08,
81  4, 0, 91, 2, 0x08,
82  5, 0, 92, 2, 0x08,
83  6, 0, 93, 2, 0x08,
84  7, 0, 94, 2, 0x08,
85  8, 0, 95, 2, 0x08,
86  9, 0, 96, 2, 0x08,
87  10, 0, 97, 2, 0x08,
88  11, 0, 98, 2, 0x08,
89  12, 0, 99, 2, 0x08,
90  13, 0, 100, 2, 0x08,
91  14, 0, 101, 2, 0x08,
92  15, 0, 102, 2, 0x08,
93  16, 0, 103, 2, 0x08,
94 
95  // slots: parameters
96  QMetaType::Void,
97  QMetaType::Void,
98  QMetaType::Void,
99  QMetaType::Void,
100  QMetaType::Void,
101  QMetaType::Void,
102  QMetaType::Void,
103  QMetaType::Void,
104  QMetaType::Void,
105  QMetaType::Void,
106  QMetaType::Void,
107  QMetaType::Void,
108  QMetaType::Void,
109  QMetaType::Void,
110  QMetaType::Void,
111 
112  0 // eod
113 };
114 
115 void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
116 {
117  if (_c == QMetaObject::InvokeMetaMethod) {
118  MainWindow *_t = static_cast<MainWindow *>(_o);
119  switch (_id) {
120  case 0: _t->on_actionInput_triggered(); break;
121  case 1: _t->on_toolButton_input_clicked(); break;
122  case 2: _t->on_toolButton_extent_clicked(); break;
123  case 3: _t->on_toolButton_output_clicked(); break;
124  case 4: _t->on_toolButton_ct_clicked(); break;
125  case 5: _t->on_toolButton_Run_clicked(); break;
126  case 6: _t->on_toolButton_defaults_clicked(); break;
127  case 7: _t->on_actionQuit_triggered(); break;
128  case 8: _t->on_actionOutput_triggered(); break;
129  case 9: _t->on_autoscale_clicked(); break;
130  case 10: _t->on_actionExtent_triggered(); break;
131  case 11: _t->on_manual_clicked(); break;
132  case 12: _t->on_noscale_clicked(); break;
133  case 13: _t->deleteItem(); break;
134  case 14: _t->on_toolButton_clicked(); break;
135  default: ;
136  }
137  }
138  Q_UNUSED(_a);
139 }
140 
141 const QMetaObject MainWindow::staticMetaObject = {
142  { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow.data,
143  qt_meta_data_MainWindow, qt_static_metacall, 0, 0}
144 };
145 
146 
147 const QMetaObject *MainWindow::metaObject() const
148 {
149  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
150 }
151 
152 void *MainWindow::qt_metacast(const char *_clname)
153 {
154  if (!_clname) return 0;
155  if (!strcmp(_clname, qt_meta_stringdata_MainWindow.stringdata))
156  return static_cast<void*>(const_cast< MainWindow*>(this));
157  return QMainWindow::qt_metacast(_clname);
158 }
159 
160 int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
161 {
162  _id = QMainWindow::qt_metacall(_c, _id, _a);
163  if (_id < 0)
164  return _id;
165  if (_c == QMetaObject::InvokeMetaMethod) {
166  if (_id < 15)
167  qt_static_metacall(this, _c, _id, _a);
168  _id -= 15;
169  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
170  if (_id < 15)
171  *reinterpret_cast<int*>(_a[0]) = -1;
172  _id -= 15;
173  }
174  return _id;
175 }
176 QT_END_MOC_NAMESPACE