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-octave-qscintilla.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 'octave-qscintilla.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 'octave-qscintilla.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_octave_qscintilla[] = {
23 
24  // content:
25  6, // revision
26  0, // classname
27  0, 0, // classinfo
28  16, 14, // methods
29  0, 0, // properties
30  0, 0, // enums/sets
31  0, 0, // constructors
32  0, // flags
33  8, // signalCount
34 
35  // signals: signature, parameters, type, tag, flags
36  19, 18, 18, 18, 0x05,
37  63, 18, 18, 18, 0x05,
38  98, 18, 18, 18, 0x05,
39  132, 18, 18, 18, 0x05,
40  162, 160, 18, 18, 0x05,
41  187, 18, 18, 18, 0x05,
42  212, 18, 18, 18, 0x05,
43  253, 18, 18, 18, 0x05,
44 
45  // slots: signature, parameters, type, tag, flags
46  282, 18, 18, 18, 0x08,
47  305, 18, 18, 18, 0x08,
48  327, 18, 18, 18, 0x08,
49  354, 18, 18, 18, 0x08,
50  377, 18, 18, 18, 0x08,
51  399, 18, 18, 18, 0x08,
52  433, 18, 18, 18, 0x08,
53  464, 18, 18, 18, 0x08,
54 
55  0 // eod
56 };
57 
58 static const char qt_meta_stringdata_octave_qscintilla[] = {
59  "octave_qscintilla\0\0"
60  "execute_command_in_terminal_signal(QString)\0"
61  "create_context_menu_signal(QMenu*)\0"
62  "context_menu_edit_signal(QString)\0"
63  "qsci_has_focus_signal(bool)\0,\0"
64  "status_update(bool,bool)\0"
65  "show_doc_signal(QString)\0"
66  "context_menu_break_condition_signal(int)\0"
67  "context_menu_break_once(int)\0"
68  "contextmenu_help(bool)\0contextmenu_doc(bool)\0"
69  "contextmenu_help_doc(bool)\0"
70  "contextmenu_edit(bool)\0contextmenu_run(bool)\0"
71  "contextmenu_break_condition(bool)\0"
72  "contextmenu_break_once(QPoint)\0"
73  "text_changed()\0"
74 };
75 
76 void octave_qscintilla::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
77 {
78  if (_c == QMetaObject::InvokeMetaMethod) {
79  Q_ASSERT(staticMetaObject.cast(_o));
80  octave_qscintilla *_t = static_cast<octave_qscintilla *>(_o);
81  switch (_id) {
82  case 0: _t->execute_command_in_terminal_signal((*reinterpret_cast< const QString(*)>(_a[1]))); break;
83  case 1: _t->create_context_menu_signal((*reinterpret_cast< QMenu*(*)>(_a[1]))); break;
84  case 2: _t->context_menu_edit_signal((*reinterpret_cast< const QString(*)>(_a[1]))); break;
85  case 3: _t->qsci_has_focus_signal((*reinterpret_cast< bool(*)>(_a[1]))); break;
86  case 4: _t->status_update((*reinterpret_cast< bool(*)>(_a[1])),(*reinterpret_cast< bool(*)>(_a[2]))); break;
87  case 5: _t->show_doc_signal((*reinterpret_cast< const QString(*)>(_a[1]))); break;
88  case 6: _t->context_menu_break_condition_signal((*reinterpret_cast< int(*)>(_a[1]))); break;
89  case 7: _t->context_menu_break_once((*reinterpret_cast< int(*)>(_a[1]))); break;
90  case 8: _t->contextmenu_help((*reinterpret_cast< bool(*)>(_a[1]))); break;
91  case 9: _t->contextmenu_doc((*reinterpret_cast< bool(*)>(_a[1]))); break;
92  case 10: _t->contextmenu_help_doc((*reinterpret_cast< bool(*)>(_a[1]))); break;
93  case 11: _t->contextmenu_edit((*reinterpret_cast< bool(*)>(_a[1]))); break;
94  case 12: _t->contextmenu_run((*reinterpret_cast< bool(*)>(_a[1]))); break;
95  case 13: _t->contextmenu_break_condition((*reinterpret_cast< bool(*)>(_a[1]))); break;
96  case 14: _t->contextmenu_break_once((*reinterpret_cast< const QPoint(*)>(_a[1]))); break;
97  case 15: _t->text_changed(); break;
98  default: ;
99  }
100  }
101 }
102 
103 const QMetaObjectExtraData octave_qscintilla::staticMetaObjectExtraData = {
104  0, qt_static_metacall
105 };
106 
107 const QMetaObject octave_qscintilla::staticMetaObject = {
108  { &QsciScintilla::staticMetaObject, qt_meta_stringdata_octave_qscintilla,
109  qt_meta_data_octave_qscintilla, &staticMetaObjectExtraData }
110 };
111 
112 #ifdef Q_NO_DATA_RELOCATION
113 const QMetaObject &octave_qscintilla::getStaticMetaObject() { return staticMetaObject; }
114 #endif //Q_NO_DATA_RELOCATION
115 
116 const QMetaObject *octave_qscintilla::metaObject() const
117 {
118  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
119 }
120 
121 void *octave_qscintilla::qt_metacast(const char *_clname)
122 {
123  if (!_clname) return 0;
125  return static_cast<void*>(const_cast< octave_qscintilla*>(this));
126  return QsciScintilla::qt_metacast(_clname);
127 }
128 
129 int octave_qscintilla::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
130 {
131  _id = QsciScintilla::qt_metacall(_c, _id, _a);
132  if (_id < 0)
133  return _id;
134  if (_c == QMetaObject::InvokeMetaMethod) {
135  if (_id < 16)
136  qt_static_metacall(this, _c, _id, _a);
137  _id -= 16;
138  }
139  return _id;
140 }
141 
142 // SIGNAL 0
144 {
145  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
146  QMetaObject::activate(this, &staticMetaObject, 0, _a);
147 }
148 
149 // SIGNAL 1
151 {
152  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
153  QMetaObject::activate(this, &staticMetaObject, 1, _a);
154 }
155 
156 // SIGNAL 2
158 {
159  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
160  QMetaObject::activate(this, &staticMetaObject, 2, _a);
161 }
162 
163 // SIGNAL 3
165 {
166  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
167  QMetaObject::activate(this, &staticMetaObject, 3, _a);
168 }
169 
170 // SIGNAL 4
171 void octave_qscintilla::status_update(bool _t1, bool _t2)
172 {
173  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
174  QMetaObject::activate(this, &staticMetaObject, 4, _a);
175 }
176 
177 // SIGNAL 5
178 void octave_qscintilla::show_doc_signal(const QString & _t1)
179 {
180  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
181  QMetaObject::activate(this, &staticMetaObject, 5, _a);
182 }
183 
184 // SIGNAL 6
186 {
187  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
188  QMetaObject::activate(this, &staticMetaObject, 6, _a);
189 }
190 
191 // SIGNAL 7
193 {
194  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
195  QMetaObject::activate(this, &staticMetaObject, 7, _a);
196 }
197 QT_END_MOC_NAMESPACE
void context_menu_break_condition_signal(int)
void context_menu_edit_signal(const QString &)
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_octave_qscintilla[]
void status_update(bool, bool)
static const char qt_meta_stringdata_octave_qscintilla[]
void show_doc_signal(const QString &)
bool strcmp(const T &str_a, const T &str_b)
True if strings are the same.
Definition: oct-string.cc:112
void create_context_menu_signal(QMenu *)
void execute_command_in_terminal_signal(const QString &)