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 "../pksvm_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  14, 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  95, 11, 11, 11, 0x08,
37  123, 11, 11, 11, 0x08,
38  153, 11, 11, 11, 0x08,
39  182, 11, 11, 11, 0x08,
40  213, 11, 11, 11, 0x08,
41  246, 11, 11, 11, 0x08,
42  274, 11, 11, 11, 0x08,
43  302, 11, 11, 11, 0x08,
44  334, 11, 11, 11, 0x08,
45  377, 11, 11, 11, 0x08,
46  410, 11, 11, 11, 0x08,
47 
48  0 // eod
49 };
50 
51 static const char qt_meta_stringdata_MainWindow[] = {
52  "MainWindow\0\0on_actionInput_triggered()\0"
53  "on_actionTraining_triggered()\0"
54  "on_actionMask_triggered()\0"
55  "on_actionOutput_triggered()\0"
56  "on_toolButton_input_clicked()\0"
57  "on_toolButton_mask_clicked()\0"
58  "on_toolButton_output_clicked()\0"
59  "on_toolButton_training_clicked()\0"
60  "on_training_returnPressed()\0"
61  "on_pushButton_run_clicked()\0"
62  "on_pushButton_restore_clicked()\0"
63  "on_commandLinkButtonPrepareTable_clicked()\0"
64  "on_actionColor_table_triggered()\0"
65  "on_toolButton_ct_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_actionTraining_triggered(); break;
76  case 2: _t->on_actionMask_triggered(); break;
77  case 3: _t->on_actionOutput_triggered(); break;
78  case 4: _t->on_toolButton_input_clicked(); break;
79  case 5: _t->on_toolButton_mask_clicked(); break;
80  case 6: _t->on_toolButton_output_clicked(); break;
81  case 7: _t->on_toolButton_training_clicked(); break;
82  case 8: _t->on_training_returnPressed(); break;
83  case 9: _t->on_pushButton_run_clicked(); break;
84  case 10: _t->on_pushButton_restore_clicked(); break;
85  case 11: _t->on_commandLinkButtonPrepareTable_clicked(); break;
86  case 12: _t->on_actionColor_table_triggered(); break;
87  case 13: _t->on_toolButton_ct_clicked(); break;
88  default: ;
89  }
90  }
91  Q_UNUSED(_a);
92 }
93 
94 const QMetaObjectExtraData MainWindow::staticMetaObjectExtraData = {
95  0, qt_static_metacall
96 };
97 
98 const QMetaObject MainWindow::staticMetaObject = {
99  { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow,
100  qt_meta_data_MainWindow, &staticMetaObjectExtraData }
101 };
102 
103 #ifdef Q_NO_DATA_RELOCATION
104 const QMetaObject &MainWindow::getStaticMetaObject() { return staticMetaObject; }
105 #endif //Q_NO_DATA_RELOCATION
106 
107 const QMetaObject *MainWindow::metaObject() const
108 {
109  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
110 }
111 
112 void *MainWindow::qt_metacast(const char *_clname)
113 {
114  if (!_clname) return 0;
115  if (!strcmp(_clname, qt_meta_stringdata_MainWindow))
116  return static_cast<void*>(const_cast< MainWindow*>(this));
117  return QMainWindow::qt_metacast(_clname);
118 }
119 
120 int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
121 {
122  _id = QMainWindow::qt_metacall(_c, _id, _a);
123  if (_id < 0)
124  return _id;
125  if (_c == QMetaObject::InvokeMetaMethod) {
126  if (_id < 14)
127  qt_static_metacall(this, _c, _id, _a);
128  _id -= 14;
129  }
130  return _id;
131 }
132 QT_END_MOC_NAMESPACE