source: mmcs/moc_formmatrixview.cpp @ 8ad4484

matrices
Last change on this file since 8ad4484 was 44d1e60, checked in by Jose Ruiz <joseruiz@…>, 9 years ago

commit inicial

  • Property mode set to 100644
File size: 2.1 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'formmatrixview.H'
3**
4** Created: Wed Mar 18 16:13:20 2015
5**      by: The Qt Meta Object Compiler version 62 (Qt 4.6.3)
6**
7** WARNING! All changes made in this file will be lost!
8*****************************************************************************/
9
10#include "formmatrixview.H"
11#if !defined(Q_MOC_OUTPUT_REVISION)
12#error "The header file 'formmatrixview.H' doesn't include <QObject>."
13#elif Q_MOC_OUTPUT_REVISION != 62
14#error "This file was generated using the moc from 4.6.3. It"
15#error "cannot be used with the include files from this version of Qt."
16#error "(The moc has changed too much.)"
17#endif
18
19QT_BEGIN_MOC_NAMESPACE
20static const uint qt_meta_data_FormMatrixView[] = {
21
22 // content:
23       4,       // revision
24       0,       // classname
25       0,    0, // classinfo
26       0,    0, // methods
27       0,    0, // properties
28       0,    0, // enums/sets
29       0,    0, // constructors
30       0,       // flags
31       0,       // signalCount
32
33       0        // eod
34};
35
36static const char qt_meta_stringdata_FormMatrixView[] = {
37    "FormMatrixView\0"
38};
39
40const QMetaObject FormMatrixView::staticMetaObject = {
41    { &QWidget::staticMetaObject, qt_meta_stringdata_FormMatrixView,
42      qt_meta_data_FormMatrixView, 0 }
43};
44
45#ifdef Q_NO_DATA_RELOCATION
46const QMetaObject &FormMatrixView::getStaticMetaObject() { return staticMetaObject; }
47#endif //Q_NO_DATA_RELOCATION
48
49const QMetaObject *FormMatrixView::metaObject() const
50{
51    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
52}
53
54void *FormMatrixView::qt_metacast(const char *_clname)
55{
56    if (!_clname) return 0;
57    if (!strcmp(_clname, qt_meta_stringdata_FormMatrixView))
58        return static_cast<void*>(const_cast< FormMatrixView*>(this));
59    return QWidget::qt_metacast(_clname);
60}
61
62int FormMatrixView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
63{
64    _id = QWidget::qt_metacall(_c, _id, _a);
65    if (_id < 0)
66        return _id;
67    return _id;
68}
69QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.