source: trunk/geant4/visualization/OpenGL/src/moc_G4OpenGLQtExportDialog.cc @ 593

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

r619@mac-90108: laurentgarnier | 2007-09-28 17:14:32 +0200
ajout de fihier

File size: 3.9 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'G4OpenGLQtExportDialog.hh'
3**
4** Created: Tue Sep 25 18:22:19 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       5,   10, // methods
26       0,    0, // properties
27       0,    0, // enums/sets
28
29 // signals: signature, parameters, type, tag, flags
30      23,   57,   61,   61, 0x05,
31      62,   57,   61,   61, 0x05,
32
33 // slots: signature, parameters, type, tag, flags
34      98,   61,   61,   61, 0x0a,
35     118,   61,   61,   61, 0x0a,
36     144,   61,   61,   61, 0x0a,
37
38       0        // eod
39};
40
41static const char qt_meta_stringdata_G4OpenGLQtExportDialog[] = {
42    "G4OpenGLQtExportDialog\0"
43    "options(QString,QString,int,bool)\0,,,\0"
44    "\0exportAll(QString,QString,int,bool)\0"
45    "changeSizeBox(bool)\0textWidthChanged(QString)\0"
46    "textHeightChanged(QString)\0"
47};
48
49const QMetaObject G4OpenGLQtExportDialog::staticMetaObject = {
50    { &QDialog::staticMetaObject, qt_meta_stringdata_G4OpenGLQtExportDialog,
51      qt_meta_data_G4OpenGLQtExportDialog, 0 }
52};
53
54const QMetaObject *G4OpenGLQtExportDialog::metaObject() const
55{
56    return &staticMetaObject;
57}
58
59void *G4OpenGLQtExportDialog::qt_metacast(const char *_clname)
60{
61    if (!_clname) return 0;
62    if (!strcmp(_clname, qt_meta_stringdata_G4OpenGLQtExportDialog))
63        return static_cast<void*>(const_cast<G4OpenGLQtExportDialog*>(this));
64    return QDialog::qt_metacast(_clname);
65}
66
67int G4OpenGLQtExportDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
68{
69    _id = QDialog::qt_metacall(_c, _id, _a);
70    if (_id < 0)
71        return _id;
72    if (_c == QMetaObject::InvokeMetaMethod) {
73        switch (_id) {
74        case 0: options((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3])),(*reinterpret_cast< bool(*)>(_a[4]))); break;
75        case 1: exportAll((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3])),(*reinterpret_cast< bool(*)>(_a[4]))); break;
76        case 2: changeSizeBox((*reinterpret_cast< bool(*)>(_a[1]))); break;
77        case 3: textWidthChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
78        case 4: textHeightChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
79        }
80        _id -= 5;
81    }
82    return _id;
83}
84
85// SIGNAL 0
86void G4OpenGLQtExportDialog::options(const QString & _t1, const QString & _t2, int _t3, bool _t4)
87{
88    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)), const_cast<void*>(reinterpret_cast<const void*>(&_t4)) };
89    QMetaObject::activate(this, &staticMetaObject, 0, _a);
90}
91
92// SIGNAL 1
93void G4OpenGLQtExportDialog::exportAll(const QString & _t1, const QString & _t2, int _t3, bool _t4)
94{
95    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)), const_cast<void*>(reinterpret_cast<const void*>(&_t4)) };
96    QMetaObject::activate(this, &staticMetaObject, 1, _a);
97}
Note: See TracBrowser for help on using the repository browser.