source: trunk/source/visualization/OpenGL/moc/G4OpenGLQtMovieDialog_moc.cc @ 1350

Last change on this file since 1350 was 1350, checked in by garnier, 13 years ago

update to last version 4.9.4

File size: 3.6 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'G4OpenGLQtMovieDialog.hh'
3**
4** Created: Tue Jan 4 12:17:52 2011
5**      by: The Qt Meta Object Compiler version 62 (Qt 4.7.0)
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 != 62
14#error "This file was generated using the moc from 4.7.0. 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
19QT_BEGIN_MOC_NAMESPACE
20static const uint qt_meta_data_G4OpenGLQtMovieDialog[] = {
21
22 // content:
23       5,       // 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
48static const char qt_meta_stringdata_G4OpenGLQtMovieDialog[] = {
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
59const QMetaObject G4OpenGLQtMovieDialog::staticMetaObject = {
60    { &QDialog::staticMetaObject, qt_meta_stringdata_G4OpenGLQtMovieDialog,
61      qt_meta_data_G4OpenGLQtMovieDialog, 0 }
62};
63
64#ifdef Q_NO_DATA_RELOCATION
65const QMetaObject &G4OpenGLQtMovieDialog::getStaticMetaObject() { return staticMetaObject; }
66#endif //Q_NO_DATA_RELOCATION
67
68const QMetaObject *G4OpenGLQtMovieDialog::metaObject() const
69{
70    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
71}
72
73void *G4OpenGLQtMovieDialog::qt_metacast(const char *_clname)
74{
75    if (!_clname) return 0;
76    if (!strcmp(_clname, qt_meta_stringdata_G4OpenGLQtMovieDialog))
77        return static_cast<void*>(const_cast< G4OpenGLQtMovieDialog*>(this));
78    return QDialog::qt_metacast(_clname);
79}
80
81int G4OpenGLQtMovieDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
82{
83    _id = QDialog::qt_metacall(_c, _id, _a);
84    if (_id < 0)
85        return _id;
86    if (_c == QMetaObject::InvokeMetaMethod) {
87        switch (_id) {
88        case 0: stopFinishClose(); break;
89        case 1: save(); break;
90        case 2: { bool _r = checkEncoderSwParameters();
91            if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; }  break;
92        case 3: { bool _r = checkSaveFileNameParameters();
93            if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; }  break;
94        case 4: { bool _r = checkTempFolderParameters();
95            if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; }  break;
96        case 5: selectEncoderPathAction(); break;
97        case 6: selectTempPathAction(); break;
98        case 7: selectSaveFileNameAction(); break;
99        case 8: resetRecording(); break;
100        case 9: enabledApplyButton(); break;
101        default: ;
102        }
103        _id -= 10;
104    }
105    return _id;
106}
107QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.