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