source: trunk/geant4/visualization/OpenGL/src/G4OpenGLQtExportDialog_moc_030305.cc@ 601

Last change on this file since 601 was 598, checked in by garnier, 18 years ago

r635@mac-90108: laurentgarnier | 2007-11-12 16:45:48 +0100
doublage de fichiers moc

File size: 3.8 KB
Line 
1#if QT_VERSION < 0x040202
2
3/****************************************************************************
4** G4OpenGLQtExportDialog meta object code from reading C++ file 'G4OpenGLQtExportDialog.hh'
5**
6** Created: Mon Nov 12 10:36:59 2007
7** by: The Qt MOC ($Id: G4OpenGLQtExportDialog_moc_030305.cc,v 1.1 2007/11/12 09:37:25 lgarnier Exp $)
8**
9** WARNING! All changes made in this file will be lost!
10*****************************************************************************/
11
12#undef QT_NO_COMPAT
13#include "../include/G4OpenGLQtExportDialog.hh"
14#include <qmetaobject.h>
15#include <qapplication.h>
16
17#include <private/qucomextra_p.h>
18#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)
19#error "This file was generated using the moc from 3.3.5. It"
20#error "cannot be used with the include files from this version of Qt."
21#error "(The moc has changed too much.)"
22#endif
23
24const char *G4OpenGLQtExportDialog::className() const
25{
26 return "G4OpenGLQtExportDialog";
27}
28
29QMetaObject *G4OpenGLQtExportDialog::metaObj = 0;
30static QMetaObjectCleanUp cleanUp_G4OpenGLQtExportDialog( "G4OpenGLQtExportDialog", &G4OpenGLQtExportDialog::staticMetaObject );
31
32#ifndef QT_NO_TRANSLATION
33QString G4OpenGLQtExportDialog::tr( const char *s, const char *c )
34{
35 if ( qApp )
36 return qApp->translate( "G4OpenGLQtExportDialog", s, c, QApplication::DefaultCodec );
37 else
38 return QString::fromLatin1( s );
39}
40#ifndef QT_NO_TRANSLATION_UTF8
41QString G4OpenGLQtExportDialog::trUtf8( const char *s, const char *c )
42{
43 if ( qApp )
44 return qApp->translate( "G4OpenGLQtExportDialog", s, c, QApplication::UnicodeUTF8 );
45 else
46 return QString::fromUtf8( s );
47}
48#endif // QT_NO_TRANSLATION_UTF8
49
50#endif // QT_NO_TRANSLATION
51
52QMetaObject* G4OpenGLQtExportDialog::staticMetaObject()
53{
54 if ( metaObj )
55 return metaObj;
56 QMetaObject* parentObject = QDialog::staticMetaObject();
57 static const QUParameter param_slot_0[] = {
58 { 0, &static_QUType_bool, 0, QUParameter::In }
59 };
60 static const QUMethod slot_0 = {"changeSizeBox", 1, param_slot_0 };
61 static const QUParameter param_slot_1[] = {
62 { 0, &static_QUType_QString, 0, QUParameter::In }
63 };
64 static const QUMethod slot_1 = {"textWidthChanged", 1, param_slot_1 };
65 static const QUParameter param_slot_2[] = {
66 { 0, &static_QUType_QString, 0, QUParameter::In }
67 };
68 static const QUMethod slot_2 = {"textHeightChanged", 1, param_slot_2 };
69 static const QMetaData slot_tbl[] = {
70 { "changeSizeBox(bool)", &slot_0, QMetaData::Public },
71 { "textWidthChanged(const QString&)", &slot_1, QMetaData::Public },
72 { "textHeightChanged(const QString&)", &slot_2, QMetaData::Public }
73 };
74 metaObj = QMetaObject::new_metaobject(
75 "G4OpenGLQtExportDialog", parentObject,
76 slot_tbl, 3,
77 0, 0,
78#ifndef QT_NO_PROPERTIES
79 0, 0,
80 0, 0,
81#endif // QT_NO_PROPERTIES
82 0, 0 );
83 cleanUp_G4OpenGLQtExportDialog.setMetaObject( metaObj );
84 return metaObj;
85}
86
87void* G4OpenGLQtExportDialog::qt_cast( const char* clname )
88{
89 if ( !qstrcmp( clname, "G4OpenGLQtExportDialog" ) )
90 return this;
91 return QDialog::qt_cast( clname );
92}
93
94bool G4OpenGLQtExportDialog::qt_invoke( int _id, QUObject* _o )
95{
96 switch ( _id - staticMetaObject()->slotOffset() ) {
97 case 0: changeSizeBox((bool)static_QUType_bool.get(_o+1)); break;
98 case 1: textWidthChanged((const QString&)static_QUType_QString.get(_o+1)); break;
99 case 2: textHeightChanged((const QString&)static_QUType_QString.get(_o+1)); break;
100 default:
101 return QDialog::qt_invoke( _id, _o );
102 }
103 return TRUE;
104}
105
106bool G4OpenGLQtExportDialog::qt_emit( int _id, QUObject* _o )
107{
108 return QDialog::qt_emit(_id,_o);
109}
110#ifndef QT_NO_PROPERTIES
111
112bool G4OpenGLQtExportDialog::qt_property( int id, int f, QVariant* v)
113{
114 return QDialog::qt_property( id, f, v);
115}
116
117bool G4OpenGLQtExportDialog::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
118#endif // QT_NO_PROPERTIES
119
120#endif
Note: See TracBrowser for help on using the repository browser.