Geant4  10.03
G4OpenGLQtMovieDialog_moc.cc
Go to the documentation of this file.
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'G4OpenGLQtMovieDialog.hh'
3 **
4 ** Created: Tue Nov 22 09:56:58 2016
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/G4OpenGLQtMovieDialog.hh"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'G4OpenGLQtMovieDialog.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_G4OpenGLQtMovieDialog[] = {
21 
22  // content:
23  6, // revision
24  0, // classname
25  0, 0, // classinfo
26  10, 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  23, 22, 22, 22, 0x0a,
35  41, 22, 22, 22, 0x0a,
36  53, 22, 48, 22, 0x0a,
37  80, 22, 48, 22, 0x0a,
38  110, 22, 48, 22, 0x0a,
39  138, 22, 22, 22, 0x08,
40  164, 22, 22, 22, 0x08,
41  187, 22, 22, 22, 0x08,
42  214, 22, 22, 22, 0x08,
43  231, 22, 22, 22, 0x08,
44 
45  0 // eod
46 };
47 
49  "G4OpenGLQtMovieDialog\0\0stopFinishClose()\0"
50  "save()\0bool\0checkEncoderSwParameters()\0"
51  "checkSaveFileNameParameters()\0"
52  "checkTempFolderParameters()\0"
53  "selectEncoderPathAction()\0"
54  "selectTempPathAction()\0"
55  "selectSaveFileNameAction()\0resetRecording()\0"
56  "enabledApplyButton()\0"
57 };
58 
59 void G4OpenGLQtMovieDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
60 {
61  if (_c == QMetaObject::InvokeMetaMethod) {
62  Q_ASSERT(staticMetaObject.cast(_o));
63  G4OpenGLQtMovieDialog *_t = static_cast<G4OpenGLQtMovieDialog *>(_o);
64  switch (_id) {
65  case 0: _t->stopFinishClose(); break;
66  case 1: _t->save(); break;
67  case 2: { bool _r = _t->checkEncoderSwParameters();
68  if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; } break;
69  case 3: { bool _r = _t->checkSaveFileNameParameters();
70  if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; } break;
71  case 4: { bool _r = _t->checkTempFolderParameters();
72  if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; } break;
73  case 5: _t->selectEncoderPathAction(); break;
74  case 6: _t->selectTempPathAction(); break;
75  case 7: _t->selectSaveFileNameAction(); break;
76  case 8: _t->resetRecording(); break;
77  case 9: _t->enabledApplyButton(); break;
78  default: ;
79  }
80  }
81 }
82 
83 const QMetaObjectExtraData G4OpenGLQtMovieDialog::staticMetaObjectExtraData = {
84  0, qt_static_metacall
85 };
86 
87 const QMetaObject G4OpenGLQtMovieDialog::staticMetaObject = {
88  { &QDialog::staticMetaObject, qt_meta_stringdata_G4OpenGLQtMovieDialog,
89  qt_meta_data_G4OpenGLQtMovieDialog, &staticMetaObjectExtraData }
90 };
91 
92 #ifdef Q_NO_DATA_RELOCATION
93 const QMetaObject &G4OpenGLQtMovieDialog::getStaticMetaObject() { return staticMetaObject; }
94 #endif //Q_NO_DATA_RELOCATION
95 
96 const QMetaObject *G4OpenGLQtMovieDialog::metaObject() const
97 {
98  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
99 }
100 
101 void *G4OpenGLQtMovieDialog::qt_metacast(const char *_clname)
102 {
103  if (!_clname) return 0;
104  if (!strcmp(_clname, qt_meta_stringdata_G4OpenGLQtMovieDialog))
105  return static_cast<void*>(const_cast< G4OpenGLQtMovieDialog*>(this));
106  return QDialog::qt_metacast(_clname);
107 }
108 
109 int G4OpenGLQtMovieDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
110 {
111  _id = QDialog::qt_metacall(_c, _id, _a);
112  if (_id < 0)
113  return _id;
114  if (_c == QMetaObject::InvokeMetaMethod) {
115  if (_id < 10)
116  qt_static_metacall(this, _c, _id, _a);
117  _id -= 10;
118  }
119  return _id;
120 }
121 QT_END_MOC_NAMESPACE
static const char qt_meta_stringdata_G4OpenGLQtMovieDialog[]
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_G4OpenGLQtMovieDialog[]