source: trunk/geant4/visualization/OpenGL_moc/src/G4OpenGLQtMovieDialog_moc.cc @ 774

Last change on this file since 774 was 774, checked in by garnier, 16 years ago

r783@wl-72126: garnier | 2008-04-17 11:29:25 +0200
mise à jour

File size: 2.7 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'G4OpenGLQtMovieDialog.hh'
3**
4** Created: Wed Apr 16 18:29:13 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/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 != 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
19static const uint qt_meta_data_G4OpenGLQtMovieDialog[] = {
20
21 // content:
22       1,       // revision
23       0,       // classname
24       0,    0, // classinfo
25       7,   10, // methods
26       0,    0, // properties
27       0,    0, // enums/sets
28
29 // slots: signature, parameters, type, tag, flags
30      23,   22,   22,   22, 0x0a,
31      44,   22,   22,   22, 0x08,
32      70,   22,   22,   22, 0x08,
33      93,   22,   22,   22, 0x08,
34     120,   22,   22,   22, 0x08,
35     129,   22,   22,   22, 0x08,
36     146,   22,   22,   22, 0x08,
37
38       0        // eod
39};
40
41static const char qt_meta_stringdata_G4OpenGLQtMovieDialog[] = {
42    "G4OpenGLQtMovieDialog\0\0checkAllParameters()\0"
43    "selectEncoderPathAction()\0"
44    "selectTempPathAction()\0"
45    "selectSaveFileNameAction()\0encode()\0"
46    "resetRecording()\0enabledApplyButton()\0"
47};
48
49const QMetaObject G4OpenGLQtMovieDialog::staticMetaObject = {
50    { &QDialog::staticMetaObject, qt_meta_stringdata_G4OpenGLQtMovieDialog,
51      qt_meta_data_G4OpenGLQtMovieDialog, 0 }
52};
53
54const QMetaObject *G4OpenGLQtMovieDialog::metaObject() const
55{
56    return &staticMetaObject;
57}
58
59void *G4OpenGLQtMovieDialog::qt_metacast(const char *_clname)
60{
61    if (!_clname) return 0;
62    if (!strcmp(_clname, qt_meta_stringdata_G4OpenGLQtMovieDialog))
63        return static_cast<void*>(const_cast< G4OpenGLQtMovieDialog*>(this));
64    return QDialog::qt_metacast(_clname);
65}
66
67int G4OpenGLQtMovieDialog::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: checkAllParameters(); break;
75        case 1: selectEncoderPathAction(); break;
76        case 2: selectTempPathAction(); break;
77        case 3: selectSaveFileNameAction(); break;
78        case 4: encode(); break;
79        case 5: resetRecording(); break;
80        case 6: enabledApplyButton(); break;
81        }
82        _id -= 7;
83    }
84    return _id;
85}
Note: See TracBrowser for help on using the repository browser.