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