mirror of
git://projects.qi-hardware.com/qvido.git
synced 2024-11-01 09:16:14 +02:00
c8f470aed3
Signed-off-by: Mirko Lindner <mirko@sharism.cc>
122 lines
3.3 KiB
C++
122 lines
3.3 KiB
C++
/****************************************************************************
|
|
** Meta object code from reading C++ file 'htmlarea.h'
|
|
**
|
|
** Created: Wed Apr 7 16:52:55 2010
|
|
** by: The Qt Meta Object Compiler version 61 (Qt 4.5.2)
|
|
**
|
|
** WARNING! All changes made in this file will be lost!
|
|
*****************************************************************************/
|
|
|
|
#include "htmlarea.h"
|
|
#if !defined(Q_MOC_OUTPUT_REVISION)
|
|
#error "The header file 'htmlarea.h' doesn't include <QObject>."
|
|
#elif Q_MOC_OUTPUT_REVISION != 61
|
|
#error "This file was generated using the moc from 4.5.2. 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
|
|
static const uint qt_meta_data_UserEventFilter[] = {
|
|
|
|
// content:
|
|
2, // revision
|
|
0, // classname
|
|
0, 0, // classinfo
|
|
0, 0, // methods
|
|
0, 0, // properties
|
|
0, 0, // enums/sets
|
|
0, 0, // constructors
|
|
|
|
0 // eod
|
|
};
|
|
|
|
static const char qt_meta_stringdata_UserEventFilter[] = {
|
|
"UserEventFilter\0"
|
|
};
|
|
|
|
const QMetaObject UserEventFilter::staticMetaObject = {
|
|
{ &QObject::staticMetaObject, qt_meta_stringdata_UserEventFilter,
|
|
qt_meta_data_UserEventFilter, 0 }
|
|
};
|
|
|
|
const QMetaObject *UserEventFilter::metaObject() const
|
|
{
|
|
return &staticMetaObject;
|
|
}
|
|
|
|
void *UserEventFilter::qt_metacast(const char *_clname)
|
|
{
|
|
if (!_clname) return 0;
|
|
if (!strcmp(_clname, qt_meta_stringdata_UserEventFilter))
|
|
return static_cast<void*>(const_cast< UserEventFilter*>(this));
|
|
return QObject::qt_metacast(_clname);
|
|
}
|
|
|
|
int UserEventFilter::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
_id = QObject::qt_metacall(_c, _id, _a);
|
|
if (_id < 0)
|
|
return _id;
|
|
return _id;
|
|
}
|
|
static const uint qt_meta_data_HtmlArea[] = {
|
|
|
|
// content:
|
|
2, // revision
|
|
0, // classname
|
|
0, 0, // classinfo
|
|
3, 12, // methods
|
|
0, 0, // properties
|
|
0, 0, // enums/sets
|
|
0, 0, // constructors
|
|
|
|
// slots: signature, parameters, type, tag, flags
|
|
14, 10, 9, 9, 0x0a,
|
|
28, 10, 9, 9, 0x0a,
|
|
47, 9, 9, 9, 0x0a,
|
|
|
|
0 // eod
|
|
};
|
|
|
|
static const char qt_meta_stringdata_HtmlArea[] = {
|
|
"HtmlArea\0\0txt\0linking(QUrl)\0"
|
|
"sourceChange(QUrl)\0getRandom()\0"
|
|
};
|
|
|
|
const QMetaObject HtmlArea::staticMetaObject = {
|
|
{ &QTextBrowser::staticMetaObject, qt_meta_stringdata_HtmlArea,
|
|
qt_meta_data_HtmlArea, 0 }
|
|
};
|
|
|
|
const QMetaObject *HtmlArea::metaObject() const
|
|
{
|
|
return &staticMetaObject;
|
|
}
|
|
|
|
void *HtmlArea::qt_metacast(const char *_clname)
|
|
{
|
|
if (!_clname) return 0;
|
|
if (!strcmp(_clname, qt_meta_stringdata_HtmlArea))
|
|
return static_cast<void*>(const_cast< HtmlArea*>(this));
|
|
return QTextBrowser::qt_metacast(_clname);
|
|
}
|
|
|
|
int HtmlArea::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|
{
|
|
_id = QTextBrowser::qt_metacall(_c, _id, _a);
|
|
if (_id < 0)
|
|
return _id;
|
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
|
switch (_id) {
|
|
case 0: linking((*reinterpret_cast< const QUrl(*)>(_a[1]))); break;
|
|
case 1: sourceChange((*reinterpret_cast< const QUrl(*)>(_a[1]))); break;
|
|
case 2: getRandom(); break;
|
|
default: ;
|
|
}
|
|
_id -= 3;
|
|
}
|
|
return _id;
|
|
}
|
|
QT_END_MOC_NAMESPACE
|