~ubuntu-branches/ubuntu/precise/mm3d/precise

« back to all changes in this revision

Viewing changes to src/tools/ellipsetoolwidget.moc.cc

  • Committer: Bazaar Package Importer
  • Author(s): Ludovico Gardenghi
  • Date: 2008-10-21 01:00:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20081021010014-65o1syy7ry430sn0
Tags: 1.3.7-1.1
* Non-maintainer upload.
* Fix FTBFS bug due to wrong Build-Depends -- still QT3 but new upstream
  moved to QT4. Removed useless dependencies on various X libraries.
  (Closes: #490331, #489838)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** Meta object code from reading C++ file 'ellipsetoolwidget.h'
 
3
**
 
4
** Created: Mon Jun 16 08:40:24 2008
 
5
**      by: The Qt Meta Object Compiler version 59 (Qt 4.2.3)
 
6
**
 
7
** WARNING! All changes made in this file will be lost!
 
8
*****************************************************************************/
 
9
 
 
10
#include "ellipsetoolwidget.h"
 
11
#if !defined(Q_MOC_OUTPUT_REVISION)
 
12
#error "The header file 'ellipsetoolwidget.h' doesn't include <QObject>."
 
13
#elif Q_MOC_OUTPUT_REVISION != 59
 
14
#error "This file was generated using the moc from 4.2.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
 
 
19
static const uint qt_meta_data_EllipsoidToolWidget[] = {
 
20
 
 
21
 // content:
 
22
       1,       // revision
 
23
       0,       // classname
 
24
       0,    0, // classinfo
 
25
       3,   10, // methods
 
26
       0,    0, // properties
 
27
       0,    0, // enums/sets
 
28
 
 
29
 // slots: signature, parameters, type, tag, flags
 
30
      30,   21,   20,   20, 0x0a,
 
31
      60,   58,   20,   20, 0x0a,
 
32
      93,   58,   20,   20, 0x0a,
 
33
 
 
34
       0        // eod
 
35
};
 
36
 
 
37
static const char qt_meta_stringdata_EllipsoidToolWidget[] = {
 
38
    "EllipsoidToolWidget\0\0newValue\0"
 
39
    "smoothnessValueChanged(int)\0o\0"
 
40
    "sphereCheckBoxValueChanged(bool)\0"
 
41
    "centerCheckBoxValueChanged(bool)\0"
 
42
};
 
43
 
 
44
const QMetaObject EllipsoidToolWidget::staticMetaObject = {
 
45
    { &ToolWidget::staticMetaObject, qt_meta_stringdata_EllipsoidToolWidget,
 
46
      qt_meta_data_EllipsoidToolWidget, 0 }
 
47
};
 
48
 
 
49
const QMetaObject *EllipsoidToolWidget::metaObject() const
 
50
{
 
51
    return &staticMetaObject;
 
52
}
 
53
 
 
54
void *EllipsoidToolWidget::qt_metacast(const char *_clname)
 
55
{
 
56
    if (!_clname) return 0;
 
57
    if (!strcmp(_clname, qt_meta_stringdata_EllipsoidToolWidget))
 
58
        return static_cast<void*>(const_cast< EllipsoidToolWidget*>(this));
 
59
    return ToolWidget::qt_metacast(_clname);
 
60
}
 
61
 
 
62
int EllipsoidToolWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
 
63
{
 
64
    _id = ToolWidget::qt_metacall(_c, _id, _a);
 
65
    if (_id < 0)
 
66
        return _id;
 
67
    if (_c == QMetaObject::InvokeMetaMethod) {
 
68
        switch (_id) {
 
69
        case 0: smoothnessValueChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
 
70
        case 1: sphereCheckBoxValueChanged((*reinterpret_cast< bool(*)>(_a[1]))); break;
 
71
        case 2: centerCheckBoxValueChanged((*reinterpret_cast< bool(*)>(_a[1]))); break;
 
72
        }
 
73
        _id -= 3;
 
74
    }
 
75
    return _id;
 
76
}