Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
G4OpenGLQtExportDialog_moc.cc
이 파일의 문서화 페이지로 가기
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'G4OpenGLQtExportDialog.hh'
3 **
4 ** Created: Tue Jun 5 13:55:33 2018
5 ** by: The Qt Meta Object Compiler version 63 (Qt 4.8.4)
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 != 63
14 #error "This file was generated using the moc from 4.8.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 QT_BEGIN_MOC_NAMESPACE
20 static const uint qt_meta_data_G4OpenGLQtExportDialog[] = {
21 
22  // content:
23  6, // 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 
43  "G4OpenGLQtExportDialog\0\0changeSizeBox()\0"
44  "changeVectorEPS()\0textWidthChanged(QString)\0"
45  "textHeightChanged(QString)\0"
46 };
47 
48 void G4OpenGLQtExportDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
49 {
50  if (_c == QMetaObject::InvokeMetaMethod) {
51  Q_ASSERT(staticMetaObject.cast(_o));
52  G4OpenGLQtExportDialog *_t = static_cast<G4OpenGLQtExportDialog *>(_o);
53  switch (_id) {
54  case 0: _t->changeSizeBox(); break;
55  case 1: _t->changeVectorEPS(); break;
56  case 2: _t->textWidthChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
57  case 3: _t->textHeightChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
58  default: ;
59  }
60  }
61 }
62 
63 const QMetaObjectExtraData G4OpenGLQtExportDialog::staticMetaObjectExtraData = {
64  0, qt_static_metacall
65 };
66 
67 const QMetaObject G4OpenGLQtExportDialog::staticMetaObject = {
68  { &QDialog::staticMetaObject, qt_meta_stringdata_G4OpenGLQtExportDialog,
69  qt_meta_data_G4OpenGLQtExportDialog, &staticMetaObjectExtraData }
70 };
71 
72 #ifdef Q_NO_DATA_RELOCATION
73 const QMetaObject &G4OpenGLQtExportDialog::getStaticMetaObject() { return staticMetaObject; }
74 #endif //Q_NO_DATA_RELOCATION
75 
76 const QMetaObject *G4OpenGLQtExportDialog::metaObject() const
77 {
78  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
79 }
80 
81 void *G4OpenGLQtExportDialog::qt_metacast(const char *_clname)
82 {
83  if (!_clname) return 0;
84  if (!strcmp(_clname, qt_meta_stringdata_G4OpenGLQtExportDialog))
85  return static_cast<void*>(const_cast< G4OpenGLQtExportDialog*>(this));
86  return QDialog::qt_metacast(_clname);
87 }
88 
89 int G4OpenGLQtExportDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
90 {
91  _id = QDialog::qt_metacall(_c, _id, _a);
92  if (_id < 0)
93  return _id;
94  if (_c == QMetaObject::InvokeMetaMethod) {
95  if (_id < 4)
96  qt_static_metacall(this, _c, _id, _a);
97  _id -= 4;
98  }
99  return _id;
100 }
101 QT_END_MOC_NAMESPACE
static const char qt_meta_stringdata_G4OpenGLQtExportDialog[]
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_G4OpenGLQtExportDialog[]