root/deus/moc_GraphDisplay.cpp

Revision 8, 5.6 kB (checked in by pantley2, 4 years ago)

added old DEUS project to SVN

Line 
1 /****************************************************************************
2 ** GraphDisplay meta object code from reading C++ file 'GraphDisplay.h'
3 **
4 ** Created: Thu Mar 13 16:50:57 2003
5 **      by: The Qt MOC ($Id: moc_GraphDisplay.cpp,v 1.1.1.2 2003-06-27 02:25:44 hanneke Exp $)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
9
10 #define Q_MOC_GraphDisplay
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #define Q_MOC_OUTPUT_REVISION 8
13 #elif Q_MOC_OUTPUT_REVISION != 8
14 #error "Moc format conflict - please regenerate all moc files"
15 #endif
16
17 #include "GraphDisplay.h"
18 #include <qmetaobject.h>
19 #include <qapplication.h>
20
21 #if defined(Q_SPARCWORKS_FUNCP_BUG)
22 #define Q_AMPERSAND
23 #else
24 #define Q_AMPERSAND &
25 #endif
26
27
28 const char *GraphDisplay::className() const
29 {
30     return "GraphDisplay";
31 }
32
33 QMetaObject *GraphDisplay::metaObj = 0;
34
35 void GraphDisplay::initMetaObject()
36 {
37     if ( metaObj )
38         return;
39     if ( strcmp(QWidget::className(), "QWidget") != 0 )
40         badSuperclassWarning("GraphDisplay","QWidget");
41     (void) staticMetaObject();
42 }
43
44 #ifndef QT_NO_TRANSLATION
45 QString GraphDisplay::tr(const char* s)
46 {
47     return ((QNonBaseApplication*)qApp)->translate("GraphDisplay",s);
48 }
49
50 #endif // QT_NO_TRANSLATION
51 QMetaObject* GraphDisplay::staticMetaObject()
52 {
53     if ( metaObj )
54         return metaObj;
55     (void) QWidget::staticMetaObject();
56 #ifndef QT_NO_PROPERTIES
57 #endif // QT_NO_PROPERTIES
58     typedef void(GraphDisplay::*m1_t0)(int);
59     typedef void(GraphDisplay::*m1_t1)(int,int,int,int,bool);
60     typedef void(GraphDisplay::*m1_t2)();
61     typedef void(GraphDisplay::*m1_t3)();
62     typedef void(GraphDisplay::*m1_t4)();
63     m1_t0 v1_0 = Q_AMPERSAND GraphDisplay::setZoom;
64     m1_t1 v1_1 = Q_AMPERSAND GraphDisplay::repaint;
65     m1_t2 v1_2 = Q_AMPERSAND GraphDisplay::repaint;
66     m1_t3 v1_3 = Q_AMPERSAND GraphDisplay::center;
67     m1_t4 v1_4 = Q_AMPERSAND GraphDisplay::fit;
68     QMetaData *slot_tbl = QMetaObject::new_metadata(5);
69     QMetaData::Access *slot_tbl_access = QMetaObject::new_metaaccess(5);
70     slot_tbl[0].name = "setZoom(int)";
71     slot_tbl[0].ptr = *((QMember*)&v1_0);
72     slot_tbl_access[0] = QMetaData::Public;
73     slot_tbl[1].name = "repaint(int,int,int,int,bool)";
74     slot_tbl[1].ptr = *((QMember*)&v1_1);
75     slot_tbl_access[1] = QMetaData::Public;
76     slot_tbl[2].name = "repaint()";
77     slot_tbl[2].ptr = *((QMember*)&v1_2);
78     slot_tbl_access[2] = QMetaData::Public;
79     slot_tbl[3].name = "center()";
80     slot_tbl[3].ptr = *((QMember*)&v1_3);
81     slot_tbl_access[3] = QMetaData::Public;
82     slot_tbl[4].name = "fit()";
83     slot_tbl[4].ptr = *((QMember*)&v1_4);
84     slot_tbl_access[4] = QMetaData::Public;
85     typedef void(GraphDisplay::*m2_t0)(int);
86     m2_t0 v2_0 = Q_AMPERSAND GraphDisplay::zoomChanged;
87     QMetaData *signal_tbl = QMetaObject::new_metadata(1);
88     signal_tbl[0].name = "zoomChanged(int)";
89     signal_tbl[0].ptr = *((QMember*)&v2_0);
90     metaObj = QMetaObject::new_metaobject(
91         "GraphDisplay", "QWidget",
92         slot_tbl, 5,
93         signal_tbl, 1,
94 #ifndef QT_NO_PROPERTIES
95         0, 0,
96         0, 0,
97 #endif // QT_NO_PROPERTIES
98         0, 0 );
99     metaObj->set_slot_access( slot_tbl_access );
100 #ifndef QT_NO_PROPERTIES
101 #endif // QT_NO_PROPERTIES
102     return metaObj;
103 }
104
105 // SIGNAL zoomChanged
106 void GraphDisplay::zoomChanged( int t0 )
107 {
108     activate_signal( "zoomChanged(int)", t0 );
109 }
110
111
112 const char *PlanGraphDisplay::className() const
113 {
114     return "PlanGraphDisplay";
115 }
116
117 QMetaObject *PlanGraphDisplay::metaObj = 0;
118
119 void PlanGraphDisplay::initMetaObject()
120 {
121     if ( metaObj )
122         return;
123     if ( strcmp(GraphDisplay::className(), "GraphDisplay") != 0 )
124         badSuperclassWarning("PlanGraphDisplay","GraphDisplay");
125     (void) staticMetaObject();
126 }
127
128 #ifndef QT_NO_TRANSLATION
129 QString PlanGraphDisplay::tr(const char* s)
130 {
131     return ((QNonBaseApplication*)qApp)->translate("PlanGraphDisplay",s);
132 }
133
134 #endif // QT_NO_TRANSLATION
135 QMetaObject* PlanGraphDisplay::staticMetaObject()
136 {
137     if ( metaObj )
138         return metaObj;
139     (void) GraphDisplay::staticMetaObject();
140 #ifndef QT_NO_PROPERTIES
141 #endif // QT_NO_PROPERTIES
142     QMetaData::Access *slot_tbl_access = 0;
143     metaObj = QMetaObject::new_metaobject(
144         "PlanGraphDisplay", "GraphDisplay",
145         0, 0,
146         0, 0,
147 #ifndef QT_NO_PROPERTIES
148         0, 0,
149         0, 0,
150 #endif // QT_NO_PROPERTIES
151         0, 0 );
152     metaObj->set_slot_access( slot_tbl_access );
153 #ifndef QT_NO_PROPERTIES
154 #endif // QT_NO_PROPERTIES
155     return metaObj;
156 }
157
158
159 const char *AuthorGraphDisplay::className() const
160 {
161     return "AuthorGraphDisplay";
162 }
163
164 QMetaObject *AuthorGraphDisplay::metaObj = 0;
165
166 void AuthorGraphDisplay::initMetaObject()
167 {
168     if ( metaObj )
169         return;
170     if ( strcmp(GraphDisplay::className(), "GraphDisplay") != 0 )
171         badSuperclassWarning("AuthorGraphDisplay","GraphDisplay");
172     (void) staticMetaObject();
173 }
174
175 #ifndef QT_NO_TRANSLATION
176 QString AuthorGraphDisplay::tr(const char* s)
177 {
178     return ((QNonBaseApplication*)qApp)->translate("AuthorGraphDisplay",s);
179 }
180
181 #endif // QT_NO_TRANSLATION
182 QMetaObject* AuthorGraphDisplay::staticMetaObject()
183 {
184     if ( metaObj )
185         return metaObj;
186     (void) GraphDisplay::staticMetaObject();
187 #ifndef QT_NO_PROPERTIES
188 #endif // QT_NO_PROPERTIES
189     QMetaData::Access *slot_tbl_access = 0;
190     metaObj = QMetaObject::new_metaobject(
191         "AuthorGraphDisplay", "GraphDisplay",
192         0, 0,
193         0, 0,
194 #ifndef QT_NO_PROPERTIES
195         0, 0,
196         0, 0,
197 #endif // QT_NO_PROPERTIES
198         0, 0 );
199     metaObj->set_slot_access( slot_tbl_access );
200 #ifndef QT_NO_PROPERTIES
201 #endif // QT_NO_PROPERTIES
202     return metaObj;
203 }
Note: See TracBrowser for help on using the browser.