Master Core  v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moc_guiutil.cpp
Go to the documentation of this file.
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 "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
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 
35  "GUIUtil::ToolTipToRichTextFilter\0"
36 };
37 
38 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 }
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 const QMetaObject *GUIUtil::ToolTipToRichTextFilter::metaObject() const
60 {
61  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
62 }
63 
64 void *GUIUtil::ToolTipToRichTextFilter::qt_metacast(const char *_clname)
65 {
66  if (!_clname) return 0;
68  return static_cast<void*>(const_cast< ToolTipToRichTextFilter*>(this));
69  return QObject::qt_metacast(_clname);
70 }
71 
72 int GUIUtil::ToolTipToRichTextFilter::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
73 {
74  _id = QObject::qt_metacall(_c, _id, _a);
75  if (_id < 0)
76  return _id;
77  return _id;
78 }
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 
100  "GUIUtil::TableViewLastColumnResizingFixer\0"
101  "\0logicalIndex,oldSize,newSize\0"
102  "on_sectionResized(int,int,int)\0"
103  "on_geometriesChanged()\0"
104 };
105 
106 void GUIUtil::TableViewLastColumnResizingFixer::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
107 {
108  if (_c == QMetaObject::InvokeMetaMethod) {
109  Q_ASSERT(staticMetaObject.cast(_o));
110  TableViewLastColumnResizingFixer *_t = static_cast<TableViewLastColumnResizingFixer *>(_o);
111  switch (_id) {
112  case 0: _t->on_sectionResized((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
113  case 1: _t->on_geometriesChanged(); break;
114  default: ;
115  }
116  }
117 }
118 
119 const QMetaObjectExtraData GUIUtil::TableViewLastColumnResizingFixer::staticMetaObjectExtraData = {
120  0, qt_static_metacall
121 };
122 
123 const QMetaObject GUIUtil::TableViewLastColumnResizingFixer::staticMetaObject = {
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 const QMetaObject *GUIUtil::TableViewLastColumnResizingFixer::metaObject() const
133 {
134  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
135 }
136 
137 void *GUIUtil::TableViewLastColumnResizingFixer::qt_metacast(const char *_clname)
138 {
139  if (!_clname) return 0;
140  if (!strcmp(_clname, qt_meta_stringdata_GUIUtil__TableViewLastColumnResizingFixer))
141  return static_cast<void*>(const_cast< TableViewLastColumnResizingFixer*>(this));
142  return QObject::qt_metacast(_clname);
143 }
144 
145 int GUIUtil::TableViewLastColumnResizingFixer::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
146 {
147  _id = QObject::qt_metacall(_c, _id, _a);
148  if (_id < 0)
149  return _id;
150  if (_c == QMetaObject::InvokeMetaMethod) {
151  if (_id < 2)
152  qt_static_metacall(this, _c, _id, _a);
153  _id -= 2;
154  }
155  return _id;
156 }
157 QT_END_MOC_NAMESPACE
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_GUIUtil__ToolTipToRichTextFilter[]
Definition: moc_guiutil.cpp:18
static const char qt_meta_stringdata_GUIUtil__TableViewLastColumnResizingFixer[]
Definition: moc_guiutil.cpp:99
static const uint qt_meta_data_GUIUtil__TableViewLastColumnResizingFixer[]
Definition: moc_guiutil.cpp:79
static const char qt_meta_stringdata_GUIUtil__ToolTipToRichTextFilter[]
Definition: moc_guiutil.cpp:34