source: trunk/geant4/OpenGLQT_exemple/src/moc_window.cpp @ 562

Last change on this file since 562 was 562, checked in by garnier, 17 years ago

r565@mac-90108: laurentgarnier | 2007-08-14 14:18:03 +0200
mise a jour suite au plantage de svk (cheksum error) suite au crash du DD en juin

File size: 1.6 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'window.h'
3**
4** Created: Thu Jul 26 11:42:48 2007
5**      by: The Qt Meta Object Compiler version 59 (Qt 4.2.2)
6**
7** WARNING! All changes made in this file will be lost!
8*****************************************************************************/
9
10#include "window.h"
11#if !defined(Q_MOC_OUTPUT_REVISION)
12#error "The header file 'window.h' doesn't include <QObject>."
13#elif Q_MOC_OUTPUT_REVISION != 59
14#error "This file was generated using the moc from 4.2.2. 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_Window[] = {
20
21 // content:
22       1,       // revision
23       0,       // classname
24       0,    0, // classinfo
25       0,    0, // methods
26       0,    0, // properties
27       0,    0, // enums/sets
28
29       0        // eod
30};
31
32static const char qt_meta_stringdata_Window[] = {
33    "Window\0"
34};
35
36const QMetaObject Window::staticMetaObject = {
37    { &QDialog::staticMetaObject, qt_meta_stringdata_Window,
38      qt_meta_data_Window, 0 }
39};
40
41const QMetaObject *Window::metaObject() const
42{
43    return &staticMetaObject;
44}
45
46void *Window::qt_metacast(const char *_clname)
47{
48    if (!_clname) return 0;
49    if (!strcmp(_clname, qt_meta_stringdata_Window))
50        return static_cast<void*>(const_cast<Window*>(this));
51    return QDialog::qt_metacast(_clname);
52}
53
54int Window::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
55{
56    _id = QDialog::qt_metacall(_c, _id, _a);
57    if (_id < 0)
58        return _id;
59    return _id;
60}
Note: See TracBrowser for help on using the repository browser.