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-find-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 'find-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 'find-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_find_dialog[] = {
23 
24  // content:
25  6, // revision
26  0, // classname
27  0, 0, // classinfo
28  10, 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  13, 12, 12, 12, 0x08,
37  57, 44, 12, 12, 0x08,
38  88, 12, 12, 12, 0x08,
39  140, 124, 12, 12, 0x08,
40  184, 176, 12, 12, 0x08,
41  195, 12, 12, 12, 0x28,
42  202, 12, 12, 12, 0x08,
43  214, 12, 12, 12, 0x08,
44  226, 12, 12, 12, 0x08,
45  236, 12, 12, 12, 0x08,
46 
47  0 // eod
48 };
49 
50 static const char qt_meta_stringdata_find_dialog[] = {
51  "find_dialog\0\0handle_sel_search_changed(int)\0"
52  "has_selected\0handle_selection_changed(bool)\0"
53  "handle_backward_search_changed(int)\0"
54  "new_search_text\0handle_search_text_changed(QString)\0"
55  "forward\0find(bool)\0find()\0find_next()\0"
56  "find_prev()\0replace()\0replace_all()\0"
57 };
58 
59 void find_dialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
60 {
61  if (_c == QMetaObject::InvokeMetaMethod) {
62  Q_ASSERT(staticMetaObject.cast(_o));
63  find_dialog *_t = static_cast<find_dialog *>(_o);
64  switch (_id) {
65  case 0: _t->handle_sel_search_changed((*reinterpret_cast< int(*)>(_a[1]))); break;
66  case 1: _t->handle_selection_changed((*reinterpret_cast< bool(*)>(_a[1]))); break;
67  case 2: _t->handle_backward_search_changed((*reinterpret_cast< int(*)>(_a[1]))); break;
68  case 3: _t->handle_search_text_changed((*reinterpret_cast< QString(*)>(_a[1]))); break;
69  case 4: _t->find((*reinterpret_cast< bool(*)>(_a[1]))); break;
70  case 5: _t->find(); break;
71  case 6: _t->find_next(); break;
72  case 7: _t->find_prev(); break;
73  case 8: _t->replace(); break;
74  case 9: _t->replace_all(); break;
75  default: ;
76  }
77  }
78 }
79 
80 const QMetaObjectExtraData find_dialog::staticMetaObjectExtraData = {
81  0, qt_static_metacall
82 };
83 
84 const QMetaObject find_dialog::staticMetaObject = {
85  { &QDialog::staticMetaObject, qt_meta_stringdata_find_dialog,
86  qt_meta_data_find_dialog, &staticMetaObjectExtraData }
87 };
88 
89 #ifdef Q_NO_DATA_RELOCATION
90 const QMetaObject &find_dialog::getStaticMetaObject() { return staticMetaObject; }
91 #endif //Q_NO_DATA_RELOCATION
92 
93 const QMetaObject *find_dialog::metaObject() const
94 {
95  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
96 }
97 
98 void *find_dialog::qt_metacast(const char *_clname)
99 {
100  if (!_clname) return 0;
101  if (!strcmp(_clname, qt_meta_stringdata_find_dialog))
102  return static_cast<void*>(const_cast< find_dialog*>(this));
103  return QDialog::qt_metacast(_clname);
104 }
105 
106 int find_dialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
107 {
108  _id = QDialog::qt_metacall(_c, _id, _a);
109  if (_id < 0)
110  return _id;
111  if (_c == QMetaObject::InvokeMetaMethod) {
112  if (_id < 10)
113  qt_static_metacall(this, _c, _id, _a);
114  _id -= 10;
115  }
116  return _id;
117 }
118 QT_END_MOC_NAMESPACE
static const char qt_meta_stringdata_find_dialog[]
void handle_sel_search_changed(int)
Definition: find-dialog.cc:229
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_find_dialog[]