~ubuntu-branches/ubuntu/hardy/qgis/hardy

« back to all changes in this revision

Viewing changes to src/gui/qgscoordinatetransform.moc.cpp

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2007-05-06 13:42:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070506134232-pyli6t388w5asd8x
Tags: 0.8.0-3ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules, debian/qgis.install, debian/qgis.dirs debian/qgis.desktop:
    Add and install .desktop.
* debian/qgis.desktop: Remove Applications category; it's not real.
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** Meta object code from reading C++ file 'qgscoordinatetransform.h'
 
3
**
 
4
** Created: Sat Dec 30 02:01:15 2006
 
5
**      by: The Qt Meta Object Compiler version 59 (Qt 4.2.2)
 
6
**
 
7
** WARNING! All changes made in this file will be lost!
 
8
*****************************************************************************/
 
9
 
 
10
#include "qgscoordinatetransform.h"
 
11
#if !defined(Q_MOC_OUTPUT_REVISION)
 
12
#error "The header file 'qgscoordinatetransform.h' doesn't include <QObject>."
 
13
#elif Q_MOC_OUTPUT_REVISION != 59
 
14
#error "This file was generated using the moc from 4.2.2. 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_QgsCoordinateTransform[] = {
 
20
 
 
21
 // content:
 
22
       1,       // revision
 
23
       0,       // classname
 
24
       0,    0, // classinfo
 
25
       5,   10, // methods
 
26
       0,    0, // properties
 
27
       0,    0, // enums/sets
 
28
 
 
29
 // signals: signature, parameters, type, tag, flags
 
30
      24,   23,   23,   23, 0x05,
 
31
 
 
32
 // slots: signature, parameters, type, tag, flags
 
33
      57,   48,   23,   23, 0x0a,
 
34
      76,   23,   23,   23, 0x0a,
 
35
     102,   94,   89,   23, 0x0a,
 
36
     136,  121,   89,   23, 0x0a,
 
37
 
 
38
       0        // eod
 
39
};
 
40
 
 
41
static const char qt_meta_stringdata_QgsCoordinateTransform[] = {
 
42
    "QgsCoordinateTransform\0\0invalidTransformInput()\0"
 
43
    "theSRSID\0setDestSRSID(long)\0initialise()\0"
 
44
    "bool\0theNode\0readXML(QDomNode&)\0"
 
45
    "theNode,theDoc\0writeXML(QDomNode&,QDomDocument&)\0"
 
46
};
 
47
 
 
48
const QMetaObject QgsCoordinateTransform::staticMetaObject = {
 
49
    { &QObject::staticMetaObject, qt_meta_stringdata_QgsCoordinateTransform,
 
50
      qt_meta_data_QgsCoordinateTransform, 0 }
 
51
};
 
52
 
 
53
const QMetaObject *QgsCoordinateTransform::metaObject() const
 
54
{
 
55
    return &staticMetaObject;
 
56
}
 
57
 
 
58
void *QgsCoordinateTransform::qt_metacast(const char *_clname)
 
59
{
 
60
    if (!_clname) return 0;
 
61
    if (!strcmp(_clname, qt_meta_stringdata_QgsCoordinateTransform))
 
62
        return static_cast<void*>(const_cast<QgsCoordinateTransform*>(this));
 
63
    return QObject::qt_metacast(_clname);
 
64
}
 
65
 
 
66
int QgsCoordinateTransform::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
 
67
{
 
68
    _id = QObject::qt_metacall(_c, _id, _a);
 
69
    if (_id < 0)
 
70
        return _id;
 
71
    if (_c == QMetaObject::InvokeMetaMethod) {
 
72
        switch (_id) {
 
73
        case 0: invalidTransformInput(); break;
 
74
        case 1: setDestSRSID((*reinterpret_cast< long(*)>(_a[1]))); break;
 
75
        case 2: initialise(); break;
 
76
        case 3: { bool _r = readXML((*reinterpret_cast< QDomNode(*)>(_a[1])));
 
77
            if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; }  break;
 
78
        case 4: { bool _r = writeXML((*reinterpret_cast< QDomNode(*)>(_a[1])),(*reinterpret_cast< QDomDocument(*)>(_a[2])));
 
79
            if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; }  break;
 
80
        }
 
81
        _id -= 5;
 
82
    }
 
83
    return _id;
 
84
}
 
85
 
 
86
// SIGNAL 0
 
87
void QgsCoordinateTransform::invalidTransformInput()
 
88
{
 
89
    QMetaObject::activate(this, &staticMetaObject, 0, 0);
 
90
}