| 1 | /****************************************************************************
|
|---|
| 2 | ** VideoDisplay meta object code from reading C++ file 'videodisplay.h'
|
|---|
| 3 | **
|
|---|
| 4 | ** Created: Thu Jan 29 00:51:48 2004
|
|---|
| 5 | ** by: The Qt MOC ($Id: videodisplay.moc.cpp,v 1.1 2004-03-04 16:31:18 merck Exp $)
|
|---|
| 6 | **
|
|---|
| 7 | ** WARNING! All changes made in this file will be lost!
|
|---|
| 8 | *****************************************************************************/
|
|---|
| 9 |
|
|---|
| 10 | #if !defined(Q_MOC_OUTPUT_REVISION)
|
|---|
| 11 | #define Q_MOC_OUTPUT_REVISION 9
|
|---|
| 12 | #elif Q_MOC_OUTPUT_REVISION != 9
|
|---|
| 13 | #error "Moc format conflict - please regenerate all moc files"
|
|---|
| 14 | #endif
|
|---|
| 15 |
|
|---|
| 16 | #include "videodisplay.h"
|
|---|
| 17 | #include <qmetaobject.h>
|
|---|
| 18 | #include <qapplication.h>
|
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 | const char *VideoDisplay::className() const
|
|---|
| 23 | {
|
|---|
| 24 | return "VideoDisplay";
|
|---|
| 25 | }
|
|---|
| 26 |
|
|---|
| 27 | QMetaObject *VideoDisplay::metaObj = 0;
|
|---|
| 28 |
|
|---|
| 29 | void VideoDisplay::initMetaObject()
|
|---|
| 30 | {
|
|---|
| 31 | if ( metaObj )
|
|---|
| 32 | return;
|
|---|
| 33 | if ( qstrcmp(VideoDisplayBase::className(), "VideoDisplayBase") != 0 )
|
|---|
| 34 | badSuperclassWarning("VideoDisplay","VideoDisplayBase");
|
|---|
| 35 | (void) staticMetaObject();
|
|---|
| 36 | }
|
|---|
| 37 |
|
|---|
| 38 | #ifndef QT_NO_TRANSLATION
|
|---|
| 39 |
|
|---|
| 40 | QString VideoDisplay::tr(const char* s)
|
|---|
| 41 | {
|
|---|
| 42 | return qApp->translate( "VideoDisplay", s, 0 );
|
|---|
| 43 | }
|
|---|
| 44 |
|
|---|
| 45 | QString VideoDisplay::tr(const char* s, const char * c)
|
|---|
| 46 | {
|
|---|
| 47 | return qApp->translate( "VideoDisplay", s, c );
|
|---|
| 48 | }
|
|---|
| 49 |
|
|---|
| 50 | #endif // QT_NO_TRANSLATION
|
|---|
| 51 |
|
|---|
| 52 | QMetaObject* VideoDisplay::staticMetaObject()
|
|---|
| 53 | {
|
|---|
| 54 | if ( metaObj )
|
|---|
| 55 | return metaObj;
|
|---|
| 56 | (void) VideoDisplayBase::staticMetaObject();
|
|---|
| 57 | #ifndef QT_NO_PROPERTIES
|
|---|
| 58 | #endif // QT_NO_PROPERTIES
|
|---|
| 59 | typedef void (VideoDisplay::*m1_t0)();
|
|---|
| 60 | typedef void (QObject::*om1_t0)();
|
|---|
| 61 | typedef void (VideoDisplay::*m1_t1)(int,int);
|
|---|
| 62 | typedef void (QObject::*om1_t1)(int,int);
|
|---|
| 63 | typedef void (VideoDisplay::*m1_t2)(int,int);
|
|---|
| 64 | typedef void (QObject::*om1_t2)(int,int);
|
|---|
| 65 | typedef void (VideoDisplay::*m1_t3)();
|
|---|
| 66 | typedef void (QObject::*om1_t3)();
|
|---|
| 67 | typedef void (VideoDisplay::*m1_t4)();
|
|---|
| 68 | typedef void (QObject::*om1_t4)();
|
|---|
| 69 | typedef void (VideoDisplay::*m1_t5)();
|
|---|
| 70 | typedef void (QObject::*om1_t5)();
|
|---|
| 71 | typedef void (VideoDisplay::*m1_t6)();
|
|---|
| 72 | typedef void (QObject::*om1_t6)();
|
|---|
| 73 | typedef void (VideoDisplay::*m1_t7)();
|
|---|
| 74 | typedef void (QObject::*om1_t7)();
|
|---|
| 75 | typedef void (VideoDisplay::*m1_t8)();
|
|---|
| 76 | typedef void (QObject::*om1_t8)();
|
|---|
| 77 | typedef void (VideoDisplay::*m1_t9)();
|
|---|
| 78 | typedef void (QObject::*om1_t9)();
|
|---|
| 79 | typedef void (VideoDisplay::*m1_t10)();
|
|---|
| 80 | typedef void (QObject::*om1_t10)();
|
|---|
| 81 | typedef void (VideoDisplay::*m1_t11)();
|
|---|
| 82 | typedef void (QObject::*om1_t11)();
|
|---|
| 83 | typedef void (VideoDisplay::*m1_t12)();
|
|---|
| 84 | typedef void (QObject::*om1_t12)();
|
|---|
| 85 | typedef void (VideoDisplay::*m1_t13)();
|
|---|
| 86 | typedef void (QObject::*om1_t13)();
|
|---|
| 87 | typedef void (VideoDisplay::*m1_t14)(bool);
|
|---|
| 88 | typedef void (QObject::*om1_t14)(bool);
|
|---|
| 89 | typedef void (VideoDisplay::*m1_t15)(int,int);
|
|---|
| 90 | typedef void (QObject::*om1_t15)(int,int);
|
|---|
| 91 | typedef void (VideoDisplay::*m1_t16)();
|
|---|
| 92 | typedef void (QObject::*om1_t16)();
|
|---|
| 93 | typedef void (VideoDisplay::*m1_t17)();
|
|---|
| 94 | typedef void (QObject::*om1_t17)();
|
|---|
| 95 | typedef void (VideoDisplay::*m1_t18)();
|
|---|
| 96 | typedef void (QObject::*om1_t18)();
|
|---|
| 97 | typedef void (VideoDisplay::*m1_t19)();
|
|---|
| 98 | typedef void (QObject::*om1_t19)();
|
|---|
| 99 | typedef void (VideoDisplay::*m1_t20)();
|
|---|
| 100 | typedef void (QObject::*om1_t20)();
|
|---|
| 101 | typedef void (VideoDisplay::*m1_t21)();
|
|---|
| 102 | typedef void (QObject::*om1_t21)();
|
|---|
| 103 | typedef void (VideoDisplay::*m1_t22)();
|
|---|
| 104 | typedef void (QObject::*om1_t22)();
|
|---|
| 105 | typedef void (VideoDisplay::*m1_t23)();
|
|---|
| 106 | typedef void (QObject::*om1_t23)();
|
|---|
| 107 | typedef void (VideoDisplay::*m1_t24)();
|
|---|
| 108 | typedef void (QObject::*om1_t24)();
|
|---|
| 109 | typedef void (VideoDisplay::*m1_t25)();
|
|---|
| 110 | typedef void (QObject::*om1_t25)();
|
|---|
| 111 | typedef void (VideoDisplay::*m1_t26)();
|
|---|
| 112 | typedef void (QObject::*om1_t26)();
|
|---|
| 113 | typedef void (VideoDisplay::*m1_t27)();
|
|---|
| 114 | typedef void (QObject::*om1_t27)();
|
|---|
| 115 | m1_t0 v1_0 = &VideoDisplay::storeSlot;
|
|---|
| 116 | om1_t0 ov1_0 = (om1_t0)v1_0;
|
|---|
| 117 | m1_t1 v1_1 = &VideoDisplay::setSpotInfoSlot;
|
|---|
| 118 | om1_t1 ov1_1 = (om1_t1)v1_1;
|
|---|
| 119 | m1_t2 v1_2 = &VideoDisplay::setGRefInfoSlot;
|
|---|
| 120 | om1_t2 ov1_2 = (om1_t2)v1_2;
|
|---|
| 121 | m1_t3 v1_3 = &VideoDisplay::incX10Slot;
|
|---|
| 122 | om1_t3 ov1_3 = (om1_t3)v1_3;
|
|---|
| 123 | m1_t4 v1_4 = &VideoDisplay::incX100Slot;
|
|---|
| 124 | om1_t4 ov1_4 = (om1_t4)v1_4;
|
|---|
| 125 | m1_t5 v1_5 = &VideoDisplay::decX10Slot;
|
|---|
| 126 | om1_t5 ov1_5 = (om1_t5)v1_5;
|
|---|
| 127 | m1_t6 v1_6 = &VideoDisplay::decX100Slot;
|
|---|
| 128 | om1_t6 ov1_6 = (om1_t6)v1_6;
|
|---|
| 129 | m1_t7 v1_7 = &VideoDisplay::incY10Slot;
|
|---|
| 130 | om1_t7 ov1_7 = (om1_t7)v1_7;
|
|---|
| 131 | m1_t8 v1_8 = &VideoDisplay::incY100Slot;
|
|---|
| 132 | om1_t8 ov1_8 = (om1_t8)v1_8;
|
|---|
| 133 | m1_t9 v1_9 = &VideoDisplay::decY10Slot;
|
|---|
| 134 | om1_t9 ov1_9 = (om1_t9)v1_9;
|
|---|
| 135 | m1_t10 v1_10 = &VideoDisplay::decY100Slot;
|
|---|
| 136 | om1_t10 ov1_10 = (om1_t10)v1_10;
|
|---|
| 137 | m1_t11 v1_11 = &VideoDisplay::centerSlot;
|
|---|
| 138 | om1_t11 ov1_11 = (om1_t11)v1_11;
|
|---|
| 139 | m1_t12 v1_12 = &VideoDisplay::goXSlot;
|
|---|
| 140 | om1_t12 ov1_12 = (om1_t12)v1_12;
|
|---|
| 141 | m1_t13 v1_13 = &VideoDisplay::goYSlot;
|
|---|
| 142 | om1_t13 ov1_13 = (om1_t13)v1_13;
|
|---|
| 143 | m1_t14 v1_14 = &VideoDisplay::switchLaserSlot;
|
|---|
| 144 | om1_t14 ov1_14 = (om1_t14)v1_14;
|
|---|
| 145 | m1_t15 v1_15 = &VideoDisplay::moveMotors;
|
|---|
| 146 | om1_t15 ov1_15 = (om1_t15)v1_15;
|
|---|
| 147 | m1_t16 v1_16 = &VideoDisplay::saveGRefSlot;
|
|---|
| 148 | om1_t16 ov1_16 = (om1_t16)v1_16;
|
|---|
| 149 | m1_t17 v1_17 = &VideoDisplay::saveRefSlot;
|
|---|
| 150 | om1_t17 ov1_17 = (om1_t17)v1_17;
|
|---|
| 151 | m1_t18 v1_18 = &VideoDisplay::adjustGRefSlot;
|
|---|
| 152 | om1_t18 ov1_18 = (om1_t18)v1_18;
|
|---|
| 153 | m1_t19 v1_19 = &VideoDisplay::adjustRefSlot;
|
|---|
| 154 | om1_t19 ov1_19 = (om1_t19)v1_19;
|
|---|
| 155 | m1_t20 v1_20 = &VideoDisplay::defocusAllSlot;
|
|---|
| 156 | om1_t20 ov1_20 = (om1_t20)v1_20;
|
|---|
| 157 | m1_t21 v1_21 = &VideoDisplay::focusAllSlot;
|
|---|
| 158 | om1_t21 ov1_21 = (om1_t21)v1_21;
|
|---|
| 159 | m1_t22 v1_22 = &VideoDisplay::defocusSlot;
|
|---|
| 160 | om1_t22 ov1_22 = (om1_t22)v1_22;
|
|---|
| 161 | m1_t23 v1_23 = &VideoDisplay::focusSlot;
|
|---|
| 162 | om1_t23 ov1_23 = (om1_t23)v1_23;
|
|---|
| 163 | m1_t24 v1_24 = &VideoDisplay::clearDarksSlot;
|
|---|
| 164 | om1_t24 ov1_24 = (om1_t24)v1_24;
|
|---|
| 165 | m1_t25 v1_25 = &VideoDisplay::takeDarkSlot;
|
|---|
| 166 | om1_t25 ov1_25 = (om1_t25)v1_25;
|
|---|
| 167 | m1_t26 v1_26 = &VideoDisplay::calibrateSlot;
|
|---|
| 168 | om1_t26 ov1_26 = (om1_t26)v1_26;
|
|---|
| 169 | m1_t27 v1_27 = &VideoDisplay::accept;
|
|---|
| 170 | om1_t27 ov1_27 = (om1_t27)v1_27;
|
|---|
| 171 | QMetaData *slot_tbl = QMetaObject::new_metadata(28);
|
|---|
| 172 | QMetaData::Access *slot_tbl_access = QMetaObject::new_metaaccess(28);
|
|---|
| 173 | slot_tbl[0].name = "storeSlot()";
|
|---|
| 174 | slot_tbl[0].ptr = (QMember)ov1_0;
|
|---|
| 175 | slot_tbl_access[0] = QMetaData::Public;
|
|---|
| 176 | slot_tbl[1].name = "setSpotInfoSlot(int,int)";
|
|---|
| 177 | slot_tbl[1].ptr = (QMember)ov1_1;
|
|---|
| 178 | slot_tbl_access[1] = QMetaData::Public;
|
|---|
| 179 | slot_tbl[2].name = "setGRefInfoSlot(int,int)";
|
|---|
| 180 | slot_tbl[2].ptr = (QMember)ov1_2;
|
|---|
| 181 | slot_tbl_access[2] = QMetaData::Public;
|
|---|
| 182 | slot_tbl[3].name = "incX10Slot()";
|
|---|
| 183 | slot_tbl[3].ptr = (QMember)ov1_3;
|
|---|
| 184 | slot_tbl_access[3] = QMetaData::Public;
|
|---|
| 185 | slot_tbl[4].name = "incX100Slot()";
|
|---|
| 186 | slot_tbl[4].ptr = (QMember)ov1_4;
|
|---|
| 187 | slot_tbl_access[4] = QMetaData::Public;
|
|---|
| 188 | slot_tbl[5].name = "decX10Slot()";
|
|---|
| 189 | slot_tbl[5].ptr = (QMember)ov1_5;
|
|---|
| 190 | slot_tbl_access[5] = QMetaData::Public;
|
|---|
| 191 | slot_tbl[6].name = "decX100Slot()";
|
|---|
| 192 | slot_tbl[6].ptr = (QMember)ov1_6;
|
|---|
| 193 | slot_tbl_access[6] = QMetaData::Public;
|
|---|
| 194 | slot_tbl[7].name = "incY10Slot()";
|
|---|
| 195 | slot_tbl[7].ptr = (QMember)ov1_7;
|
|---|
| 196 | slot_tbl_access[7] = QMetaData::Public;
|
|---|
| 197 | slot_tbl[8].name = "incY100Slot()";
|
|---|
| 198 | slot_tbl[8].ptr = (QMember)ov1_8;
|
|---|
| 199 | slot_tbl_access[8] = QMetaData::Public;
|
|---|
| 200 | slot_tbl[9].name = "decY10Slot()";
|
|---|
| 201 | slot_tbl[9].ptr = (QMember)ov1_9;
|
|---|
| 202 | slot_tbl_access[9] = QMetaData::Public;
|
|---|
| 203 | slot_tbl[10].name = "decY100Slot()";
|
|---|
| 204 | slot_tbl[10].ptr = (QMember)ov1_10;
|
|---|
| 205 | slot_tbl_access[10] = QMetaData::Public;
|
|---|
| 206 | slot_tbl[11].name = "centerSlot()";
|
|---|
| 207 | slot_tbl[11].ptr = (QMember)ov1_11;
|
|---|
| 208 | slot_tbl_access[11] = QMetaData::Public;
|
|---|
| 209 | slot_tbl[12].name = "goXSlot()";
|
|---|
| 210 | slot_tbl[12].ptr = (QMember)ov1_12;
|
|---|
| 211 | slot_tbl_access[12] = QMetaData::Public;
|
|---|
| 212 | slot_tbl[13].name = "goYSlot()";
|
|---|
| 213 | slot_tbl[13].ptr = (QMember)ov1_13;
|
|---|
| 214 | slot_tbl_access[13] = QMetaData::Public;
|
|---|
| 215 | slot_tbl[14].name = "switchLaserSlot(bool)";
|
|---|
| 216 | slot_tbl[14].ptr = (QMember)ov1_14;
|
|---|
| 217 | slot_tbl_access[14] = QMetaData::Public;
|
|---|
| 218 | slot_tbl[15].name = "moveMotors(int,int)";
|
|---|
| 219 | slot_tbl[15].ptr = (QMember)ov1_15;
|
|---|
| 220 | slot_tbl_access[15] = QMetaData::Public;
|
|---|
| 221 | slot_tbl[16].name = "saveGRefSlot()";
|
|---|
| 222 | slot_tbl[16].ptr = (QMember)ov1_16;
|
|---|
| 223 | slot_tbl_access[16] = QMetaData::Public;
|
|---|
| 224 | slot_tbl[17].name = "saveRefSlot()";
|
|---|
| 225 | slot_tbl[17].ptr = (QMember)ov1_17;
|
|---|
| 226 | slot_tbl_access[17] = QMetaData::Public;
|
|---|
| 227 | slot_tbl[18].name = "adjustGRefSlot()";
|
|---|
| 228 | slot_tbl[18].ptr = (QMember)ov1_18;
|
|---|
| 229 | slot_tbl_access[18] = QMetaData::Public;
|
|---|
| 230 | slot_tbl[19].name = "adjustRefSlot()";
|
|---|
| 231 | slot_tbl[19].ptr = (QMember)ov1_19;
|
|---|
| 232 | slot_tbl_access[19] = QMetaData::Public;
|
|---|
| 233 | slot_tbl[20].name = "defocusAllSlot()";
|
|---|
| 234 | slot_tbl[20].ptr = (QMember)ov1_20;
|
|---|
| 235 | slot_tbl_access[20] = QMetaData::Public;
|
|---|
| 236 | slot_tbl[21].name = "focusAllSlot()";
|
|---|
| 237 | slot_tbl[21].ptr = (QMember)ov1_21;
|
|---|
| 238 | slot_tbl_access[21] = QMetaData::Public;
|
|---|
| 239 | slot_tbl[22].name = "defocusSlot()";
|
|---|
| 240 | slot_tbl[22].ptr = (QMember)ov1_22;
|
|---|
| 241 | slot_tbl_access[22] = QMetaData::Public;
|
|---|
| 242 | slot_tbl[23].name = "focusSlot()";
|
|---|
| 243 | slot_tbl[23].ptr = (QMember)ov1_23;
|
|---|
| 244 | slot_tbl_access[23] = QMetaData::Public;
|
|---|
| 245 | slot_tbl[24].name = "clearDarksSlot()";
|
|---|
| 246 | slot_tbl[24].ptr = (QMember)ov1_24;
|
|---|
| 247 | slot_tbl_access[24] = QMetaData::Public;
|
|---|
| 248 | slot_tbl[25].name = "takeDarkSlot()";
|
|---|
| 249 | slot_tbl[25].ptr = (QMember)ov1_25;
|
|---|
| 250 | slot_tbl_access[25] = QMetaData::Public;
|
|---|
| 251 | slot_tbl[26].name = "calibrateSlot()";
|
|---|
| 252 | slot_tbl[26].ptr = (QMember)ov1_26;
|
|---|
| 253 | slot_tbl_access[26] = QMetaData::Public;
|
|---|
| 254 | slot_tbl[27].name = "accept()";
|
|---|
| 255 | slot_tbl[27].ptr = (QMember)ov1_27;
|
|---|
| 256 | slot_tbl_access[27] = QMetaData::Public;
|
|---|
| 257 | metaObj = QMetaObject::new_metaobject(
|
|---|
| 258 | "VideoDisplay", "VideoDisplayBase",
|
|---|
| 259 | slot_tbl, 28,
|
|---|
| 260 | 0, 0,
|
|---|
| 261 | #ifndef QT_NO_PROPERTIES
|
|---|
| 262 | 0, 0,
|
|---|
| 263 | 0, 0,
|
|---|
| 264 | #endif // QT_NO_PROPERTIES
|
|---|
| 265 | 0, 0 );
|
|---|
| 266 | metaObj->set_slot_access( slot_tbl_access );
|
|---|
| 267 | #ifndef QT_NO_PROPERTIES
|
|---|
| 268 | #endif // QT_NO_PROPERTIES
|
|---|
| 269 | return metaObj;
|
|---|
| 270 | }
|
|---|