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_kbprofiledialog.cpp
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'kbprofiledialog.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 "../kbprofiledialog.h"
10 #include <QtCore/qbytearray.h>
11 #include <QtCore/qmetatype.h>
12 #if !defined(Q_MOC_OUTPUT_REVISION)
13 #error "The header file 'kbprofiledialog.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[12];
23  char stringdata0[212];
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_KbProfileDialog_t, stringdata0) + ofs \
28  - idx * sizeof(QByteArrayData)) \
29  )
31  {
32 QT_MOC_LITERAL(0, 0, 15), // "KbProfileDialog"
33 QT_MOC_LITERAL(1, 16, 21), // "profileList_reordered"
34 QT_MOC_LITERAL(2, 38, 0), // ""
35 QT_MOC_LITERAL(3, 39, 33), // "on_profileList_currentItemCha..."
36 QT_MOC_LITERAL(4, 73, 16), // "QListWidgetItem*"
37 QT_MOC_LITERAL(5, 90, 7), // "current"
38 QT_MOC_LITERAL(6, 98, 8), // "previous"
39 QT_MOC_LITERAL(7, 107, 26), // "on_profileList_itemClicked"
40 QT_MOC_LITERAL(8, 134, 4), // "item"
41 QT_MOC_LITERAL(9, 139, 26), // "on_profileList_itemChanged"
42 QT_MOC_LITERAL(10, 166, 41), // "on_profileList_customContextM..."
43 QT_MOC_LITERAL(11, 208, 3) // "pos"
44 
45  },
46  "KbProfileDialog\0profileList_reordered\0"
47  "\0on_profileList_currentItemChanged\0"
48  "QListWidgetItem*\0current\0previous\0"
49  "on_profileList_itemClicked\0item\0"
50  "on_profileList_itemChanged\0"
51  "on_profileList_customContextMenuRequested\0"
52  "pos"
53 };
54 #undef QT_MOC_LITERAL
55 
56 static const uint qt_meta_data_KbProfileDialog[] = {
57 
58  // content:
59  7, // revision
60  0, // classname
61  0, 0, // classinfo
62  5, 14, // methods
63  0, 0, // properties
64  0, 0, // enums/sets
65  0, 0, // constructors
66  0, // flags
67  0, // signalCount
68 
69  // slots: name, argc, parameters, tag, flags
70  1, 0, 39, 2, 0x08 /* Private */,
71  3, 2, 40, 2, 0x08 /* Private */,
72  7, 1, 45, 2, 0x08 /* Private */,
73  9, 1, 48, 2, 0x08 /* Private */,
74  10, 1, 51, 2, 0x08 /* Private */,
75 
76  // slots: parameters
77  QMetaType::Void,
78  QMetaType::Void, 0x80000000 | 4, 0x80000000 | 4, 5, 6,
79  QMetaType::Void, 0x80000000 | 4, 8,
80  QMetaType::Void, 0x80000000 | 4, 8,
81  QMetaType::Void, QMetaType::QPoint, 11,
82 
83  0 // eod
84 };
85 
86 void KbProfileDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
87 {
88  if (_c == QMetaObject::InvokeMetaMethod) {
89  KbProfileDialog *_t = static_cast<KbProfileDialog *>(_o);
90  Q_UNUSED(_t)
91  switch (_id) {
92  case 0: _t->profileList_reordered(); break;
93  case 1: _t->on_profileList_currentItemChanged((*reinterpret_cast< QListWidgetItem*(*)>(_a[1])),(*reinterpret_cast< QListWidgetItem*(*)>(_a[2]))); break;
94  case 2: _t->on_profileList_itemClicked((*reinterpret_cast< QListWidgetItem*(*)>(_a[1]))); break;
95  case 3: _t->on_profileList_itemChanged((*reinterpret_cast< QListWidgetItem*(*)>(_a[1]))); break;
96  case 4: _t->on_profileList_customContextMenuRequested((*reinterpret_cast< const QPoint(*)>(_a[1]))); break;
97  default: ;
98  }
99  }
100 }
101 
102 const QMetaObject KbProfileDialog::staticMetaObject = {
103  { &QDialog::staticMetaObject, qt_meta_stringdata_KbProfileDialog.data,
104  qt_meta_data_KbProfileDialog, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
105 };
106 
107 
108 const QMetaObject *KbProfileDialog::metaObject() const
109 {
110  return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
111 }
112 
113 void *KbProfileDialog::qt_metacast(const char *_clname)
114 {
115  if (!_clname) return Q_NULLPTR;
116  if (!strcmp(_clname, qt_meta_stringdata_KbProfileDialog.stringdata0))
117  return static_cast<void*>(const_cast< KbProfileDialog*>(this));
118  return QDialog::qt_metacast(_clname);
119 }
120 
121 int KbProfileDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
122 {
123  _id = QDialog::qt_metacall(_c, _id, _a);
124  if (_id < 0)
125  return _id;
126  if (_c == QMetaObject::InvokeMetaMethod) {
127  if (_id < 5)
128  qt_static_metacall(this, _c, _id, _a);
129  _id -= 5;
130  } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
131  if (_id < 5)
132  *reinterpret_cast<int*>(_a[0]) = -1;
133  _id -= 5;
134  }
135  return _id;
136 }
137 QT_END_MOC_NAMESPACE
void on_profileList_customContextMenuRequested(const QPoint &pos)
static const uint qt_meta_data_KbProfileDialog[]
#define QT_MOC_LITERAL(idx, ofs, len)
void on_profileList_itemChanged(QListWidgetItem *item)
static const qt_meta_stringdata_KbProfileDialog_t qt_meta_stringdata_KbProfileDialog
void profileList_reordered()
void on_profileList_currentItemChanged(QListWidgetItem *current, QListWidgetItem *previous)
void on_profileList_itemClicked(QListWidgetItem *item)