-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmocframe.cpp
executable file
·78 lines (69 loc) · 2.23 KB
/
mocframe.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
/****************************************************************************
** FormchoitArithmetique meta object code from reading C++ file 'frameChoitArth.h'
**
** Created: Thu May 27 02:51:38 2004
** by: The Qt MOC ($Id: //depot/qt/main/src/moc/moc.y#178 $)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#define Q_MOC_FormchoitArithmetique
#if !defined(Q_MOC_OUTPUT_REVISION)
#define Q_MOC_OUTPUT_REVISION 8
#elif Q_MOC_OUTPUT_REVISION != 8
#error "Moc format conflict - please regenerate all moc files"
#endif
#include "frameChoitArth.h"
#include <qmetaobject.h>
#include <qapplication.h>
#if defined(Q_SPARCWORKS_FUNCP_BUG)
#define Q_AMPERSAND
#else
#define Q_AMPERSAND &
#endif
const char *FormchoitArithmetique::className() const
{
return "FormchoitArithmetique";
}
QMetaObject *FormchoitArithmetique::metaObj = 0;
void FormchoitArithmetique::initMetaObject()
{
if ( metaObj )
return;
if ( strcmp(QWidget::className(), "QWidget") != 0 )
badSuperclassWarning("FormchoitArithmetique","QWidget");
(void) staticMetaObject();
}
#ifndef QT_NO_TRANSLATION
QString FormchoitArithmetique::tr(const char* s)
{
return ((QNonBaseApplication*)qApp)->translate("FormchoitArithmetique",s);
}
#endif // QT_NO_TRANSLATION
QMetaObject* FormchoitArithmetique::staticMetaObject()
{
if ( metaObj )
return metaObj;
(void) QWidget::staticMetaObject();
#ifndef QT_NO_PROPERTIES
#endif // QT_NO_PROPERTIES
typedef void(FormchoitArithmetique::*m1_t0)(int);
m1_t0 v1_0 = Q_AMPERSAND FormchoitArithmetique::changeMode;
QMetaData *slot_tbl = QMetaObject::new_metadata(1);
QMetaData::Access *slot_tbl_access = QMetaObject::new_metaaccess(1);
slot_tbl[0].name = "changeMode(int)";
slot_tbl[0].ptr = *((QMember*)&v1_0);
slot_tbl_access[0] = QMetaData::Private;
metaObj = QMetaObject::new_metaobject(
"FormchoitArithmetique", "QWidget",
slot_tbl, 1,
0, 0,
#ifndef QT_NO_PROPERTIES
0, 0,
0, 0,
#endif // QT_NO_PROPERTIES
0, 0 );
metaObj->set_slot_access( slot_tbl_access );
#ifndef QT_NO_PROPERTIES
#endif // QT_NO_PROPERTIES
return metaObj;
}