add missing files
[raptor.git] / build / launcher / raptorsliderviewgroup.moc
blobc4c694380afaf54b43d59ffdc99d996aae0ece40
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'raptorsliderviewgroup.h'
3 **
4 ** Created: Wed Aug 22 06:45:42 2007
5 **      by: The Qt Meta Object Compiler version 59 (Qt 4.3.0)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
10 #include "../../launcher/raptorsliderviewgroup.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'raptorsliderviewgroup.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 59
14 #error "This file was generated using the moc from 4.3.0. It"
15 #error "cannot be used with the include files from this version of Qt."
16 #error "(The moc has changed too much.)"
17 #endif
19 static const uint qt_meta_data_RaptorSliderViewGroup[] = {
21  // content:
22        1,       // revision
23        0,       // classname
24        0,    0, // classinfo
25        2,   10, // methods
26        0,    0, // properties
27        0,    0, // enums/sets
29  // slots: signature, parameters, type, tag, flags
30       23,   22,   22,   22, 0x0a,
31       34,   22,   22,   22, 0x0a,
33        0        // eod
36 static const char qt_meta_stringdata_RaptorSliderViewGroup[] = {
37     "RaptorSliderViewGroup\0\0swapNext()\0"
38     "swapPrevious()\0"
41 const QMetaObject RaptorSliderViewGroup::staticMetaObject = {
42     { &QObject::staticMetaObject, qt_meta_stringdata_RaptorSliderViewGroup,
43       qt_meta_data_RaptorSliderViewGroup, 0 }
46 const QMetaObject *RaptorSliderViewGroup::metaObject() const
48     return &staticMetaObject;
51 void *RaptorSliderViewGroup::qt_metacast(const char *_clname)
53     if (!_clname) return 0;
54     if (!strcmp(_clname, qt_meta_stringdata_RaptorSliderViewGroup))
55         return static_cast<void*>(const_cast< RaptorSliderViewGroup*>(this));
56     if (!strcmp(_clname, "QGraphicsItemGroup"))
57         return static_cast< QGraphicsItemGroup*>(const_cast< RaptorSliderViewGroup*>(this));
58     return QObject::qt_metacast(_clname);
61 int RaptorSliderViewGroup::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
63     _id = QObject::qt_metacall(_c, _id, _a);
64     if (_id < 0)
65         return _id;
66     if (_c == QMetaObject::InvokeMetaMethod) {
67         switch (_id) {
68         case 0: swapNext(); break;
69         case 1: swapPrevious(); break;
70         }
71         _id -= 2;
72     }
73     return _id;