• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

moc/moc_DGVSurfacePlotVTK.cpp

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Meta object code from reading C++ file 'DGVSurfacePlotVTK.h'
00003 **
00004 ** Created: Tue 7. Sep 16:23:11 2010
00005 **      by: The Qt Meta Object Compiler version 62 (Qt 4.6.3)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 *****************************************************************************/
00009 
00010 #include "../include/DGVSurfacePlotVTK.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'DGVSurfacePlotVTK.h' doesn't include <QObject>."
00013 #elif Q_MOC_OUTPUT_REVISION != 62
00014 #error "This file was generated using the moc from 4.6.3. 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_DGVSurfacePlotVTK[] = {
00021 
00022  // content:
00023        4,       // revision
00024        0,       // classname
00025        0,    0, // classinfo
00026       18,   14, // methods
00027        0,    0, // properties
00028        0,    0, // enums/sets
00029        0,    0, // constructors
00030        0,       // flags
00031        0,       // signalCount
00032 
00033  // slots: signature, parameters, type, tag, flags
00034       19,   18,   18,   18, 0x0a,
00035       29,   18,   18,   18, 0x0a,
00036       42,   18,   18,   18, 0x0a,
00037       50,   18,   18,   18, 0x0a,
00038       68,   62,   18,   18, 0x0a,
00039       91,   62,   18,   18, 0x0a,
00040      114,   18,   18,   18, 0x0a,
00041      123,   18,   18,   18, 0x0a,
00042      132,   18,   18,   18, 0x0a,
00043      141,   18,   18,   18, 0x0a,
00044      154,   18,   18,   18, 0x0a,
00045      171,   18,   18,   18, 0x0a,
00046      191,   18,   18,   18, 0x0a,
00047      218,   18,   18,   18, 0x0a,
00048      239,   18,   18,   18, 0x0a,
00049      246,   18,   18,   18, 0x0a,
00050      260,   18,   18,   18, 0x0a,
00051      273,   18,   18,   18, 0x0a,
00052 
00053        0        // eod
00054 };
00055 
00056 static const char qt_meta_stringdata_DGVSurfacePlotVTK[] = {
00057     "DGVSurfacePlotVTK\0\0refresh()\0renameData()\0"
00058     "scale()\0threshold()\0value\0"
00059     "thresholdUpper(double)\0thresholdLower(double)\0"
00060     "xLabel()\0yLabel()\0zLabel()\0background()\0"
00061     "axesProperties()\0updateDisplayData()\0"
00062     "toggleAxesAsClosestTriad()\0"
00063     "toggleAntiAliasing()\0save()\0updateSlice()\0"
00064     "firstSlice()\0pauseAnimation()\0"
00065 };
00066 
00067 const QMetaObject DGVSurfacePlotVTK::staticMetaObject = {
00068     { &QVTKWidget::staticMetaObject, qt_meta_stringdata_DGVSurfacePlotVTK,
00069       qt_meta_data_DGVSurfacePlotVTK, 0 }
00070 };
00071 
00072 #ifdef Q_NO_DATA_RELOCATION
00073 const QMetaObject &DGVSurfacePlotVTK::getStaticMetaObject() { return staticMetaObject; }
00074 #endif //Q_NO_DATA_RELOCATION
00075 
00076 const QMetaObject *DGVSurfacePlotVTK::metaObject() const
00077 {
00078     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00079 }
00080 
00081 void *DGVSurfacePlotVTK::qt_metacast(const char *_clname)
00082 {
00083     if (!_clname) return 0;
00084     if (!strcmp(_clname, qt_meta_stringdata_DGVSurfacePlotVTK))
00085         return static_cast<void*>(const_cast< DGVSurfacePlotVTK*>(this));
00086     return QVTKWidget::qt_metacast(_clname);
00087 }
00088 
00089 int DGVSurfacePlotVTK::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00090 {
00091     _id = QVTKWidget::qt_metacall(_c, _id, _a);
00092     if (_id < 0)
00093         return _id;
00094     if (_c == QMetaObject::InvokeMetaMethod) {
00095         switch (_id) {
00096         case 0: refresh(); break;
00097         case 1: renameData(); break;
00098         case 2: scale(); break;
00099         case 3: threshold(); break;
00100         case 4: thresholdUpper((*reinterpret_cast< double(*)>(_a[1]))); break;
00101         case 5: thresholdLower((*reinterpret_cast< double(*)>(_a[1]))); break;
00102         case 6: xLabel(); break;
00103         case 7: yLabel(); break;
00104         case 8: zLabel(); break;
00105         case 9: background(); break;
00106         case 10: axesProperties(); break;
00107         case 11: updateDisplayData(); break;
00108         case 12: toggleAxesAsClosestTriad(); break;
00109         case 13: toggleAntiAliasing(); break;
00110         case 14: save(); break;
00111         case 15: updateSlice(); break;
00112         case 16: firstSlice(); break;
00113         case 17: pauseAnimation(); break;
00114         default: ;
00115         }
00116         _id -= 18;
00117     }
00118     return _id;
00119 }
00120 QT_END_MOC_NAMESPACE

Generated on Wed Sep 8 2010 01:36:51 for DGV by  doxygen 1.7.1