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

« back to all changes in this revision

Viewing changes to src/gui/moc_aboutbox.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 'aboutbox.hxx'
3
 
**
4
 
** Created: Wed Jun 11 13:50:04 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 "aboutbox.hxx"
11
 
#if !defined(Q_MOC_OUTPUT_REVISION)
12
 
#error "The header file 'aboutbox.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_MarqueeText[] = {
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
 
      13,   12,   12,   12, 0x08,
32
 
      22,   12,   12,   12, 0x08,
33
 
 
34
 
       0        // eod
35
 
};
36
 
 
37
 
static const char qt_meta_stringdata_MarqueeText[] = {
38
 
    "MarqueeText\0\0scroll()\0layout()\0"
39
 
};
40
 
 
41
 
const QMetaObject MarqueeText::staticMetaObject = {
42
 
    { &QFrame::staticMetaObject, qt_meta_stringdata_MarqueeText,
43
 
      qt_meta_data_MarqueeText, 0 }
44
 
};
45
 
 
46
 
const QMetaObject *MarqueeText::metaObject() const
47
 
{
48
 
    return &staticMetaObject;
49
 
}
50
 
 
51
 
void *MarqueeText::qt_metacast(const char *_clname)
52
 
{
53
 
    if (!_clname) return 0;
54
 
    if (!strcmp(_clname, qt_meta_stringdata_MarqueeText))
55
 
        return static_cast<void*>(const_cast< MarqueeText*>(this));
56
 
    return QFrame::qt_metacast(_clname);
57
 
}
58
 
 
59
 
int MarqueeText::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
60
 
{
61
 
    _id = QFrame::qt_metacall(_c, _id, _a);
62
 
    if (_id < 0)
63
 
        return _id;
64
 
    if (_c == QMetaObject::InvokeMetaMethod) {
65
 
        switch (_id) {
66
 
        case 0: scroll(); break;
67
 
        case 1: layout(); break;
68
 
        }
69
 
        _id -= 2;
70
 
    }
71
 
    return _id;
72
 
}
73
 
static const uint qt_meta_data_AboutBox[] = {
74
 
 
75
 
 // content:
76
 
       1,       // revision
77
 
       0,       // classname
78
 
       0,    0, // classinfo
79
 
       0,    0, // methods
80
 
       0,    0, // properties
81
 
       0,    0, // enums/sets
82
 
 
83
 
       0        // eod
84
 
};
85
 
 
86
 
static const char qt_meta_stringdata_AboutBox[] = {
87
 
    "AboutBox\0"
88
 
};
89
 
 
90
 
const QMetaObject AboutBox::staticMetaObject = {
91
 
    { &QDialog::staticMetaObject, qt_meta_stringdata_AboutBox,
92
 
      qt_meta_data_AboutBox, 0 }
93
 
};
94
 
 
95
 
const QMetaObject *AboutBox::metaObject() const
96
 
{
97
 
    return &staticMetaObject;
98
 
}
99
 
 
100
 
void *AboutBox::qt_metacast(const char *_clname)
101
 
{
102
 
    if (!_clname) return 0;
103
 
    if (!strcmp(_clname, qt_meta_stringdata_AboutBox))
104
 
        return static_cast<void*>(const_cast< AboutBox*>(this));
105
 
    return QDialog::qt_metacast(_clname);
106
 
}
107
 
 
108
 
int AboutBox::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
109
 
{
110
 
    _id = QDialog::qt_metacall(_c, _id, _a);
111
 
    if (_id < 0)
112
 
        return _id;
113
 
    return _id;
114
 
}
115
 
QT_END_MOC_NAMESPACE