source: trunk/geant4/visualization/OpenGL/src/G4OpenGLQtExportDialog_moc_040202.cc @ 599

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

r636@mac-90108: laurentgarnier | 2007-11-12 16:46:00 +0100
modif pour qt3

File size: 2.5 KB
Line 
1#if QT_VERSION >= 0x040202
2
3/****************************************************************************
4** Meta object code from reading C++ file 'G4OpenGLQtExportDialog.hh'
5**
6** Created: Fri Sep 28 12:35:41 2007
7**      by: The Qt Meta Object Compiler version 59 (Qt 4.2.2)
8**
9** WARNING! All changes made in this file will be lost!
10*****************************************************************************/
11
12#include "../include/G4OpenGLQtExportDialog.hh"
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'G4OpenGLQtExportDialog.hh' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 59
16#error "This file was generated using the moc from 4.2.2. It"
17#error "cannot be used with the include files from this version of Qt."
18#error "(The moc has changed too much.)"
19#endif
20
21static const uint qt_meta_data_G4OpenGLQtExportDialog[] = {
22
23 // content:
24       1,       // revision
25       0,       // classname
26       0,    0, // classinfo
27       3,   10, // methods
28       0,    0, // properties
29       0,    0, // enums/sets
30
31 // slots: signature, parameters, type, tag, flags
32      23,   43,   43,   43, 0x0a,
33      44,   43,   43,   43, 0x0a,
34      70,   43,   43,   43, 0x0a,
35
36       0        // eod
37};
38
39static const char qt_meta_stringdata_G4OpenGLQtExportDialog[] = {
40    "G4OpenGLQtExportDialog\0changeSizeBox(bool)\0"
41    "\0textWidthChanged(QString)\0"
42    "textHeightChanged(QString)\0"
43};
44
45const QMetaObject G4OpenGLQtExportDialog::staticMetaObject = {
46    { &QDialog::staticMetaObject, qt_meta_stringdata_G4OpenGLQtExportDialog,
47      qt_meta_data_G4OpenGLQtExportDialog, 0 }
48};
49
50const QMetaObject *G4OpenGLQtExportDialog::metaObject() const
51{
52    return &staticMetaObject;
53}
54
55void *G4OpenGLQtExportDialog::qt_metacast(const char *_clname)
56{
57    if (!_clname) return 0;
58    if (!strcmp(_clname, qt_meta_stringdata_G4OpenGLQtExportDialog))
59        return static_cast<void*>(const_cast<G4OpenGLQtExportDialog*>(this));
60    return QDialog::qt_metacast(_clname);
61}
62
63int G4OpenGLQtExportDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
64{
65    _id = QDialog::qt_metacall(_c, _id, _a);
66    if (_id < 0)
67        return _id;
68    if (_c == QMetaObject::InvokeMetaMethod) {
69        switch (_id) {
70        case 0: changeSizeBox((*reinterpret_cast< bool(*)>(_a[1]))); break;
71        case 1: textWidthChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
72        case 2: textHeightChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
73        }
74        _id -= 3;
75    }
76    return _id;
77}
78#endif
Note: See TracBrowser for help on using the repository browser.