Ignore:
Timestamp:
Nov 22, 2007, 6:40:23 PM (17 years ago)
Author:
garnier
Message:

Modification pour Qt4 sur windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/visualization/OpenGL/src/G4OpenGLQtExportDialog_moc.cc

    r607 r612  
    124124
    125125
     126#if QT_VERSION >= 0x040000
     127#if QT_VERSION < 0x040200
    126128/****************************************************************************
    127129** Meta object code from reading C++ file 'G4OpenGLQtExportDialog.hh'
    128130**
     131** Created: jeu. 22. nov. 12:25:13 2007
     132**      by: The Qt Meta Object Compiler version 58 (Qt 4.0.1)
     133**
     134** WARNING! All changes made in this file will be lost!
     135*****************************************************************************/
     136
     137#include "../include/G4OpenGLQtExportDialog.hh"
     138#if !defined(Q_MOC_OUTPUT_REVISION)
     139#error "The header file 'G4OpenGLQtExportDialog.hh' doesn't include <QObject>."
     140#elif Q_MOC_OUTPUT_REVISION != 58
     141#error "This file was generated using the moc from 4.0.1. It"
     142#error "cannot be used with the include files from this version of Qt."
     143#error "(The moc has changed too much.)"
     144#endif
     145
     146static const uint qt_meta_data_G4OpenGLQtExportDialog[] = {
     147
     148 // content:
     149       1,       // revision
     150       0,       // classname
     151       0,    0, // classinfo
     152       3,   10, // methods
     153       0,    0, // properties
     154       0,    0, // enums/sets
     155
     156 // slots: signature, parameters, type, tag, flags
     157      24,   23,   23,   23, 0x0a,
     158      44,   23,   23,   23, 0x0a,
     159      70,   23,   23,   23, 0x0a,
     160
     161       0        // eod
     162};
     163
     164static const char qt_meta_stringdata_G4OpenGLQtExportDialog[] = {
     165    "G4OpenGLQtExportDialog\0\0changeSizeBox(bool)\0"
     166    "textWidthChanged(QString)\0textHeightChanged(QString)\0"
     167};
     168
     169const QMetaObject G4OpenGLQtExportDialog::staticMetaObject = {
     170    { &QDialog::staticMetaObject, qt_meta_stringdata_G4OpenGLQtExportDialog,
     171      qt_meta_data_G4OpenGLQtExportDialog, 0 }
     172};
     173
     174const QMetaObject *G4OpenGLQtExportDialog::metaObject() const
     175{
     176    return &staticMetaObject;
     177}
     178
     179void *G4OpenGLQtExportDialog::qt_metacast(const char *_clname)
     180{
     181    if (!_clname) return 0;
     182    if (!strcmp(_clname, qt_meta_stringdata_G4OpenGLQtExportDialog))
     183        return static_cast<void*>(const_cast<G4OpenGLQtExportDialog*>(this));
     184    return QDialog::qt_metacast(_clname);
     185}
     186
     187int G4OpenGLQtExportDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
     188{
     189    _id = QDialog::qt_metacall(_c, _id, _a);
     190    if (_id < 0)
     191        return _id;
     192    if (_c == QMetaObject::InvokeMetaMethod) {
     193        switch (_id) {
     194        case 0: changeSizeBox(*(bool*)_a[1]); break;
     195        case 1: textWidthChanged(*(QString*)_a[1]); break;
     196        case 2: textHeightChanged(*(QString*)_a[1]); break;
     197        }
     198        _id -= 3;
     199    }
     200    return _id;
     201}
     202
     203#else
     204
     205/****************************************************************************
     206** Meta object code from reading C++ file 'G4OpenGLQtExportDialog.hh'
     207**
    129208** Created: Fri Sep 28 12:35:41 2007
    130209**      by: The Qt Meta Object Compiler version 59 (Qt 4.2.2)
     
    133212*****************************************************************************/
    134213
    135 #if QT_VERSION >= 0x040000
    136 
    137 #ifdef G4VIS_BUILD_OPENGLQT_DRIVER
     214
    138215
    139216#include "../include/G4OpenGLQtExportDialog.hh"
Note: See TracChangeset for help on using the changeset viewer.