source: trunk/geant4/visualization/OpenGL_moc/src/G4OpenGLQtViewer_moc.cc@ 771

Last change on this file since 771 was 763, checked in by garnier, 18 years ago

enfin un moc qui marche

File size: 4.9 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'G4OpenGLQtViewer.hh'
3**
4** Created: Wed Apr 9 17:23:22 2008
5** by: The Qt Meta Object Compiler version 59 (Qt 4.3.4)
6**
7** WARNING! All changes made in this file will be lost!
8*****************************************************************************/
9
10#include "../../OpenGL/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.3.4. 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 23, 10, // methods
26 0, 0, // properties
27 0, 0, // enums/sets
28
29 // slots: signature, parameters, type, tag, flags
30 18, 17, 17, 17, 0x08,
31 38, 17, 17, 17, 0x08,
32 56, 17, 17, 17, 0x08,
33 74, 17, 17, 17, 0x08,
34 99, 17, 17, 17, 0x08,
35 126, 17, 17, 17, 0x08,
36 156, 17, 17, 17, 0x08,
37 190, 17, 17, 17, 0x08,
38 208, 17, 17, 17, 0x08,
39 232, 17, 17, 17, 0x08,
40 248, 17, 17, 17, 0x08,
41 273, 17, 17, 17, 0x08,
42 305, 17, 17, 17, 0x08,
43 332, 17, 17, 17, 0x08,
44 355, 17, 17, 17, 0x08,
45 378, 17, 17, 17, 0x08,
46 403, 17, 17, 17, 0x08,
47 428, 17, 17, 17, 0x08,
48 448, 17, 17, 17, 0x08,
49 464, 17, 17, 17, 0x08,
50 487, 17, 17, 17, 0x08,
51 511, 17, 17, 17, 0x08,
52 536, 17, 17, 17, 0x08,
53
54 0 // eod
55};
56
57static const char qt_meta_stringdata_G4OpenGLQtViewer[] = {
58 "G4OpenGLQtViewer\0\0actionMouseRotate()\0"
59 "actionMouseMove()\0actionMousePick()\0"
60 "actionDrawingWireframe()\0"
61 "actionDrawingLineRemoval()\0"
62 "actionDrawingSurfaceRemoval()\0"
63 "actionDrawingLineSurfaceRemoval()\0"
64 "actionSaveImage()\0actionMovieParameters()\0"
65 "showShortcuts()\0toggleDrawingAction(int)\0"
66 "toggleMouseAction(mouseActions)\0"
67 "toggleRepresentation(bool)\0"
68 "toggleProjection(bool)\0toggleBackground(bool)\0"
69 "toggleTransparency(bool)\0"
70 "toggleAntialiasing(bool)\0toggleHaloing(bool)\0"
71 "toggleAux(bool)\0toggleFullScreen(bool)\0"
72 "processEncodeFinished()\0"
73 "processLookForFinished()\0processEncodeStdout()\0"
74};
75
76const QMetaObject G4OpenGLQtViewer::staticMetaObject = {
77 { &QObject::staticMetaObject, qt_meta_stringdata_G4OpenGLQtViewer,
78 qt_meta_data_G4OpenGLQtViewer, 0 }
79};
80
81const QMetaObject *G4OpenGLQtViewer::metaObject() const
82{
83 return &staticMetaObject;
84}
85
86void *G4OpenGLQtViewer::qt_metacast(const char *_clname)
87{
88 if (!_clname) return 0;
89 if (!strcmp(_clname, qt_meta_stringdata_G4OpenGLQtViewer))
90 return static_cast<void*>(const_cast< G4OpenGLQtViewer*>(this));
91 if (!strcmp(_clname, "G4OpenGLViewer"))
92 return static_cast< G4OpenGLViewer*>(const_cast< G4OpenGLQtViewer*>(this));
93 return QObject::qt_metacast(_clname);
94}
95
96int G4OpenGLQtViewer::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
97{
98 _id = QObject::qt_metacall(_c, _id, _a);
99 if (_id < 0)
100 return _id;
101 if (_c == QMetaObject::InvokeMetaMethod) {
102 switch (_id) {
103 case 0: actionMouseRotate(); break;
104 case 1: actionMouseMove(); break;
105 case 2: actionMousePick(); break;
106 case 3: actionDrawingWireframe(); break;
107 case 4: actionDrawingLineRemoval(); break;
108 case 5: actionDrawingSurfaceRemoval(); break;
109 case 6: actionDrawingLineSurfaceRemoval(); break;
110 case 7: actionSaveImage(); break;
111 case 8: actionMovieParameters(); break;
112 case 9: showShortcuts(); break;
113 case 10: toggleDrawingAction((*reinterpret_cast< int(*)>(_a[1]))); break;
114 case 11: toggleMouseAction((*reinterpret_cast< mouseActions(*)>(_a[1]))); break;
115 case 12: toggleRepresentation((*reinterpret_cast< bool(*)>(_a[1]))); break;
116 case 13: toggleProjection((*reinterpret_cast< bool(*)>(_a[1]))); break;
117 case 14: toggleBackground((*reinterpret_cast< bool(*)>(_a[1]))); break;
118 case 15: toggleTransparency((*reinterpret_cast< bool(*)>(_a[1]))); break;
119 case 16: toggleAntialiasing((*reinterpret_cast< bool(*)>(_a[1]))); break;
120 case 17: toggleHaloing((*reinterpret_cast< bool(*)>(_a[1]))); break;
121 case 18: toggleAux((*reinterpret_cast< bool(*)>(_a[1]))); break;
122 case 19: toggleFullScreen((*reinterpret_cast< bool(*)>(_a[1]))); break;
123 case 20: processEncodeFinished(); break;
124 case 21: processLookForFinished(); break;
125 case 22: processEncodeStdout(); break;
126 }
127 _id -= 23;
128 }
129 return _id;
130}
Note: See TracBrowser for help on using the repository browser.