source: liacs/pm/tmp/.moc/moc_form1.cpp@ 4

Last change on this file since 4 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

  • Property svn:executable set to *
File size: 2.2 KB
Line 
1/****************************************************************************
2** Form1 meta object code from reading C++ file 'form1.h'
3**
4** Created: Fri Dec 10 16:41:12 2004
5** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.0.5 edited Jul 8 12:26 $)
6**
7** WARNING! All changes made in this file will be lost!
8*****************************************************************************/
9
10#undef QT_NO_COMPAT
11#include "../.ui/form1.h"
12#include <qmetaobject.h>
13#include <qapplication.h>
14
15#include <private/qucomextra_p.h>
16#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 19)
17#error "This file was generated using the moc from 3.0.5. It"
18#error "cannot be used with the include files from this version of Qt."
19#error "(The moc has changed too much.)"
20#endif
21
22const char *Form1::className() const
23{
24 return "Form1";
25}
26
27QMetaObject *Form1::metaObj = 0;
28static QMetaObjectCleanUp cleanUp_Form1;
29
30#ifndef QT_NO_TRANSLATION
31QString Form1::tr( const char *s, const char *c )
32{
33 if ( qApp )
34 return qApp->translate( "Form1", s, c, QApplication::DefaultCodec );
35 else
36 return QString::fromLatin1( s );
37}
38#ifndef QT_NO_TRANSLATION_UTF8
39QString Form1::trUtf8( const char *s, const char *c )
40{
41 if ( qApp )
42 return qApp->translate( "Form1", s, c, QApplication::UnicodeUTF8 );
43 else
44 return QString::fromUtf8( s );
45}
46#endif // QT_NO_TRANSLATION_UTF8
47
48#endif // QT_NO_TRANSLATION
49
50QMetaObject* Form1::staticMetaObject()
51{
52 if ( metaObj )
53 return metaObj;
54 QMetaObject* parentObject = QDialog::staticMetaObject();
55 metaObj = QMetaObject::new_metaobject(
56 "Form1", parentObject,
57 0, 0,
58 0, 0,
59#ifndef QT_NO_PROPERTIES
60 0, 0,
61 0, 0,
62#endif // QT_NO_PROPERTIES
63 0, 0 );
64 cleanUp_Form1.setMetaObject( metaObj );
65 return metaObj;
66}
67
68void* Form1::qt_cast( const char* clname )
69{
70 if ( !qstrcmp( clname, "Form1" ) ) return (Form1*)this;
71 return QDialog::qt_cast( clname );
72}
73
74bool Form1::qt_invoke( int _id, QUObject* _o )
75{
76 return QDialog::qt_invoke(_id,_o);
77}
78
79bool Form1::qt_emit( int _id, QUObject* _o )
80{
81 return QDialog::qt_emit(_id,_o);
82}
83#ifndef QT_NO_PROPERTIES
84
85bool Form1::qt_property( int _id, int _f, QVariant* _v)
86{
87 return QDialog::qt_property( _id, _f, _v);
88}
89#endif // QT_NO_PROPERTIES
Note: See TracBrowser for help on using the repository browser.