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-TextEdit.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 'TextEdit.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 'TextEdit.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_QtHandles__TextEdit[] = {
23 
24  // content:
25  6, // revision
26  0, // classname
27  0, 0, // classinfo
28  2, 14, // methods
29  0, 0, // properties
30  0, 0, // enums/sets
31  0, 0, // constructors
32  0, // flags
33  2, // signalCount
34 
35  // signals: signature, parameters, type, tag, flags
36  21, 20, 20, 20, 0x05,
37  39, 20, 20, 20, 0x05,
38 
39  0 // eod
40 };
41 
43  "QtHandles::TextEdit\0\0editingFinished()\0"
44  "returnPressed()\0"
45 };
46 
47 void QtHandles::TextEdit::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
48 {
49  if (_c == QMetaObject::InvokeMetaMethod) {
50  Q_ASSERT(staticMetaObject.cast(_o));
51  TextEdit *_t = static_cast<TextEdit *>(_o);
52  switch (_id) {
53  case 0: _t->editingFinished(); break;
54  case 1: _t->returnPressed(); break;
55  default: ;
56  }
57  }
58  Q_UNUSED(_a);
59 }
60 
61 const QMetaObjectExtraData QtHandles::TextEdit::staticMetaObjectExtraData = {
62  0, qt_static_metacall
63 };
64 
65 const QMetaObject QtHandles::TextEdit::staticMetaObject = {
66  { &QTextEdit::staticMetaObject, qt_meta_stringdata_QtHandles__TextEdit,
67  qt_meta_data_QtHandles__TextEdit, &staticMetaObjectExtraData }
68 };
69 
70 #ifdef Q_NO_DATA_RELOCATION
71 const QMetaObject &QtHandles::TextEdit::getStaticMetaObject() { return staticMetaObject; }
72 #endif //Q_NO_DATA_RELOCATION
73 
74 const QMetaObject *QtHandles::TextEdit::metaObject() const
75 {
76  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
77 }
78 
79 void *QtHandles::TextEdit::qt_metacast(const char *_clname)
80 {
81  if (!_clname) return 0;
83  return static_cast<void*>(const_cast< TextEdit*>(this));
84  return QTextEdit::qt_metacast(_clname);
85 }
86 
87 int QtHandles::TextEdit::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
88 {
89  _id = QTextEdit::qt_metacall(_c, _id, _a);
90  if (_id < 0)
91  return _id;
92  if (_c == QMetaObject::InvokeMetaMethod) {
93  if (_id < 2)
94  qt_static_metacall(this, _c, _id, _a);
95  _id -= 2;
96  }
97  return _id;
98 }
99 
100 // SIGNAL 0
102 {
103  QMetaObject::activate(this, &staticMetaObject, 0, 0);
104 }
105 
106 // SIGNAL 1
108 {
109  QMetaObject::activate(this, &staticMetaObject, 1, 0);
110 }
111 QT_END_MOC_NAMESPACE
void returnPressed(void)
void editingFinished(void)
TextEdit(QWidget *xparent)
Definition: TextEdit.h:36
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_QtHandles__TextEdit[]
Definition: moc-TextEdit.cc:22
bool strcmp(const T &str_a, const T &str_b)
True if strings are the same.
Definition: oct-string.cc:112
static const char qt_meta_stringdata_QtHandles__TextEdit[]
Definition: moc-TextEdit.cc:42