source: mmcs/moc_midialog.cpp @ 8ad4484

matrices
Last change on this file since 8ad4484 was 9dd61b1, checked in by rboet <rboet@…>, 9 years ago

Avance del proyecto 60%

  • Property mode set to 100644
File size: 2.7 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'midialog.h'
3**
4** Created: Mon Jun 22 11:11:42 2015
5**      by: The Qt Meta Object Compiler version 63 (Qt 4.8.2)
6**
7** WARNING! All changes made in this file will be lost!
8*****************************************************************************/
9
10#include "midialog.h"
11#if !defined(Q_MOC_OUTPUT_REVISION)
12#error "The header file 'midialog.h' doesn't include <QObject>."
13#elif Q_MOC_OUTPUT_REVISION != 63
14#error "This file was generated using the moc from 4.8.2. 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_miDialog[] = {
21
22 // content:
23       6,       // revision
24       0,       // classname
25       0,    0, // classinfo
26       1,   14, // methods
27       0,    0, // properties
28       0,    0, // enums/sets
29       0,    0, // constructors
30       0,       // flags
31       0,       // signalCount
32
33 // slots: signature, parameters, type, tag, flags
34      10,    9,    9,    9, 0x08,
35
36       0        // eod
37};
38
39static const char qt_meta_stringdata_miDialog[] = {
40    "miDialog\0\0on_pushButton_clicked()\0"
41};
42
43void miDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
44{
45    if (_c == QMetaObject::InvokeMetaMethod) {
46        Q_ASSERT(staticMetaObject.cast(_o));
47        miDialog *_t = static_cast<miDialog *>(_o);
48        switch (_id) {
49        case 0: _t->on_pushButton_clicked(); break;
50        default: ;
51        }
52    }
53    Q_UNUSED(_a);
54}
55
56const QMetaObjectExtraData miDialog::staticMetaObjectExtraData = {
57    0,  qt_static_metacall
58};
59
60const QMetaObject miDialog::staticMetaObject = {
61    { &QDialog::staticMetaObject, qt_meta_stringdata_miDialog,
62      qt_meta_data_miDialog, &staticMetaObjectExtraData }
63};
64
65#ifdef Q_NO_DATA_RELOCATION
66const QMetaObject &miDialog::getStaticMetaObject() { return staticMetaObject; }
67#endif //Q_NO_DATA_RELOCATION
68
69const QMetaObject *miDialog::metaObject() const
70{
71    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
72}
73
74void *miDialog::qt_metacast(const char *_clname)
75{
76    if (!_clname) return 0;
77    if (!strcmp(_clname, qt_meta_stringdata_miDialog))
78        return static_cast<void*>(const_cast< miDialog*>(this));
79    return QDialog::qt_metacast(_clname);
80}
81
82int miDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
83{
84    _id = QDialog::qt_metacall(_c, _id, _a);
85    if (_id < 0)
86        return _id;
87    if (_c == QMetaObject::InvokeMetaMethod) {
88        if (_id < 1)
89            qt_static_metacall(this, _c, _id, _a);
90        _id -= 1;
91    }
92    return _id;
93}
94QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.