source: trunk/geant4/visualization/OpenGL/old-src/moc_G4OpenGLQtViewer.cc @ 590

Last change on this file since 590 was 562, checked in by garnier, 17 years ago

r565@mac-90108: laurentgarnier | 2007-08-14 14:18:03 +0200
mise a jour suite au plantage de svk (cheksum error) suite au crash du DD en juin

File size: 3.8 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'G4OpenGLQtViewer.hh'
3**
4** Created: Mon Aug 13 11:44:23 2007
5**      by: The Qt Meta Object Compiler version 59 (Qt 4.2.2)
6**
7** WARNING! All changes made in this file will be lost!
8*****************************************************************************/
9
10#include "../include/G4OpenGLQtViewer.hh"
11#if !defined(Q_MOC_OUTPUT_REVISION)
12#error "The header file 'G4OpenGLQtViewer.hh' doesn't include <QObject>."
13#elif Q_MOC_OUTPUT_REVISION != 59
14#error "This file was generated using the moc from 4.2.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
19static const uint qt_meta_data_G4OpenGLQtViewer[] = {
20
21 // content:
22       1,       // revision
23       0,       // classname
24       0,    0, // classinfo
25      13,   10, // methods
26       0,    0, // properties
27       0,    0, // enums/sets
28
29 // slots: signature, parameters, type, tag, flags
30      17,   42,   42,   42, 0x08,
31      43,   42,   42,   42, 0x08,
32      70,   42,   42,   42, 0x08,
33     100,   42,   42,   42, 0x08,
34     134,   42,   42,   42, 0x08,
35     159,   42,   42,   42, 0x08,
36     183,   42,   42,   42, 0x08,
37     210,   42,   42,   42, 0x08,
38     233,   42,   42,   42, 0x08,
39     258,   42,   42,   42, 0x08,
40     283,   42,   42,   42, 0x08,
41     303,   42,   42,   42, 0x08,
42     319,   42,   42,   42, 0x08,
43
44       0        // eod
45};
46
47static const char qt_meta_stringdata_G4OpenGLQtViewer[] = {
48    "G4OpenGLQtViewer\0actionDrawingWireframe()\0"
49    "\0actionDrawingLineRemoval()\0"
50    "actionDrawingSurfaceRemoval()\0"
51    "actionDrawingLineSurfaceRemoval()\0"
52    "toggleDrawingAction(int)\0"
53    "toggleMouseAction(bool)\0"
54    "toggleRepresentation(bool)\0"
55    "toggleBackground(bool)\0toggleTransparency(bool)\0"
56    "toggleAntialiasing(bool)\0toggleHaloing(bool)\0"
57    "toggleAux(bool)\0toggleFullScreen(bool)\0"
58};
59
60const QMetaObject G4OpenGLQtViewer::staticMetaObject = {
61    { &QObject::staticMetaObject, qt_meta_stringdata_G4OpenGLQtViewer,
62      qt_meta_data_G4OpenGLQtViewer, 0 }
63};
64
65const QMetaObject *G4OpenGLQtViewer::metaObject() const
66{
67    return &staticMetaObject;
68}
69
70void *G4OpenGLQtViewer::qt_metacast(const char *_clname)
71{
72    if (!_clname) return 0;
73    if (!strcmp(_clname, qt_meta_stringdata_G4OpenGLQtViewer))
74        return static_cast<void*>(const_cast<G4OpenGLQtViewer*>(this));
75    if (!strcmp(_clname, "G4OpenGLViewer"))
76        return static_cast<G4OpenGLViewer*>(const_cast<G4OpenGLQtViewer*>(this));
77    return QObject::qt_metacast(_clname);
78}
79
80int G4OpenGLQtViewer::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
81{
82    _id = QObject::qt_metacall(_c, _id, _a);
83    if (_id < 0)
84        return _id;
85    if (_c == QMetaObject::InvokeMetaMethod) {
86        switch (_id) {
87        case 0: actionDrawingWireframe(); break;
88        case 1: actionDrawingLineRemoval(); break;
89        case 2: actionDrawingSurfaceRemoval(); break;
90        case 3: actionDrawingLineSurfaceRemoval(); break;
91        case 4: toggleDrawingAction((*reinterpret_cast< int(*)>(_a[1]))); break;
92        case 5: toggleMouseAction((*reinterpret_cast< bool(*)>(_a[1]))); break;
93        case 6: toggleRepresentation((*reinterpret_cast< bool(*)>(_a[1]))); break;
94        case 7: toggleBackground((*reinterpret_cast< bool(*)>(_a[1]))); break;
95        case 8: toggleTransparency((*reinterpret_cast< bool(*)>(_a[1]))); break;
96        case 9: toggleAntialiasing((*reinterpret_cast< bool(*)>(_a[1]))); break;
97        case 10: toggleHaloing((*reinterpret_cast< bool(*)>(_a[1]))); break;
98        case 11: toggleAux((*reinterpret_cast< bool(*)>(_a[1]))); break;
99        case 12: toggleFullScreen((*reinterpret_cast< bool(*)>(_a[1]))); break;
100        }
101        _id -= 13;
102    }
103    return _id;
104}
Note: See TracBrowser for help on using the repository browser.