source: trunk/geant4/visualization/OpenGL/src/G4OpenGLQtExportDialog_moc.cc@ 646

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

4eme version de la correction du ticket #99

File size: 2.4 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'G4OpenGLQtExportDialog.hh'
3**
4** Created: Fri Dec 7 15:42:21 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/G4OpenGLQtExportDialog.hh"
11#if !defined(Q_MOC_OUTPUT_REVISION)
12#error "The header file 'G4OpenGLQtExportDialog.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_G4OpenGLQtExportDialog[] = {
20
21 // content:
22 1, // revision
23 0, // classname
24 0, 0, // classinfo
25 3, 10, // methods
26 0, 0, // properties
27 0, 0, // enums/sets
28
29 // slots: signature, parameters, type, tag, flags
30 23, 39, 39, 39, 0x0a,
31 40, 39, 39, 39, 0x0a,
32 66, 39, 39, 39, 0x0a,
33
34 0 // eod
35};
36
37static const char qt_meta_stringdata_G4OpenGLQtExportDialog[] = {
38 "G4OpenGLQtExportDialog\0changeSizeBox()\0"
39 "\0textWidthChanged(QString)\0"
40 "textHeightChanged(QString)\0"
41};
42
43const QMetaObject G4OpenGLQtExportDialog::staticMetaObject = {
44 { &QDialog::staticMetaObject, qt_meta_stringdata_G4OpenGLQtExportDialog,
45 qt_meta_data_G4OpenGLQtExportDialog, 0 }
46};
47
48const QMetaObject *G4OpenGLQtExportDialog::metaObject() const
49{
50 return &staticMetaObject;
51}
52
53void *G4OpenGLQtExportDialog::qt_metacast(const char *_clname)
54{
55 if (!_clname) return 0;
56 if (!strcmp(_clname, qt_meta_stringdata_G4OpenGLQtExportDialog))
57 return static_cast<void*>(const_cast<G4OpenGLQtExportDialog*>(this));
58 return QDialog::qt_metacast(_clname);
59}
60
61int G4OpenGLQtExportDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
62{
63 _id = QDialog::qt_metacall(_c, _id, _a);
64 if (_id < 0)
65 return _id;
66 if (_c == QMetaObject::InvokeMetaMethod) {
67 switch (_id) {
68 case 0: changeSizeBox(); break;
69 case 1: textWidthChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
70 case 2: textHeightChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
71 }
72 _id -= 3;
73 }
74 return _id;
75}
Note: See TracBrowser for help on using the repository browser.