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

« back to all changes in this revision

Viewing changes to src/moc_toinvalid.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 'toinvalid.h'
 
3
**
 
4
** Created: Mon Nov 3 14:34:33 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 "toinvalid.h"
 
11
#if !defined(Q_MOC_OUTPUT_REVISION)
 
12
#error "The header file 'toinvalid.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_toInvalid[] = {
 
21
 
 
22
 // content:
 
23
       1,       // revision
 
24
       0,       // classname
 
25
       0,    0, // classinfo
 
26
       3,   10, // methods
 
27
       0,    0, // properties
 
28
       0,    0, // enums/sets
 
29
 
 
30
 // slots: signature, parameters, type, tag, flags
 
31
      11,   10,   10,   10, 0x0a,
 
32
      29,   10,   10,   10, 0x0a,
 
33
      39,   10,   10,   10, 0x0a,
 
34
 
 
35
       0        // eod
 
36
};
 
37
 
 
38
static const char qt_meta_stringdata_toInvalid[] = {
 
39
    "toInvalid\0\0changeSelection()\0refresh()\0"
 
40
    "recompileSelected()\0"
 
41
};
 
42
 
 
43
const QMetaObject toInvalid::staticMetaObject = {
 
44
    { &toToolWidget::staticMetaObject, qt_meta_stringdata_toInvalid,
 
45
      qt_meta_data_toInvalid, 0 }
 
46
};
 
47
 
 
48
const QMetaObject *toInvalid::metaObject() const
 
49
{
 
50
    return &staticMetaObject;
 
51
}
 
52
 
 
53
void *toInvalid::qt_metacast(const char *_clname)
 
54
{
 
55
    if (!_clname) return 0;
 
56
    if (!strcmp(_clname, qt_meta_stringdata_toInvalid))
 
57
        return static_cast<void*>(const_cast< toInvalid*>(this));
 
58
    return toToolWidget::qt_metacast(_clname);
 
59
}
 
60
 
 
61
int toInvalid::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
 
62
{
 
63
    _id = toToolWidget::qt_metacall(_c, _id, _a);
 
64
    if (_id < 0)
 
65
        return _id;
 
66
    if (_c == QMetaObject::InvokeMetaMethod) {
 
67
        switch (_id) {
 
68
        case 0: changeSelection(); break;
 
69
        case 1: refresh(); break;
 
70
        case 2: recompileSelected(); break;
 
71
        }
 
72
        _id -= 3;
 
73
    }
 
74
    return _id;
 
75
}
 
76
QT_END_MOC_NAMESPACE