?? moc_renderarea.cpp
字號:
/****************************************************************************
** Meta object code from reading C++ file 'renderarea.h'
**
** Created: Tue Oct 2 20:34:54 2007
** by: The Qt Meta Object Compiler version 59 (Qt 4.3.1)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include "../../../renderarea.h"
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'renderarea.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 59
#error "This file was generated using the moc from 4.3.1. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
static const uint qt_meta_data_RenderArea[] = {
// content:
1, // revision
0, // classname
0, 0, // classinfo
5, 10, // methods
0, 0, // properties
0, 0, // enums/sets
// slots: signature, parameters, type, tag, flags
18, 12, 11, 11, 0x0a,
38, 34, 11, 11, 0x0a,
57, 51, 11, 11, 0x0a,
86, 74, 11, 11, 0x0a,
119, 107, 11, 11, 0x0a,
0 // eod
};
static const char qt_meta_stringdata_RenderArea[] = {
"RenderArea\0\0shape\0setShape(Shape)\0pen\0"
"setPen(QPen)\0brush\0setBrush(QBrush)\0"
"antialiased\0setAntialiased(bool)\0"
"transformed\0setTransformed(bool)\0"
};
const QMetaObject RenderArea::staticMetaObject = {
{ &QWidget::staticMetaObject, qt_meta_stringdata_RenderArea,
qt_meta_data_RenderArea, 0 }
};
const QMetaObject *RenderArea::metaObject() const
{
return &staticMetaObject;
}
void *RenderArea::qt_metacast(const char *_clname)
{
if (!_clname) return 0;
if (!strcmp(_clname, qt_meta_stringdata_RenderArea))
return static_cast<void*>(const_cast< RenderArea*>(this));
return QWidget::qt_metacast(_clname);
}
int RenderArea::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QWidget::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
switch (_id) {
case 0: setShape((*reinterpret_cast< Shape(*)>(_a[1]))); break;
case 1: setPen((*reinterpret_cast< const QPen(*)>(_a[1]))); break;
case 2: setBrush((*reinterpret_cast< const QBrush(*)>(_a[1]))); break;
case 3: setAntialiased((*reinterpret_cast< bool(*)>(_a[1]))); break;
case 4: setTransformed((*reinterpret_cast< bool(*)>(_a[1]))); break;
}
_id -= 5;
}
return _id;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -