~ubuntu-branches/ubuntu/maverick/speedcrunch/maverick

« back to all changes in this revision

Viewing changes to src/base/moc_functions.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Bart Martens
  • Date: 2009-06-09 10:58:06 UTC
  • mfrom: (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090609105806-4mjyhmnmsgsfeljf
Tags: 0.10.1-2
* debian/speedcrunch.desktop: Updated.  Closes: 530316.
* debian/watch: Fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/****************************************************************************
2
 
** Meta object code from reading C++ file 'functions.hxx'
3
 
**
4
 
** Created: Wed Jun 11 13:50:03 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 "functions.hxx"
11
 
#if !defined(Q_MOC_OUTPUT_REVISION)
12
 
#error "The header file 'functions.hxx' 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_Functions[] = {
21
 
 
22
 
 // content:
23
 
       1,       // revision
24
 
       0,       // classname
25
 
       0,    0, // classinfo
26
 
       2,   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
 
      30,   10,   10,   10, 0x0a,
33
 
 
34
 
       0        // eod
35
 
};
36
 
 
37
 
static const char qt_meta_stringdata_Functions[] = {
38
 
    "Functions\0\0setAngleMode(char)\0"
39
 
    "retranslateText()\0"
40
 
};
41
 
 
42
 
const QMetaObject Functions::staticMetaObject = {
43
 
    { &QObject::staticMetaObject, qt_meta_stringdata_Functions,
44
 
      qt_meta_data_Functions, 0 }
45
 
};
46
 
 
47
 
const QMetaObject *Functions::metaObject() const
48
 
{
49
 
    return &staticMetaObject;
50
 
}
51
 
 
52
 
void *Functions::qt_metacast(const char *_clname)
53
 
{
54
 
    if (!_clname) return 0;
55
 
    if (!strcmp(_clname, qt_meta_stringdata_Functions))
56
 
        return static_cast<void*>(const_cast< Functions*>(this));
57
 
    return QObject::qt_metacast(_clname);
58
 
}
59
 
 
60
 
int Functions::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
61
 
{
62
 
    _id = QObject::qt_metacall(_c, _id, _a);
63
 
    if (_id < 0)
64
 
        return _id;
65
 
    if (_c == QMetaObject::InvokeMetaMethod) {
66
 
        switch (_id) {
67
 
        case 0: setAngleMode((*reinterpret_cast< char(*)>(_a[1]))); break;
68
 
        case 1: retranslateText(); break;
69
 
        }
70
 
        _id -= 2;
71
 
    }
72
 
    return _id;
73
 
}
74
 
QT_END_MOC_NAMESPACE