~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to src/moc_toscriptschemawidget.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Michael Meskes
  • Date: 2009-04-07 13:16:05 UTC
  • mfrom: (1.2.7 upstream) (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090407131605-u422yigfv7jgg0l0
Tags: 2.0.0-3
* Cleaned up packaging a little bit.
* Added homepage information to control file.
* Bumped Standards-Version to 3.8.1.
* Released to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** Meta object code from reading C++ file 'toscriptschemawidget.h'
 
3
**
 
4
** Created: Mon Nov 3 14:34:34 2008
 
5
**      by: The Qt Meta Object Compiler version 59 (Qt 4.4.0)
 
6
**
 
7
** WARNING! All changes made in this file will be lost!
 
8
*****************************************************************************/
 
9
 
 
10
#include "toscriptschemawidget.h"
 
11
#if !defined(Q_MOC_OUTPUT_REVISION)
 
12
#error "The header file 'toscriptschemawidget.h' doesn't include <QObject>."
 
13
#elif Q_MOC_OUTPUT_REVISION != 59
 
14
#error "This file was generated using the moc from 4.4.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
 
18
 
 
19
QT_BEGIN_MOC_NAMESPACE
 
20
static const uint qt_meta_data_toScriptSchemaWidget[] = {
 
21
 
 
22
 // content:
 
23
       1,       // revision
 
24
       0,       // classname
 
25
       0,    0, // classinfo
 
26
       5,   10, // methods
 
27
       0,    0, // properties
 
28
       0,    0, // enums/sets
 
29
 
 
30
 // slots: signature, parameters, type, tag, flags
 
31
      26,   22,   21,   21, 0x08,
 
32
      48,   22,   21,   21, 0x08,
 
33
      71,   66,   21,   21, 0x08,
 
34
      94,   66,   21,   21, 0x08,
 
35
     119,  117,   21,   21, 0x08,
 
36
 
 
37
       0        // eod
 
38
};
 
39
 
 
40
static const char qt_meta_stringdata_toScriptSchemaWidget[] = {
 
41
    "toScriptSchemaWidget\0\0val\0"
 
42
    "changeConnection(int)\0changeSchema(int)\0"
 
43
    "name\0addConnection(QString)\0"
 
44
    "delConnection(QString)\0,\0"
 
45
    "objectsView_selectionChanged(QItemSelection,QItemSelection)\0"
 
46
};
 
47
 
 
48
const QMetaObject toScriptSchemaWidget::staticMetaObject = {
 
49
    { &QWidget::staticMetaObject, qt_meta_stringdata_toScriptSchemaWidget,
 
50
      qt_meta_data_toScriptSchemaWidget, 0 }
 
51
};
 
52
 
 
53
const QMetaObject *toScriptSchemaWidget::metaObject() const
 
54
{
 
55
    return &staticMetaObject;
 
56
}
 
57
 
 
58
void *toScriptSchemaWidget::qt_metacast(const char *_clname)
 
59
{
 
60
    if (!_clname) return 0;
 
61
    if (!strcmp(_clname, qt_meta_stringdata_toScriptSchemaWidget))
 
62
        return static_cast<void*>(const_cast< toScriptSchemaWidget*>(this));
 
63
    if (!strcmp(_clname, "Ui::toScriptSchemaWidget"))
 
64
        return static_cast< Ui::toScriptSchemaWidget*>(const_cast< toScriptSchemaWidget*>(this));
 
65
    return QWidget::qt_metacast(_clname);
 
66
}
 
67
 
 
68
int toScriptSchemaWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
 
69
{
 
70
    _id = QWidget::qt_metacall(_c, _id, _a);
 
71
    if (_id < 0)
 
72
        return _id;
 
73
    if (_c == QMetaObject::InvokeMetaMethod) {
 
74
        switch (_id) {
 
75
        case 0: changeConnection((*reinterpret_cast< int(*)>(_a[1]))); break;
 
76
        case 1: changeSchema((*reinterpret_cast< int(*)>(_a[1]))); break;
 
77
        case 2: addConnection((*reinterpret_cast< const QString(*)>(_a[1]))); break;
 
78
        case 3: delConnection((*reinterpret_cast< const QString(*)>(_a[1]))); break;
 
79
        case 4: objectsView_selectionChanged((*reinterpret_cast< const QItemSelection(*)>(_a[1])),(*reinterpret_cast< const QItemSelection(*)>(_a[2]))); break;
 
80
        }
 
81
        _id -= 5;
 
82
    }
 
83
    return _id;
 
84
}
 
85
QT_END_MOC_NAMESPACE