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-annotation-dialog.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 'annotation-dialog.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 'annotation-dialog.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_annotation_dialog[] = {
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  26, 19, 18, 18, 0x08,
37  63, 59, 18, 18, 0x08,
38  92, 18, 18, 18, 0x08,
39 
40  0 // eod
41 };
42 
43 static const char qt_meta_stringdata_annotation_dialog[] = {
44  "annotation_dialog\0\0button\0"
45  "button_clicked(QAbstractButton*)\0str\0"
46  "edit_string_changed(QString)\0"
47  "prompt_for_color()\0"
48 };
49 
50 void annotation_dialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
51 {
52  if (_c == QMetaObject::InvokeMetaMethod) {
53  Q_ASSERT(staticMetaObject.cast(_o));
54  annotation_dialog *_t = static_cast<annotation_dialog *>(_o);
55  switch (_id) {
56  case 0: _t->button_clicked((*reinterpret_cast< QAbstractButton*(*)>(_a[1]))); break;
57  case 1: _t->edit_string_changed((*reinterpret_cast< const QString(*)>(_a[1]))); break;
58  case 2: _t->prompt_for_color(); break;
59  default: ;
60  }
61  }
62 }
63 
64 const QMetaObjectExtraData annotation_dialog::staticMetaObjectExtraData = {
65  0, qt_static_metacall
66 };
67 
68 const QMetaObject annotation_dialog::staticMetaObject = {
69  { &QDialog::staticMetaObject, qt_meta_stringdata_annotation_dialog,
70  qt_meta_data_annotation_dialog, &staticMetaObjectExtraData }
71 };
72 
73 #ifdef Q_NO_DATA_RELOCATION
74 const QMetaObject &annotation_dialog::getStaticMetaObject() { return staticMetaObject; }
75 #endif //Q_NO_DATA_RELOCATION
76 
77 const QMetaObject *annotation_dialog::metaObject() const
78 {
79  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
80 }
81 
82 void *annotation_dialog::qt_metacast(const char *_clname)
83 {
84  if (!_clname) return 0;
86  return static_cast<void*>(const_cast< annotation_dialog*>(this));
87  return QDialog::qt_metacast(_clname);
88 }
89 
90 int annotation_dialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
91 {
92  _id = QDialog::qt_metacall(_c, _id, _a);
93  if (_id < 0)
94  return _id;
95  if (_c == QMetaObject::InvokeMetaMethod) {
96  if (_id < 3)
97  qt_static_metacall(this, _c, _id, _a);
98  _id -= 3;
99  }
100  return _id;
101 }
102 QT_END_MOC_NAMESPACE
void button_clicked(QAbstractButton *button)
static const char qt_meta_stringdata_annotation_dialog[]
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_annotation_dialog[]