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

« back to all changes in this revision

Viewing changes to src/base/moc_evaluator.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 'evaluator.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 "evaluator.hxx"
11
 
#if !defined(Q_MOC_OUTPUT_REVISION)
12
 
#error "The header file 'evaluator.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_Evaluator[] = {
21
 
 
22
 
 // content:
23
 
       1,       // revision
24
 
       0,       // classname
25
 
       0,    0, // classinfo
26
 
       1,   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
 
 
33
 
       0        // eod
34
 
};
35
 
 
36
 
static const char qt_meta_stringdata_Evaluator[] = {
37
 
    "Evaluator\0\0setRadixChar(char)\0"
38
 
};
39
 
 
40
 
const QMetaObject Evaluator::staticMetaObject = {
41
 
    { &QObject::staticMetaObject, qt_meta_stringdata_Evaluator,
42
 
      qt_meta_data_Evaluator, 0 }
43
 
};
44
 
 
45
 
const QMetaObject *Evaluator::metaObject() const
46
 
{
47
 
    return &staticMetaObject;
48
 
}
49
 
 
50
 
void *Evaluator::qt_metacast(const char *_clname)
51
 
{
52
 
    if (!_clname) return 0;
53
 
    if (!strcmp(_clname, qt_meta_stringdata_Evaluator))
54
 
        return static_cast<void*>(const_cast< Evaluator*>(this));
55
 
    return QObject::qt_metacast(_clname);
56
 
}
57
 
 
58
 
int Evaluator::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
59
 
{
60
 
    _id = QObject::qt_metacall(_c, _id, _a);
61
 
    if (_id < 0)
62
 
        return _id;
63
 
    if (_c == QMetaObject::InvokeMetaMethod) {
64
 
        switch (_id) {
65
 
        case 0: setRadixChar((*reinterpret_cast< char(*)>(_a[1]))); break;
66
 
        }
67
 
        _id -= 1;
68
 
    }
69
 
    return _id;
70
 
}
71
 
QT_END_MOC_NAMESPACE