You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
126 lines
4.2 KiB
126 lines
4.2 KiB
10 years ago
|
/****************************************************************************
|
||
|
** Meta object code from reading C++ file 'settings.h'
|
||
|
**
|
||
|
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.3.1)
|
||
|
**
|
||
|
** WARNING! All changes made in this file will be lost!
|
||
|
*****************************************************************************/
|
||
|
|
||
|
#include "../../settings.h"
|
||
|
#include <QtCore/qbytearray.h>
|
||
|
#include <QtCore/qmetatype.h>
|
||
|
#if !defined(Q_MOC_OUTPUT_REVISION)
|
||
|
#error "The header file 'settings.h' doesn't include <QObject>."
|
||
|
#elif Q_MOC_OUTPUT_REVISION != 67
|
||
|
#error "This file was generated using the moc from 5.3.1. It"
|
||
|
#error "cannot be used with the include files from this version of Qt."
|
||
|
#error "(The moc has changed too much.)"
|
||
|
#endif
|
||
|
|
||
|
QT_BEGIN_MOC_NAMESPACE
|
||
|
struct qt_meta_stringdata_Settings_t {
|
||
|
QByteArrayData data[7];
|
||
|
char stringdata[53];
|
||
|
};
|
||
|
#define QT_MOC_LITERAL(idx, ofs, len) \
|
||
|
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
||
|
qptrdiff(offsetof(qt_meta_stringdata_Settings_t, stringdata) + ofs \
|
||
|
- idx * sizeof(QByteArrayData)) \
|
||
|
)
|
||
|
static const qt_meta_stringdata_Settings_t qt_meta_stringdata_Settings = {
|
||
|
{
|
||
|
QT_MOC_LITERAL(0, 0, 8),
|
||
|
QT_MOC_LITERAL(1, 9, 8),
|
||
|
QT_MOC_LITERAL(2, 18, 0),
|
||
|
QT_MOC_LITERAL(3, 19, 3),
|
||
|
QT_MOC_LITERAL(4, 23, 5),
|
||
|
QT_MOC_LITERAL(5, 29, 12),
|
||
|
QT_MOC_LITERAL(6, 42, 10)
|
||
|
},
|
||
|
"Settings\0setValue\0\0key\0value\0defaultValue\0"
|
||
|
"getVersion"
|
||
|
};
|
||
|
#undef QT_MOC_LITERAL
|
||
|
|
||
|
static const uint qt_meta_data_Settings[] = {
|
||
|
|
||
|
// content:
|
||
|
7, // revision
|
||
|
0, // classname
|
||
|
0, 0, // classinfo
|
||
|
4, 14, // methods
|
||
|
0, 0, // properties
|
||
|
0, 0, // enums/sets
|
||
|
0, 0, // constructors
|
||
|
0, // flags
|
||
|
0, // signalCount
|
||
|
|
||
|
// methods: name, argc, parameters, tag, flags
|
||
|
1, 2, 34, 2, 0x02 /* Public */,
|
||
|
4, 2, 39, 2, 0x02 /* Public */,
|
||
|
4, 1, 44, 2, 0x22 /* Public | MethodCloned */,
|
||
|
6, 0, 47, 2, 0x02 /* Public */,
|
||
|
|
||
|
// methods: parameters
|
||
|
QMetaType::Void, QMetaType::QString, QMetaType::QVariant, 3, 4,
|
||
|
QMetaType::QVariant, QMetaType::QString, QMetaType::QVariant, 3, 5,
|
||
|
QMetaType::QVariant, QMetaType::QString, 3,
|
||
|
QMetaType::QString,
|
||
|
|
||
|
0 // eod
|
||
|
};
|
||
|
|
||
|
void Settings::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
||
|
{
|
||
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
||
|
Settings *_t = static_cast<Settings *>(_o);
|
||
|
switch (_id) {
|
||
|
case 0: _t->setValue((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QVariant(*)>(_a[2]))); break;
|
||
|
case 1: { QVariant _r = _t->value((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QVariant(*)>(_a[2])));
|
||
|
if (_a[0]) *reinterpret_cast< QVariant*>(_a[0]) = _r; } break;
|
||
|
case 2: { QVariant _r = _t->value((*reinterpret_cast< const QString(*)>(_a[1])));
|
||
|
if (_a[0]) *reinterpret_cast< QVariant*>(_a[0]) = _r; } break;
|
||
|
case 3: { QString _r = _t->getVersion();
|
||
|
if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break;
|
||
|
default: ;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
const QMetaObject Settings::staticMetaObject = {
|
||
|
{ &QObject::staticMetaObject, qt_meta_stringdata_Settings.data,
|
||
|
qt_meta_data_Settings, qt_static_metacall, 0, 0}
|
||
|
};
|
||
|
|
||
|
|
||
|
const QMetaObject *Settings::metaObject() const
|
||
|
{
|
||
|
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
||
|
}
|
||
|
|
||
|
void *Settings::qt_metacast(const char *_clname)
|
||
|
{
|
||
|
if (!_clname) return 0;
|
||
|
if (!strcmp(_clname, qt_meta_stringdata_Settings.stringdata))
|
||
|
return static_cast<void*>(const_cast< Settings*>(this));
|
||
|
return QObject::qt_metacast(_clname);
|
||
|
}
|
||
|
|
||
|
int Settings::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
||
|
{
|
||
|
_id = QObject::qt_metacall(_c, _id, _a);
|
||
|
if (_id < 0)
|
||
|
return _id;
|
||
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
||
|
if (_id < 4)
|
||
|
qt_static_metacall(this, _c, _id, _a);
|
||
|
_id -= 4;
|
||
|
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
||
|
if (_id < 4)
|
||
|
*reinterpret_cast<int*>(_a[0]) = -1;
|
||
|
_id -= 4;
|
||
|
}
|
||
|
return _id;
|
||
|
}
|
||
|
QT_END_MOC_NAMESPACE
|