source: trunk/source/visualization/OpenGL/moc/G4OpenGLQtExportDialog_moc.cc@ 1350

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

update to last version 4.9.4

File size: 2.9 KB
RevLine 
[1350]1/****************************************************************************
2** Meta object code from reading C++ file 'G4OpenGLQtExportDialog.hh'
3**
4** Created: Tue Jan 4 12:17:52 2011
5** by: The Qt Meta Object Compiler version 62 (Qt 4.7.0)
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 != 62
14#error "This file was generated using the moc from 4.7.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_G4OpenGLQtExportDialog[] = {
21
22 // content:
23 5, // revision
24 0, // classname
25 0, 0, // classinfo
26 4, 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 24, 23, 23, 23, 0x0a,
35 40, 23, 23, 23, 0x0a,
36 58, 23, 23, 23, 0x0a,
37 84, 23, 23, 23, 0x0a,
38
39 0 // eod
40};
41
42static const char qt_meta_stringdata_G4OpenGLQtExportDialog[] = {
43 "G4OpenGLQtExportDialog\0\0changeSizeBox()\0"
44 "changeVectorEPS()\0textWidthChanged(QString)\0"
45 "textHeightChanged(QString)\0"
46};
47
48const QMetaObject G4OpenGLQtExportDialog::staticMetaObject = {
49 { &QDialog::staticMetaObject, qt_meta_stringdata_G4OpenGLQtExportDialog,
50 qt_meta_data_G4OpenGLQtExportDialog, 0 }
51};
52
53#ifdef Q_NO_DATA_RELOCATION
54const QMetaObject &G4OpenGLQtExportDialog::getStaticMetaObject() { return staticMetaObject; }
55#endif //Q_NO_DATA_RELOCATION
56
57const QMetaObject *G4OpenGLQtExportDialog::metaObject() const
58{
59 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
60}
61
62void *G4OpenGLQtExportDialog::qt_metacast(const char *_clname)
63{
64 if (!_clname) return 0;
65 if (!strcmp(_clname, qt_meta_stringdata_G4OpenGLQtExportDialog))
66 return static_cast<void*>(const_cast< G4OpenGLQtExportDialog*>(this));
67 return QDialog::qt_metacast(_clname);
68}
69
70int G4OpenGLQtExportDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
71{
72 _id = QDialog::qt_metacall(_c, _id, _a);
73 if (_id < 0)
74 return _id;
75 if (_c == QMetaObject::InvokeMetaMethod) {
76 switch (_id) {
77 case 0: changeSizeBox(); break;
78 case 1: changeVectorEPS(); break;
79 case 2: textWidthChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
80 case 3: textHeightChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
81 default: ;
82 }
83 _id -= 4;
84 }
85 return _id;
86}
87QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.