GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moc-marker.cc
Go to the documentation of this file.
1 #if defined (HAVE_CONFIG_H)
2 # include "config.h"
3 #endif
4 /****************************************************************************
5 ** Meta object code from reading C++ file 'marker.h'
6 **
7 ** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.6)
8 **
9 ** WARNING! All changes made in this file will be lost!
10 *****************************************************************************/
11 
13 #if !defined(Q_MOC_OUTPUT_REVISION)
14 #error "The header file 'marker.h' doesn't include <QObject>."
15 #elif Q_MOC_OUTPUT_REVISION != 63
16 #error "This file was generated using the moc from 4.8.6. It"
17 #error "cannot be used with the include files from this version of Qt."
18 #error "(The moc has changed too much.)"
19 #endif
20 
21 QT_BEGIN_MOC_NAMESPACE
22 static const uint qt_meta_data_marker[] = {
23 
24  // content:
25  6, // revision
26  0, // classname
27  0, 0, // classinfo
28  10, 14, // methods
29  0, 0, // properties
30  0, 0, // enums/sets
31  0, 0, // constructors
32  0, // flags
33  1, // signalCount
34 
35  // signals: signature, parameters, type, tag, flags
36  24, 8, 7, 7, 0x05,
37 
38  // slots: signature, parameters, type, tag, flags
39  44, 8, 7, 7, 0x0a,
40  97, 83, 7, 7, 0x0a,
41  142, 7, 7, 7, 0x0a,
42  191, 158, 7, 7, 0x0a,
43  271, 234, 7, 7, 0x0a,
44  310, 234, 7, 7, 0x0a,
45  356, 348, 7, 7, 0x0a,
46  388, 348, 7, 7, 0x0a,
47  439, 422, 7, 7, 0x0a,
48 
49  0 // eod
50 };
51 
52 static const char qt_meta_stringdata_marker[] = {
53  "marker\0\0original_linenr\0request_remove(int)\0"
54  "handle_remove_via_original_linenr(int)\0"
55  "editor_linenr\0"
56  "handle_request_remove_via_editor_linenr(int)\0"
57  "handle_remove()\0original_linenr,editor_linenr,bp\0"
58  "handle_find_translation(int,int&,marker*&)\0"
59  "linenr,original_linenr,editor_linenr\0"
60  "handle_find_just_before(int,int&,int&)\0"
61  "handle_find_just_after(int,int&,int&)\0"
62  "mhandle\0handle_marker_line_deleted(int)\0"
63  "handle_marker_line_undeleted(int)\0"
64  "lines,conditions\0"
65  "handle_report_editor_linenr(QIntList&,QStringList&)\0"
66 };
67 
68 void marker::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  marker *_t = static_cast<marker *>(_o);
73  switch (_id) {
74  case 0: _t->request_remove((*reinterpret_cast< int(*)>(_a[1]))); break;
75  case 1: _t->handle_remove_via_original_linenr((*reinterpret_cast< int(*)>(_a[1]))); break;
76  case 2: _t->handle_request_remove_via_editor_linenr((*reinterpret_cast< int(*)>(_a[1]))); break;
77  case 3: _t->handle_remove(); break;
78  case 4: _t->handle_find_translation((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< marker*(*)>(_a[3]))); break;
79  case 5: _t->handle_find_just_before((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
80  case 6: _t->handle_find_just_after((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
81  case 7: _t->handle_marker_line_deleted((*reinterpret_cast< int(*)>(_a[1]))); break;
82  case 8: _t->handle_marker_line_undeleted((*reinterpret_cast< int(*)>(_a[1]))); break;
83  case 9: _t->handle_report_editor_linenr((*reinterpret_cast< QIntList(*)>(_a[1])),(*reinterpret_cast< QStringList(*)>(_a[2]))); break;
84  default: ;
85  }
86  }
87 }
88 
89 const QMetaObjectExtraData marker::staticMetaObjectExtraData = {
90  0, qt_static_metacall
91 };
92 
93 const QMetaObject marker::staticMetaObject = {
94  { &QObject::staticMetaObject, qt_meta_stringdata_marker,
95  qt_meta_data_marker, &staticMetaObjectExtraData }
96 };
97 
98 #ifdef Q_NO_DATA_RELOCATION
99 const QMetaObject &marker::getStaticMetaObject() { return staticMetaObject; }
100 #endif //Q_NO_DATA_RELOCATION
101 
102 const QMetaObject *marker::metaObject() const
103 {
104  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
105 }
106 
107 void *marker::qt_metacast(const char *_clname)
108 {
109  if (!_clname) return 0;
110  if (!strcmp(_clname, qt_meta_stringdata_marker))
111  return static_cast<void*>(const_cast< marker*>(this));
112  return QObject::qt_metacast(_clname);
113 }
114 
115 int marker::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
116 {
117  _id = QObject::qt_metacall(_c, _id, _a);
118  if (_id < 0)
119  return _id;
120  if (_c == QMetaObject::InvokeMetaMethod) {
121  if (_id < 10)
122  qt_static_metacall(this, _c, _id, _a);
123  _id -= 10;
124  }
125  return _id;
126 }
127 
128 // SIGNAL 0
130 {
131  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
132  QMetaObject::activate(this, &staticMetaObject, 0, _a);
133 }
134 QT_END_MOC_NAMESPACE
void request_remove(int original_linenr)
Definition: moc-marker.cc:129
static const char qt_meta_stringdata_marker[]
Definition: moc-marker.cc:52
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_marker[]
Definition: moc-marker.cc:22
bool strcmp(const T &str_a, const T &str_b)
True if strings are the same.
Definition: oct-string.cc:112
Definition: marker.h:39
QList< int > QIntList
Definition: dialog.h:38