Sync repository
[mardrone] / mardrone / gauges / moc_gaugehorizon.cpp
diff --git a/mardrone/gauges/moc_gaugehorizon.cpp b/mardrone/gauges/moc_gaugehorizon.cpp
new file mode 100644 (file)
index 0000000..9136242
--- /dev/null
@@ -0,0 +1,123 @@
+/****************************************************************************
+** Meta object code from reading C++ file 'gaugehorizon.h'
+**
+** Created: Tue Apr 10 12:16:15 2012
+**      by: The Qt Meta Object Compiler version 63 (Qt 4.8.0)
+**
+** WARNING! All changes made in this file will be lost!
+*****************************************************************************/
+
+#include "gaugehorizon.h"
+#if !defined(Q_MOC_OUTPUT_REVISION)
+#error "The header file 'gaugehorizon.h' doesn't include <QObject>."
+#elif Q_MOC_OUTPUT_REVISION != 63
+#error "This file was generated using the moc from 4.8.0. It"
+#error "cannot be used with the include files from this version of Qt."
+#error "(The moc has changed too much.)"
+#endif
+
+QT_BEGIN_MOC_NAMESPACE
+static const uint qt_meta_data_GaugeHorizon[] = {
+
+ // content:
+       6,       // revision
+       0,       // classname
+       0,    0, // classinfo
+       0,    0, // methods
+       4,   14, // properties
+       0,    0, // enums/sets
+       0,    0, // constructors
+       0,       // flags
+       0,       // signalCount
+
+ // properties: name, type, flags
+      20,   13, 0x43095103,
+      39,   13, 0x43095103,
+      55,   13, 0x43095103,
+      76,   72, 0x02095103,
+
+       0        // eod
+};
+
+static const char qt_meta_stringdata_GaugeHorizon[] = {
+    "GaugeHorizon\0QColor\0horizonGroundColor\0"
+    "horizonSkyColor\0horizonLineColor\0int\0"
+    "yPosition\0"
+};
+
+void GaugeHorizon::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
+{
+    Q_UNUSED(_o);
+    Q_UNUSED(_id);
+    Q_UNUSED(_c);
+    Q_UNUSED(_a);
+}
+
+const QMetaObjectExtraData GaugeHorizon::staticMetaObjectExtraData = {
+    0,  qt_static_metacall 
+};
+
+const QMetaObject GaugeHorizon::staticMetaObject = {
+    { &Gauge::staticMetaObject, qt_meta_stringdata_GaugeHorizon,
+      qt_meta_data_GaugeHorizon, &staticMetaObjectExtraData }
+};
+
+#ifdef Q_NO_DATA_RELOCATION
+const QMetaObject &GaugeHorizon::getStaticMetaObject() { return staticMetaObject; }
+#endif //Q_NO_DATA_RELOCATION
+
+const QMetaObject *GaugeHorizon::metaObject() const
+{
+    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
+}
+
+void *GaugeHorizon::qt_metacast(const char *_clname)
+{
+    if (!_clname) return 0;
+    if (!strcmp(_clname, qt_meta_stringdata_GaugeHorizon))
+        return static_cast<void*>(const_cast< GaugeHorizon*>(this));
+    return Gauge::qt_metacast(_clname);
+}
+
+int GaugeHorizon::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
+{
+    _id = Gauge::qt_metacall(_c, _id, _a);
+    if (_id < 0)
+        return _id;
+    
+#ifndef QT_NO_PROPERTIES
+     if (_c == QMetaObject::ReadProperty) {
+        void *_v = _a[0];
+        switch (_id) {
+        case 0: *reinterpret_cast< QColor*>(_v) = getHorizonGroundColor(); break;
+        case 1: *reinterpret_cast< QColor*>(_v) = getHorizonSkyColor(); break;
+        case 2: *reinterpret_cast< QColor*>(_v) = getHorizonLineColor(); break;
+        case 3: *reinterpret_cast< int*>(_v) = yPosition(); break;
+        }
+        _id -= 4;
+    } else if (_c == QMetaObject::WriteProperty) {
+        void *_v = _a[0];
+        switch (_id) {
+        case 0: setHorizonGroundColor(*reinterpret_cast< QColor*>(_v)); break;
+        case 1: setHorizonSkyColor(*reinterpret_cast< QColor*>(_v)); break;
+        case 2: setHorizonLineColor(*reinterpret_cast< QColor*>(_v)); break;
+        case 3: setYPosition(*reinterpret_cast< int*>(_v)); break;
+        }
+        _id -= 4;
+    } else if (_c == QMetaObject::ResetProperty) {
+        _id -= 4;
+    } else if (_c == QMetaObject::QueryPropertyDesignable) {
+        _id -= 4;
+    } else if (_c == QMetaObject::QueryPropertyScriptable) {
+        _id -= 4;
+    } else if (_c == QMetaObject::QueryPropertyStored) {
+        _id -= 4;
+    } else if (_c == QMetaObject::QueryPropertyEditable) {
+        _id -= 4;
+    } else if (_c == QMetaObject::QueryPropertyUser) {
+        _id -= 4;
+    }
+#endif // QT_NO_PROPERTIES
+    return _id;
+}
+QT_END_MOC_NAMESPACE