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-settings-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 'settings-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 'settings-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_settings_dialog[] = {
23 
24  // content:
25  6, // revision
26  0, // classname
27  0, 0, // classinfo
28  9, 14, // methods
29  0, 0, // properties
30  0, 0, // enums/sets
31  0, 0, // constructors
32  0, // flags
33  1, // signalCount
34 
35  // signals: signature, parameters, type, tag, flags
36  17, 16, 16, 16, 0x05,
37 
38  // slots: signature, parameters, type, tag, flags
39  38, 16, 16, 16, 0x08,
40  55, 16, 16, 16, 0x08,
41  80, 78, 16, 16, 0x08,
42  116, 108, 16, 16, 0x08,
43  164, 157, 16, 16, 0x08,
44  197, 16, 16, 16, 0x08,
45  219, 16, 16, 16, 0x08,
46  241, 16, 16, 16, 0x08,
47 
48  0 // eod
49 };
50 
51 static const char qt_meta_stringdata_settings_dialog[] = {
52  "settings_dialog\0\0apply_new_settings()\0"
53  "get_octave_dir()\0get_file_browser_dir()\0"
54  ",\0get_dir(QLineEdit*,QString)\0disable\0"
55  "set_disabled_pref_file_browser_dir(bool)\0"
56  "button\0button_clicked(QAbstractButton*)\0"
57  "import_shortcut_set()\0export_shortcut_set()\0"
58  "default_shortcut_set()\0"
59 };
60 
61 void settings_dialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
62 {
63  if (_c == QMetaObject::InvokeMetaMethod) {
64  Q_ASSERT(staticMetaObject.cast(_o));
65  settings_dialog *_t = static_cast<settings_dialog *>(_o);
66  switch (_id) {
67  case 0: _t->apply_new_settings(); break;
68  case 1: _t->get_octave_dir(); break;
69  case 2: _t->get_file_browser_dir(); break;
70  case 3: _t->get_dir((*reinterpret_cast< QLineEdit*(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2]))); break;
71  case 4: _t->set_disabled_pref_file_browser_dir((*reinterpret_cast< bool(*)>(_a[1]))); break;
72  case 5: _t->button_clicked((*reinterpret_cast< QAbstractButton*(*)>(_a[1]))); break;
73  case 6: _t->import_shortcut_set(); break;
74  case 7: _t->export_shortcut_set(); break;
75  case 8: _t->default_shortcut_set(); break;
76  default: ;
77  }
78  }
79 }
80 
81 const QMetaObjectExtraData settings_dialog::staticMetaObjectExtraData = {
82  0, qt_static_metacall
83 };
84 
85 const QMetaObject settings_dialog::staticMetaObject = {
86  { &QDialog::staticMetaObject, qt_meta_stringdata_settings_dialog,
87  qt_meta_data_settings_dialog, &staticMetaObjectExtraData }
88 };
89 
90 #ifdef Q_NO_DATA_RELOCATION
91 const QMetaObject &settings_dialog::getStaticMetaObject() { return staticMetaObject; }
92 #endif //Q_NO_DATA_RELOCATION
93 
94 const QMetaObject *settings_dialog::metaObject() const
95 {
96  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
97 }
98 
99 void *settings_dialog::qt_metacast(const char *_clname)
100 {
101  if (!_clname) return 0;
103  return static_cast<void*>(const_cast< settings_dialog*>(this));
104  return QDialog::qt_metacast(_clname);
105 }
106 
107 int settings_dialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
108 {
109  _id = QDialog::qt_metacall(_c, _id, _a);
110  if (_id < 0)
111  return _id;
112  if (_c == QMetaObject::InvokeMetaMethod) {
113  if (_id < 9)
114  qt_static_metacall(this, _c, _id, _a);
115  _id -= 9;
116  }
117  return _id;
118 }
119 
120 // SIGNAL 0
122 {
123  QMetaObject::activate(this, &staticMetaObject, 0, 0);
124 }
125 QT_END_MOC_NAMESPACE
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_settings_dialog[]
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_settings_dialog[]