ckb-next  v0.2.8 at branch master
ckb-next driver for corsair devices
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
moc_settingswidget.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'settingswidget.h'
3 **
4 ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.7.1)
5 **
6 ** WARNING! All changes made in this file will be lost!
7 *****************************************************************************/
8 
9 #include "../settingswidget.h"
10 #include <QtCore/qbytearray.h>
11 #include <QtCore/qmetatype.h>
12 #if !defined(Q_MOC_OUTPUT_REVISION)
13 #error "The header file 'settingswidget.h' doesn't include <QObject>."
14 #elif Q_MOC_OUTPUT_REVISION != 67
15 #error "This file was generated using the moc from 5.7.1. It"
16 #error "cannot be used with the include files from this version of Qt."
17 #error "(The moc has changed too much.)"
18 #endif
19 
20 QT_BEGIN_MOC_NAMESPACE
22  QByteArrayData data[15];
23  char stringdata0[264];
24 };
25 #define QT_MOC_LITERAL(idx, ofs, len) \
26  Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
27  qptrdiff(offsetof(qt_meta_stringdata_SettingsWidget_t, stringdata0) + ofs \
28  - idx * sizeof(QByteArrayData)) \
29  )
31  {
32 QT_MOC_LITERAL(0, 0, 14), // "SettingsWidget"
33 QT_MOC_LITERAL(1, 15, 21), // "on_pushButton_clicked"
34 QT_MOC_LITERAL(2, 37, 0), // ""
35 QT_MOC_LITERAL(3, 38, 20), // "on_capsBox_activated"
36 QT_MOC_LITERAL(4, 59, 5), // "index"
37 QT_MOC_LITERAL(5, 65, 21), // "on_shiftBox_activated"
38 QT_MOC_LITERAL(6, 87, 20), // "on_ctrlBox_activated"
39 QT_MOC_LITERAL(7, 108, 19), // "on_altBox_activated"
40 QT_MOC_LITERAL(8, 128, 19), // "on_winBox_activated"
41 QT_MOC_LITERAL(9, 148, 20), // "on_autoFWBox_clicked"
42 QT_MOC_LITERAL(10, 169, 7), // "checked"
43 QT_MOC_LITERAL(11, 177, 23), // "on_loginItemBox_clicked"
44 QT_MOC_LITERAL(12, 201, 22), // "on_layoutBox_activated"
45 QT_MOC_LITERAL(13, 224, 16), // "showLayoutDialog"
46 QT_MOC_LITERAL(14, 241, 22) // "on_extraButton_clicked"
47 
48  },
49  "SettingsWidget\0on_pushButton_clicked\0"
50  "\0on_capsBox_activated\0index\0"
51  "on_shiftBox_activated\0on_ctrlBox_activated\0"
52  "on_altBox_activated\0on_winBox_activated\0"
53  "on_autoFWBox_clicked\0checked\0"
54  "on_loginItemBox_clicked\0on_layoutBox_activated\0"
55  "showLayoutDialog\0on_extraButton_clicked"
56 };
57 #undef QT_MOC_LITERAL
58 
59 static const uint qt_meta_data_SettingsWidget[] = {
60 
61  // content:
62  7, // revision
63  0, // classname
64  0, 0, // classinfo
65  11, 14, // methods
66  0, 0, // properties
67  0, 0, // enums/sets
68  0, 0, // constructors
69  0, // flags
70  0, // signalCount
71 
72  // slots: name, argc, parameters, tag, flags
73  1, 0, 69, 2, 0x08 /* Private */,
74  3, 1, 70, 2, 0x08 /* Private */,
75  5, 1, 73, 2, 0x08 /* Private */,
76  6, 1, 76, 2, 0x08 /* Private */,
77  7, 1, 79, 2, 0x08 /* Private */,
78  8, 1, 82, 2, 0x08 /* Private */,
79  9, 1, 85, 2, 0x08 /* Private */,
80  11, 1, 88, 2, 0x08 /* Private */,
81  12, 1, 91, 2, 0x08 /* Private */,
82  13, 0, 94, 2, 0x08 /* Private */,
83  14, 0, 95, 2, 0x08 /* Private */,
84 
85  // slots: parameters
86  QMetaType::Void,
87  QMetaType::Void, QMetaType::Int, 4,
88  QMetaType::Void, QMetaType::Int, 4,
89  QMetaType::Void, QMetaType::Int, 4,
90  QMetaType::Void, QMetaType::Int, 4,
91  QMetaType::Void, QMetaType::Int, 4,
92  QMetaType::Void, QMetaType::Bool, 10,
93  QMetaType::Void, QMetaType::Bool, 10,
94  QMetaType::Void, QMetaType::Int, 4,
95  QMetaType::Void,
96  QMetaType::Void,
97 
98  0 // eod
99 };
100 
101 void SettingsWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
102 {
103  if (_c == QMetaObject::InvokeMetaMethod) {
104  SettingsWidget *_t = static_cast<SettingsWidget *>(_o);
105  Q_UNUSED(_t)
106  switch (_id) {
107  case 0: _t->on_pushButton_clicked(); break;
108  case 1: _t->on_capsBox_activated((*reinterpret_cast< int(*)>(_a[1]))); break;
109  case 2: _t->on_shiftBox_activated((*reinterpret_cast< int(*)>(_a[1]))); break;
110  case 3: _t->on_ctrlBox_activated((*reinterpret_cast< int(*)>(_a[1]))); break;
111  case 4: _t->on_altBox_activated((*reinterpret_cast< int(*)>(_a[1]))); break;
112  case 5: _t->on_winBox_activated((*reinterpret_cast< int(*)>(_a[1]))); break;
113  case 6: _t->on_autoFWBox_clicked((*reinterpret_cast< bool(*)>(_a[1]))); break;
114  case 7: _t->on_loginItemBox_clicked((*reinterpret_cast< bool(*)>(_a[1]))); break;
115  case 8: _t->on_layoutBox_activated((*reinterpret_cast< int(*)>(_a[1]))); break;
116  case 9: _t->showLayoutDialog(); break;
117  case 10: _t->on_extraButton_clicked(); break;
118  default: ;
119  }
120  }
121 }
122 
123 const QMetaObject SettingsWidget::staticMetaObject = {
124  { &QWidget::staticMetaObject, qt_meta_stringdata_SettingsWidget.data,
125  qt_meta_data_SettingsWidget, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
126 };
127 
128 
129 const QMetaObject *SettingsWidget::metaObject() const
130 {
131  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
132 }
133 
134 void *SettingsWidget::qt_metacast(const char *_clname)
135 {
136  if (!_clname) return Q_NULLPTR;
137  if (!strcmp(_clname, qt_meta_stringdata_SettingsWidget.stringdata0))
138  return static_cast<void*>(const_cast< SettingsWidget*>(this));
139  return QWidget::qt_metacast(_clname);
140 }
141 
142 int SettingsWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
143 {
144  _id = QWidget::qt_metacall(_c, _id, _a);
145  if (_id < 0)
146  return _id;
147  if (_c == QMetaObject::InvokeMetaMethod) {
148  if (_id < 11)
149  qt_static_metacall(this, _c, _id, _a);
150  _id -= 11;
151  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
152  if (_id < 11)
153  *reinterpret_cast<int*>(_a[0]) = -1;
154  _id -= 11;
155  }
156  return _id;
157 }
158 QT_END_MOC_NAMESPACE
void on_extraButton_clicked()
void on_pushButton_clicked()
static const qt_meta_stringdata_SettingsWidget_t qt_meta_stringdata_SettingsWidget
void on_altBox_activated(int index)
#define QT_MOC_LITERAL(idx, ofs, len)
void on_capsBox_activated(int index)
void on_autoFWBox_clicked(bool checked)
void on_ctrlBox_activated(int index)
void on_loginItemBox_clicked(bool checked)
void on_layoutBox_activated(int index)
static const uint qt_meta_data_SettingsWidget[]
void on_shiftBox_activated(int index)
void on_winBox_activated(int index)