NCL Composer  0.1
moc_PerspectiveManager.cpp
00001 /****************************************************************************
00002 ** Meta object code from reading C++ file 'PerspectiveManager.h'
00003 **
00004 ** Created: Thu Oct 4 20:34:57 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/PerspectiveManager.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'PerspectiveManager.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_composer__gui__PerspectiveManager[] = {
00021 
00022  // content:
00023        6,       // revision
00024        0,       // classname
00025        0,    0, // classinfo
00026        3,   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       35,   34,   34,   34, 0x0a,
00035       44,   34,   34,   34, 0x08,
00036       74,   72,   34,   34, 0x08,
00037 
00038        0        // eod
00039 };
00040 
00041 static const char qt_meta_stringdata_composer__gui__PerspectiveManager[] = {
00042     "composer::gui::PerspectiveManager\0\0"
00043     "accept()\0deleteSelectedPerspective()\0"
00044     ",\0itemChanged(QTreeWidgetItem*,int)\0"
00045 };
00046 
00047 void composer::gui::PerspectiveManager::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
00048 {
00049     if (_c == QMetaObject::InvokeMetaMethod) {
00050         Q_ASSERT(staticMetaObject.cast(_o));
00051         PerspectiveManager *_t = static_cast<PerspectiveManager *>(_o);
00052         switch (_id) {
00053         case 0: _t->accept(); break;
00054         case 1: _t->deleteSelectedPerspective(); break;
00055         case 2: _t->itemChanged((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
00056         default: ;
00057         }
00058     }
00059 }
00060 
00061 const QMetaObjectExtraData composer::gui::PerspectiveManager::staticMetaObjectExtraData = {
00062     0,  qt_static_metacall 
00063 };
00064 
00065 const QMetaObject composer::gui::PerspectiveManager::staticMetaObject = {
00066     { &QDialog::staticMetaObject, qt_meta_stringdata_composer__gui__PerspectiveManager,
00067       qt_meta_data_composer__gui__PerspectiveManager, &staticMetaObjectExtraData }
00068 };
00069 
00070 #ifdef Q_NO_DATA_RELOCATION
00071 const QMetaObject &composer::gui::PerspectiveManager::getStaticMetaObject() { return staticMetaObject; }
00072 #endif //Q_NO_DATA_RELOCATION
00073 
00074 const QMetaObject *composer::gui::PerspectiveManager::metaObject() const
00075 {
00076     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00077 }
00078 
00079 void *composer::gui::PerspectiveManager::qt_metacast(const char *_clname)
00080 {
00081     if (!_clname) return 0;
00082     if (!strcmp(_clname, qt_meta_stringdata_composer__gui__PerspectiveManager))
00083         return static_cast<void*>(const_cast< PerspectiveManager*>(this));
00084     return QDialog::qt_metacast(_clname);
00085 }
00086 
00087 int composer::gui::PerspectiveManager::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00088 {
00089     _id = QDialog::qt_metacall(_c, _id, _a);
00090     if (_id < 0)
00091         return _id;
00092     if (_c == QMetaObject::InvokeMetaMethod) {
00093         if (_id < 3)
00094             qt_static_metacall(this, _c, _id, _a);
00095         _id -= 3;
00096     }
00097     return _id;
00098 }
00099 QT_END_MOC_NAMESPACE
 All Classes Functions Variables