Line data Source code
1 : /****************************************************************************
2 : ** Meta object code from reading C++ file 'guiutil.h'
3 : **
4 : **
5 : ** WARNING! All changes made in this file will be lost!
6 : *****************************************************************************/
7 :
8 : #include "qt/guiutil.h"
9 : #if !defined(Q_MOC_OUTPUT_REVISION)
10 : #error "The header file 'guiutil.h' doesn't include <QObject>."
11 : #elif Q_MOC_OUTPUT_REVISION != 63
12 : #error "This file was generated using the moc from 4.8.6. It"
13 : #error "cannot be used with the include files from this version of Qt."
14 : #error "(The moc has changed too much.)"
15 : #endif
16 :
17 : QT_BEGIN_MOC_NAMESPACE
18 : static const uint qt_meta_data_GUIUtil__ToolTipToRichTextFilter[] = {
19 :
20 : // content:
21 : 6, // revision
22 : 0, // classname
23 : 0, 0, // classinfo
24 : 0, 0, // methods
25 : 0, 0, // properties
26 : 0, 0, // enums/sets
27 : 0, 0, // constructors
28 : 0, // flags
29 : 0, // signalCount
30 :
31 : 0 // eod
32 : };
33 :
34 : static const char qt_meta_stringdata_GUIUtil__ToolTipToRichTextFilter[] = {
35 : "GUIUtil::ToolTipToRichTextFilter\0"
36 : };
37 :
38 0 : void GUIUtil::ToolTipToRichTextFilter::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
39 : {
40 : Q_UNUSED(_o);
41 : Q_UNUSED(_id);
42 : Q_UNUSED(_c);
43 : Q_UNUSED(_a);
44 0 : }
45 :
46 : const QMetaObjectExtraData GUIUtil::ToolTipToRichTextFilter::staticMetaObjectExtraData = {
47 : 0, qt_static_metacall
48 : };
49 :
50 : const QMetaObject GUIUtil::ToolTipToRichTextFilter::staticMetaObject = {
51 : { &QObject::staticMetaObject, qt_meta_stringdata_GUIUtil__ToolTipToRichTextFilter,
52 : qt_meta_data_GUIUtil__ToolTipToRichTextFilter, &staticMetaObjectExtraData }
53 : };
54 :
55 : #ifdef Q_NO_DATA_RELOCATION
56 : const QMetaObject &GUIUtil::ToolTipToRichTextFilter::getStaticMetaObject() { return staticMetaObject; }
57 : #endif //Q_NO_DATA_RELOCATION
58 :
59 0 : const QMetaObject *GUIUtil::ToolTipToRichTextFilter::metaObject() const
60 : {
61 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
62 : }
63 :
64 0 : void *GUIUtil::ToolTipToRichTextFilter::qt_metacast(const char *_clname)
65 : {
66 0 : if (!_clname) return 0;
67 0 : if (!strcmp(_clname, qt_meta_stringdata_GUIUtil__ToolTipToRichTextFilter))
68 : return static_cast<void*>(const_cast< ToolTipToRichTextFilter*>(this));
69 0 : return QObject::qt_metacast(_clname);
70 : }
71 :
72 0 : int GUIUtil::ToolTipToRichTextFilter::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
73 : {
74 0 : _id = QObject::qt_metacall(_c, _id, _a);
75 : if (_id < 0)
76 : return _id;
77 : return _id;
78 : }
79 : static const uint qt_meta_data_GUIUtil__TableViewLastColumnResizingFixer[] = {
80 :
81 : // content:
82 : 6, // revision
83 : 0, // classname
84 : 0, 0, // classinfo
85 : 2, 14, // methods
86 : 0, 0, // properties
87 : 0, 0, // enums/sets
88 : 0, 0, // constructors
89 : 0, // flags
90 : 0, // signalCount
91 :
92 : // slots: signature, parameters, type, tag, flags
93 : 72, 43, 42, 42, 0x08,
94 : 103, 42, 42, 42, 0x08,
95 :
96 : 0 // eod
97 : };
98 :
99 : static const char qt_meta_stringdata_GUIUtil__TableViewLastColumnResizingFixer[] = {
100 : "GUIUtil::TableViewLastColumnResizingFixer\0"
101 : "\0logicalIndex,oldSize,newSize\0"
102 : "on_sectionResized(int,int,int)\0"
103 : "on_geometriesChanged()\0"
104 : };
105 :
106 0 : void GUIUtil::TableViewLastColumnResizingFixer::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
107 : {
108 0 : if (_c == QMetaObject::InvokeMetaMethod) {
109 0 : Q_ASSERT(staticMetaObject.cast(_o));
110 0 : TableViewLastColumnResizingFixer *_t = static_cast<TableViewLastColumnResizingFixer *>(_o);
111 0 : switch (_id) {
112 0 : case 0: _t->on_sectionResized((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
113 0 : case 1: _t->on_geometriesChanged(); break;
114 : default: ;
115 : }
116 : }
117 0 : }
118 :
119 : const QMetaObjectExtraData GUIUtil::TableViewLastColumnResizingFixer::staticMetaObjectExtraData = {
120 : 0, qt_static_metacall
121 : };
122 :
123 : const QMetaObject GUIUtil::TableViewLastColumnResizingFixer::staticMetaObject = {
124 : { &QObject::staticMetaObject, qt_meta_stringdata_GUIUtil__TableViewLastColumnResizingFixer,
125 : qt_meta_data_GUIUtil__TableViewLastColumnResizingFixer, &staticMetaObjectExtraData }
126 : };
127 :
128 : #ifdef Q_NO_DATA_RELOCATION
129 : const QMetaObject &GUIUtil::TableViewLastColumnResizingFixer::getStaticMetaObject() { return staticMetaObject; }
130 : #endif //Q_NO_DATA_RELOCATION
131 :
132 0 : const QMetaObject *GUIUtil::TableViewLastColumnResizingFixer::metaObject() const
133 : {
134 0 : return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
135 : }
136 :
137 0 : void *GUIUtil::TableViewLastColumnResizingFixer::qt_metacast(const char *_clname)
138 : {
139 0 : if (!_clname) return 0;
140 0 : if (!strcmp(_clname, qt_meta_stringdata_GUIUtil__TableViewLastColumnResizingFixer))
141 : return static_cast<void*>(const_cast< TableViewLastColumnResizingFixer*>(this));
142 0 : return QObject::qt_metacast(_clname);
143 : }
144 :
145 0 : int GUIUtil::TableViewLastColumnResizingFixer::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
146 : {
147 0 : _id = QObject::qt_metacall(_c, _id, _a);
148 0 : if (_id < 0)
149 : return _id;
150 0 : if (_c == QMetaObject::InvokeMetaMethod) {
151 0 : if (_id < 2)
152 0 : qt_static_metacall(this, _c, _id, _a);
153 0 : _id -= 2;
154 : }
155 0 : return _id;
156 3 : }
157 : QT_END_MOC_NAMESPACE
|