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