pktools  2.6.4
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 "../pkcrop_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  15, 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  69, 11, 11, 11, 0x08,
36  100, 11, 11, 11, 0x08,
37  131, 11, 11, 11, 0x08,
38  158, 11, 11, 11, 0x08,
39  186, 11, 11, 11, 0x08,
40  219, 11, 11, 11, 0x08,
41  245, 11, 11, 11, 0x08,
42  273, 11, 11, 11, 0x08,
43  296, 11, 11, 11, 0x08,
44  324, 11, 11, 11, 0x08,
45  344, 11, 11, 11, 0x08,
46  365, 11, 11, 11, 0x08,
47  378, 11, 11, 11, 0x08,
48 
49  0 // eod
50 };
51 
52 static const char qt_meta_stringdata_MainWindow[] = {
53  "MainWindow\0\0on_actionInput_triggered()\0"
54  "on_toolButton_input_clicked()\0"
55  "on_toolButton_extent_clicked()\0"
56  "on_toolButton_output_clicked()\0"
57  "on_toolButton_ct_clicked()\0"
58  "on_toolButton_Run_clicked()\0"
59  "on_toolButton_defaults_clicked()\0"
60  "on_actionQuit_triggered()\0"
61  "on_actionOutput_triggered()\0"
62  "on_autoscale_clicked()\0"
63  "on_actionExtent_triggered()\0"
64  "on_manual_clicked()\0on_noscale_clicked()\0"
65  "deleteItem()\0on_toolButton_clicked()\0"
66 };
67 
68 void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
69 {
70  if (_c == QMetaObject::InvokeMetaMethod) {
71  Q_ASSERT(staticMetaObject.cast(_o));
72  MainWindow *_t = static_cast<MainWindow *>(_o);
73  switch (_id) {
74  case 0: _t->on_actionInput_triggered(); break;
75  case 1: _t->on_toolButton_input_clicked(); break;
76  case 2: _t->on_toolButton_extent_clicked(); break;
77  case 3: _t->on_toolButton_output_clicked(); break;
78  case 4: _t->on_toolButton_ct_clicked(); break;
79  case 5: _t->on_toolButton_Run_clicked(); break;
80  case 6: _t->on_toolButton_defaults_clicked(); break;
81  case 7: _t->on_actionQuit_triggered(); break;
82  case 8: _t->on_actionOutput_triggered(); break;
83  case 9: _t->on_autoscale_clicked(); break;
84  case 10: _t->on_actionExtent_triggered(); break;
85  case 11: _t->on_manual_clicked(); break;
86  case 12: _t->on_noscale_clicked(); break;
87  case 13: _t->deleteItem(); break;
88  case 14: _t->on_toolButton_clicked(); break;
89  default: ;
90  }
91  }
92  Q_UNUSED(_a);
93 }
94 
95 const QMetaObjectExtraData MainWindow::staticMetaObjectExtraData = {
96  0, qt_static_metacall
97 };
98 
99 const QMetaObject MainWindow::staticMetaObject = {
100  { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow,
101  qt_meta_data_MainWindow, &staticMetaObjectExtraData }
102 };
103 
104 #ifdef Q_NO_DATA_RELOCATION
105 const QMetaObject &MainWindow::getStaticMetaObject() { return staticMetaObject; }
106 #endif //Q_NO_DATA_RELOCATION
107 
108 const QMetaObject *MainWindow::metaObject() const
109 {
110  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
111 }
112 
113 void *MainWindow::qt_metacast(const char *_clname)
114 {
115  if (!_clname) return 0;
116  if (!strcmp(_clname, qt_meta_stringdata_MainWindow))
117  return static_cast<void*>(const_cast< MainWindow*>(this));
118  return QMainWindow::qt_metacast(_clname);
119 }
120 
121 int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
122 {
123  _id = QMainWindow::qt_metacall(_c, _id, _a);
124  if (_id < 0)
125  return _id;
126  if (_c == QMetaObject::InvokeMetaMethod) {
127  if (_id < 15)
128  qt_static_metacall(this, _c, _id, _a);
129  _id -= 15;
130  }
131  return _id;
132 }
133 QT_END_MOC_NAMESPACE