source: trunk/source/interfaces/basic/moc/G4UIQt_moc.cc @ 1199

Last change on this file since 1199 was 1199, checked in by garnier, 15 years ago

nvx fichiers dans CVS

File size: 3.9 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'G4UIQt.hh'
3**
4** Created: Wed Nov 25 14:54:38 2009
5**      by: The Qt Meta Object Compiler version 62 (Qt 4.6.0)
6**
7** WARNING! All changes made in this file will be lost!
8*****************************************************************************/
9
10#include "../include/G4UIQt.hh"
11#if !defined(Q_MOC_OUTPUT_REVISION)
12#error "The header file 'G4UIQt.hh' doesn't include <QObject>."
13#elif Q_MOC_OUTPUT_REVISION != 62
14#error "This file was generated using the moc from 4.6.0. 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_G4UIQt[] = {
21
22 // content:
23       4,       // revision
24       0,       // classname
25       0,    0, // classinfo
26      11,   14, // methods
27       0,    0, // properties
28       0,    0, // enums/sets
29       0,    0, // constructors
30       0,       // flags
31       1,       // signalCount
32
33 // signals: signature, parameters, type, tag, flags
34      13,    8,    7,    7, 0x05,
35
36 // slots: signature, parameters, type, tag, flags
37      32,    7,    7,    7, 0x08,
38      46,    7,    7,    7, 0x08,
39      68,    7,    7,    7, 0x08,
40      93,    7,    7,    7, 0x08,
41     117,    7,    7,    7, 0x08,
42     140,    7,    7,    7, 0x08,
43     169,    7,    7,    7, 0x08,
44     188,    7,    7,    7, 0x08,
45     213,    7,    7,    7, 0x08,
46     241,    7,    7,    7, 0x08,
47
48       0        // eod
49};
50
51static const char qt_meta_stringdata_G4UIQt[] = {
52    "G4UIQt\0\0text\0myClicked(QString)\0"
53    "ExitSession()\0ClearButtonCallback()\0"
54    "CommandEnteredCallback()\0"
55    "ButtonCallback(QString)\0HelpTreeClicCallback()\0"
56    "HelpTreeDoubleClicCallback()\0"
57    "ShowHelpCallback()\0CommandHistoryCallback()\0"
58    "lookForHelpStringCallback()\0"
59    "UpdateTabWidget(int)\0"
60};
61
62const QMetaObject G4UIQt::staticMetaObject = {
63    { &QObject::staticMetaObject, qt_meta_stringdata_G4UIQt,
64      qt_meta_data_G4UIQt, 0 }
65};
66
67#ifdef Q_NO_DATA_RELOCATION
68const QMetaObject &G4UIQt::getStaticMetaObject() { return staticMetaObject; }
69#endif //Q_NO_DATA_RELOCATION
70
71const QMetaObject *G4UIQt::metaObject() const
72{
73    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
74}
75
76void *G4UIQt::qt_metacast(const char *_clname)
77{
78    if (!_clname) return 0;
79    if (!strcmp(_clname, qt_meta_stringdata_G4UIQt))
80        return static_cast<void*>(const_cast< G4UIQt*>(this));
81    if (!strcmp(_clname, "G4VBasicShell"))
82        return static_cast< G4VBasicShell*>(const_cast< G4UIQt*>(this));
83    if (!strcmp(_clname, "G4VInteractiveSession"))
84        return static_cast< G4VInteractiveSession*>(const_cast< G4UIQt*>(this));
85    return QObject::qt_metacast(_clname);
86}
87
88int G4UIQt::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
89{
90    _id = QObject::qt_metacall(_c, _id, _a);
91    if (_id < 0)
92        return _id;
93    if (_c == QMetaObject::InvokeMetaMethod) {
94        switch (_id) {
95        case 0: myClicked((*reinterpret_cast< const QString(*)>(_a[1]))); break;
96        case 1: ExitSession(); break;
97        case 2: ClearButtonCallback(); break;
98        case 3: CommandEnteredCallback(); break;
99        case 4: ButtonCallback((*reinterpret_cast< const QString(*)>(_a[1]))); break;
100        case 5: HelpTreeClicCallback(); break;
101        case 6: HelpTreeDoubleClicCallback(); break;
102        case 7: ShowHelpCallback(); break;
103        case 8: CommandHistoryCallback(); break;
104        case 9: lookForHelpStringCallback(); break;
105        case 10: UpdateTabWidget((*reinterpret_cast< int(*)>(_a[1]))); break;
106        default: ;
107        }
108        _id -= 11;
109    }
110    return _id;
111}
112
113// SIGNAL 0
114void G4UIQt::myClicked(const QString & _t1)
115{
116    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
117    QMetaObject::activate(this, &staticMetaObject, 0, _a);
118}
119QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.