NCL Composer  0.1
moc_RunRemoteGingaVM.cpp
00001 /****************************************************************************
00002 ** Meta object code from reading C++ file 'RunRemoteGingaVM.h'
00003 **
00004 ** Created: Thu Oct 4 20:34:54 2012
00005 **      by: The Qt Meta Object Compiler version 63 (Qt 4.8.1)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 *****************************************************************************/
00009 
00010 #include "../include/RunRemoteGingaVM.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'RunRemoteGingaVM.h' doesn't include <QObject>."
00013 #elif Q_MOC_OUTPUT_REVISION != 63
00014 #error "This file was generated using the moc from 4.8.1. It"
00015 #error "cannot be used with the include files from this version of Qt."
00016 #error "(The moc has changed too much.)"
00017 #endif
00018 
00019 QT_BEGIN_MOC_NAMESPACE
00020 static const uint qt_meta_data_RunRemoteGingaVMAction[] = {
00021 
00022  // content:
00023        6,       // revision
00024        0,       // classname
00025        0,    0, // classinfo
00026        8,   14, // methods
00027        0,    0, // properties
00028        0,    0, // enums/sets
00029        0,    0, // constructors
00030        0,       // flags
00031        6,       // signalCount
00032 
00033  // signals: signature, parameters, type, tag, flags
00034       24,   23,   23,   23, 0x05,
00035       35,   23,   23,   23, 0x05,
00036       50,   23,   23,   23, 0x05,
00037       62,   23,   23,   23, 0x05,
00038       87,   23,   23,   23, 0x05,
00039      109,   23,   23,   23, 0x05,
00040 
00041  // slots: signature, parameters, type, tag, flags
00042      124,   23,   23,   23, 0x0a,
00043      144,   23,   23,   23, 0x0a,
00044 
00045        0        // eod
00046 };
00047 
00048 static const char qt_meta_stringdata_RunRemoteGingaVMAction[] = {
00049     "RunRemoteGingaVMAction\0\0finished()\0"
00050     "copyFinished()\0startTask()\0"
00051     "taskDescription(QString)\0taskMaximumValue(int)\0"
00052     "taskValue(int)\0runCurrentProject()\0"
00053     "stopExecution()\0"
00054 };
00055 
00056 void RunRemoteGingaVMAction::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
00057 {
00058     if (_c == QMetaObject::InvokeMetaMethod) {
00059         Q_ASSERT(staticMetaObject.cast(_o));
00060         RunRemoteGingaVMAction *_t = static_cast<RunRemoteGingaVMAction *>(_o);
00061         switch (_id) {
00062         case 0: _t->finished(); break;
00063         case 1: _t->copyFinished(); break;
00064         case 2: _t->startTask(); break;
00065         case 3: _t->taskDescription((*reinterpret_cast< QString(*)>(_a[1]))); break;
00066         case 4: _t->taskMaximumValue((*reinterpret_cast< int(*)>(_a[1]))); break;
00067         case 5: _t->taskValue((*reinterpret_cast< int(*)>(_a[1]))); break;
00068         case 6: _t->runCurrentProject(); break;
00069         case 7: _t->stopExecution(); break;
00070         default: ;
00071         }
00072     }
00073 }
00074 
00075 const QMetaObjectExtraData RunRemoteGingaVMAction::staticMetaObjectExtraData = {
00076     0,  qt_static_metacall 
00077 };
00078 
00079 const QMetaObject RunRemoteGingaVMAction::staticMetaObject = {
00080     { &QObject::staticMetaObject, qt_meta_stringdata_RunRemoteGingaVMAction,
00081       qt_meta_data_RunRemoteGingaVMAction, &staticMetaObjectExtraData }
00082 };
00083 
00084 #ifdef Q_NO_DATA_RELOCATION
00085 const QMetaObject &RunRemoteGingaVMAction::getStaticMetaObject() { return staticMetaObject; }
00086 #endif //Q_NO_DATA_RELOCATION
00087 
00088 const QMetaObject *RunRemoteGingaVMAction::metaObject() const
00089 {
00090     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00091 }
00092 
00093 void *RunRemoteGingaVMAction::qt_metacast(const char *_clname)
00094 {
00095     if (!_clname) return 0;
00096     if (!strcmp(_clname, qt_meta_stringdata_RunRemoteGingaVMAction))
00097         return static_cast<void*>(const_cast< RunRemoteGingaVMAction*>(this));
00098     return QObject::qt_metacast(_clname);
00099 }
00100 
00101 int RunRemoteGingaVMAction::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00102 {
00103     _id = QObject::qt_metacall(_c, _id, _a);
00104     if (_id < 0)
00105         return _id;
00106     if (_c == QMetaObject::InvokeMetaMethod) {
00107         if (_id < 8)
00108             qt_static_metacall(this, _c, _id, _a);
00109         _id -= 8;
00110     }
00111     return _id;
00112 }
00113 
00114 // SIGNAL 0
00115 void RunRemoteGingaVMAction::finished()
00116 {
00117     QMetaObject::activate(this, &staticMetaObject, 0, 0);
00118 }
00119 
00120 // SIGNAL 1
00121 void RunRemoteGingaVMAction::copyFinished()
00122 {
00123     QMetaObject::activate(this, &staticMetaObject, 1, 0);
00124 }
00125 
00126 // SIGNAL 2
00127 void RunRemoteGingaVMAction::startTask()
00128 {
00129     QMetaObject::activate(this, &staticMetaObject, 2, 0);
00130 }
00131 
00132 // SIGNAL 3
00133 void RunRemoteGingaVMAction::taskDescription(QString _t1)
00134 {
00135     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00136     QMetaObject::activate(this, &staticMetaObject, 3, _a);
00137 }
00138 
00139 // SIGNAL 4
00140 void RunRemoteGingaVMAction::taskMaximumValue(int _t1)
00141 {
00142     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00143     QMetaObject::activate(this, &staticMetaObject, 4, _a);
00144 }
00145 
00146 // SIGNAL 5
00147 void RunRemoteGingaVMAction::taskValue(int _t1)
00148 {
00149     void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00150     QMetaObject::activate(this, &staticMetaObject, 5, _a);
00151 }
00152 static const uint qt_meta_data_StopRemoteGingaVMAction[] = {
00153 
00154  // content:
00155        6,       // revision
00156        0,       // classname
00157        0,    0, // classinfo
00158        1,   14, // methods
00159        0,    0, // properties
00160        0,    0, // enums/sets
00161        0,    0, // constructors
00162        0,       // flags
00163        0,       // signalCount
00164 
00165  // slots: signature, parameters, type, tag, flags
00166       25,   24,   24,   24, 0x0a,
00167 
00168        0        // eod
00169 };
00170 
00171 static const char qt_meta_stringdata_StopRemoteGingaVMAction[] = {
00172     "StopRemoteGingaVMAction\0\0"
00173     "stopRunningApplication()\0"
00174 };
00175 
00176 void StopRemoteGingaVMAction::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
00177 {
00178     if (_c == QMetaObject::InvokeMetaMethod) {
00179         Q_ASSERT(staticMetaObject.cast(_o));
00180         StopRemoteGingaVMAction *_t = static_cast<StopRemoteGingaVMAction *>(_o);
00181         switch (_id) {
00182         case 0: _t->stopRunningApplication(); break;
00183         default: ;
00184         }
00185     }
00186     Q_UNUSED(_a);
00187 }
00188 
00189 const QMetaObjectExtraData StopRemoteGingaVMAction::staticMetaObjectExtraData = {
00190     0,  qt_static_metacall 
00191 };
00192 
00193 const QMetaObject StopRemoteGingaVMAction::staticMetaObject = {
00194     { &QObject::staticMetaObject, qt_meta_stringdata_StopRemoteGingaVMAction,
00195       qt_meta_data_StopRemoteGingaVMAction, &staticMetaObjectExtraData }
00196 };
00197 
00198 #ifdef Q_NO_DATA_RELOCATION
00199 const QMetaObject &StopRemoteGingaVMAction::getStaticMetaObject() { return staticMetaObject; }
00200 #endif //Q_NO_DATA_RELOCATION
00201 
00202 const QMetaObject *StopRemoteGingaVMAction::metaObject() const
00203 {
00204     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00205 }
00206 
00207 void *StopRemoteGingaVMAction::qt_metacast(const char *_clname)
00208 {
00209     if (!_clname) return 0;
00210     if (!strcmp(_clname, qt_meta_stringdata_StopRemoteGingaVMAction))
00211         return static_cast<void*>(const_cast< StopRemoteGingaVMAction*>(this));
00212     return QObject::qt_metacast(_clname);
00213 }
00214 
00215 int StopRemoteGingaVMAction::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00216 {
00217     _id = QObject::qt_metacall(_c, _id, _a);
00218     if (_id < 0)
00219         return _id;
00220     if (_c == QMetaObject::InvokeMetaMethod) {
00221         if (_id < 1)
00222             qt_static_metacall(this, _c, _id, _a);
00223         _id -= 1;
00224     }
00225     return _id;
00226 }
00227 QT_END_MOC_NAMESPACE
 All Classes Functions Variables