source: trigger/gui/t72/moc_tpixel.cpp@ 7866

Last change on this file since 7866 was 77, checked in by rissim, 15 years ago
trigger: gui added, interface modified
File size: 2.3 KB
Line 
1/****************************************************************************
2** Meta object code from reading C++ file 'tpixel.h'
3**
4** Created: Mon Jun 29 16:21:17 2009
5** by: The Qt Meta Object Compiler version 59 (Qt 4.4.3)
6**
7** WARNING! All changes made in this file will be lost!
8*****************************************************************************/
9
10#include "tpixel.h"
11#if !defined(Q_MOC_OUTPUT_REVISION)
12#error "The header file 'tpixel.h' doesn't include <QObject>."
13#elif Q_MOC_OUTPUT_REVISION != 59
14#error "This file was generated using the moc from 4.4.3. 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
19QT_BEGIN_MOC_NAMESPACE
20static const uint qt_meta_data_Tpixel[] = {
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 // signals: signature, parameters, type, tag, flags
31 8, 7, 7, 7, 0x05,
32
33 // slots: signature, parameters, type, tag, flags
34 26, 7, 7, 7, 0x0a,
35
36 0 // eod
37};
38
39static const char qt_meta_stringdata_Tpixel[] = {
40 "Tpixel\0\0valueChanged(int)\0setValue(int)\0"
41};
42
43const QMetaObject Tpixel::staticMetaObject = {
44 { &QWidget::staticMetaObject, qt_meta_stringdata_Tpixel,
45 qt_meta_data_Tpixel, 0 }
46};
47
48const QMetaObject *Tpixel::metaObject() const
49{
50 return &staticMetaObject;
51}
52
53void *Tpixel::qt_metacast(const char *_clname)
54{
55 if (!_clname) return 0;
56 if (!strcmp(_clname, qt_meta_stringdata_Tpixel))
57 return static_cast<void*>(const_cast< Tpixel*>(this));
58 return QWidget::qt_metacast(_clname);
59}
60
61int Tpixel::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
62{
63 _id = QWidget::qt_metacall(_c, _id, _a);
64 if (_id < 0)
65 return _id;
66 if (_c == QMetaObject::InvokeMetaMethod) {
67 switch (_id) {
68 case 0: valueChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
69 case 1: setValue((*reinterpret_cast< int(*)>(_a[1]))); break;
70 }
71 _id -= 2;
72 }
73 return _id;
74}
75
76// SIGNAL 0
77void Tpixel::valueChanged(int _t1)
78{
79 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
80 QMetaObject::activate(this, &staticMetaObject, 0, _a);
81}
82QT_END_MOC_NAMESPACE
Note: See TracBrowser for help on using the repository browser.