GNU Octave  4.0.0
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-ListBoxControl.cc
Go to the documentation of this file.
1 #ifdef HAVE_CONFIG_H
2 #include <config.h>
3 #endif
4 /****************************************************************************
5 ** Meta object code from reading C++ file 'ListBoxControl.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 'ListBoxControl.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
23 
24  // content:
25  6, // revision
26  0, // classname
27  0, 0, // classinfo
28  1, 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  27, 26, 26, 26, 0x08,
37 
38  0 // eod
39 };
40 
42  "QtHandles::ListBoxControl\0\0"
43  "itemSelectionChanged()\0"
44 };
45 
46 void QtHandles::ListBoxControl::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
47 {
48  if (_c == QMetaObject::InvokeMetaMethod) {
49  Q_ASSERT(staticMetaObject.cast(_o));
50  ListBoxControl *_t = static_cast<ListBoxControl *>(_o);
51  switch (_id) {
52  case 0: _t->itemSelectionChanged(); break;
53  default: ;
54  }
55  }
56  Q_UNUSED(_a);
57 }
58 
59 const QMetaObjectExtraData QtHandles::ListBoxControl::staticMetaObjectExtraData = {
60  0, qt_static_metacall
61 };
62 
63 const QMetaObject QtHandles::ListBoxControl::staticMetaObject = {
64  { &BaseControl::staticMetaObject, qt_meta_stringdata_QtHandles__ListBoxControl,
65  qt_meta_data_QtHandles__ListBoxControl, &staticMetaObjectExtraData }
66 };
67 
68 #ifdef Q_NO_DATA_RELOCATION
69 const QMetaObject &QtHandles::ListBoxControl::getStaticMetaObject() { return staticMetaObject; }
70 #endif //Q_NO_DATA_RELOCATION
71 
72 const QMetaObject *QtHandles::ListBoxControl::metaObject() const
73 {
74  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
75 }
76 
77 void *QtHandles::ListBoxControl::qt_metacast(const char *_clname)
78 {
79  if (!_clname) return 0;
80  if (!strcmp(_clname, qt_meta_stringdata_QtHandles__ListBoxControl))
81  return static_cast<void*>(const_cast< ListBoxControl*>(this));
82  return BaseControl::qt_metacast(_clname);
83 }
84 
85 int QtHandles::ListBoxControl::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
86 {
87  _id = BaseControl::qt_metacall(_c, _id, _a);
88  if (_id < 0)
89  return _id;
90  if (_c == QMetaObject::InvokeMetaMethod) {
91  if (_id < 1)
92  qt_static_metacall(this, _c, _id, _a);
93  _id -= 1;
94  }
95  return _id;
96 }
97 QT_END_MOC_NAMESPACE
ListBoxControl(const graphics_object &go, QListWidget *list)
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_QtHandles__ListBoxControl[]
static const char qt_meta_stringdata_QtHandles__ListBoxControl[]