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

« back to all changes in this revision

Viewing changes to src/gui/qgscustomprojectiondialog.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 'qgscustomprojectiondialog.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 "qgscustomprojectiondialog.h"
 
11
#if !defined(Q_MOC_OUTPUT_REVISION)
 
12
#error "The header file 'qgscustomprojectiondialog.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_QgsCustomProjectionDialog[] = {
 
20
 
 
21
 // content:
 
22
       1,       // revision
 
23
       0,       // classname
 
24
       0,    0, // classinfo
 
25
      14,   10, // methods
 
26
       0,    0, // properties
 
27
       0,    0, // enums/sets
 
28
 
 
29
 // slots: signature, parameters, type, tag, flags
 
30
      27,   26,   26,   26, 0x0a,
 
31
      53,   26,   26,   26, 0x0a,
 
32
      75,   26,   26,   26, 0x0a,
 
33
     103,   26,   98,   26, 0x0a,
 
34
     120,   26,   26,   26, 0x0a,
 
35
     142,   26,   26,   26, 0x0a,
 
36
     167,   26,   26,   26, 0x0a,
 
37
     188,   26,   26,   26, 0x0a,
 
38
     209,   26,   26,   26, 0x0a,
 
39
     229,   26,   26,   26, 0x0a,
 
40
     285,  258,  250,   26, 0x0a,
 
41
     338,  318,  250,   26, 0x0a,
 
42
     388,  364,  250,   26, 0x0a,
 
43
     441,  424,  250,   26, 0x0a,
 
44
 
 
45
       0        // eod
 
46
};
 
47
 
 
48
static const char qt_meta_stringdata_QgsCustomProjectionDialog[] = {
 
49
    "QgsCustomProjectionDialog\0\0"
 
50
    "on_pbnCalculate_clicked()\0"
 
51
    "on_pbnClose_clicked()\0on_pbnDelete_clicked()\0"
 
52
    "long\0getRecordCount()\0on_pbnFirst_clicked()\0"
 
53
    "on_pbnPrevious_clicked()\0on_pbnNext_clicked()\0"
 
54
    "on_pbnLast_clicked()\0on_pbnNew_clicked()\0"
 
55
    "on_pbnSave_clicked()\0QString\0"
 
56
    "theProjectionFamilyAcronym\0"
 
57
    "getProjectionFamilyName(QString)\0"
 
58
    "theEllipsoidAcronym\0getEllipsoidName(QString)\0"
 
59
    "theProjectionFamilyName\0"
 
60
    "getProjectionFamilyAcronym(QString)\0"
 
61
    "theEllipsoidName\0getEllipsoidAcronym(QString)\0"
 
62
};
 
63
 
 
64
const QMetaObject QgsCustomProjectionDialog::staticMetaObject = {
 
65
    { &QDialog::staticMetaObject, qt_meta_stringdata_QgsCustomProjectionDialog,
 
66
      qt_meta_data_QgsCustomProjectionDialog, 0 }
 
67
};
 
68
 
 
69
const QMetaObject *QgsCustomProjectionDialog::metaObject() const
 
70
{
 
71
    return &staticMetaObject;
 
72
}
 
73
 
 
74
void *QgsCustomProjectionDialog::qt_metacast(const char *_clname)
 
75
{
 
76
    if (!_clname) return 0;
 
77
    if (!strcmp(_clname, qt_meta_stringdata_QgsCustomProjectionDialog))
 
78
        return static_cast<void*>(const_cast<QgsCustomProjectionDialog*>(this));
 
79
    return QDialog::qt_metacast(_clname);
 
80
}
 
81
 
 
82
int QgsCustomProjectionDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
 
83
{
 
84
    _id = QDialog::qt_metacall(_c, _id, _a);
 
85
    if (_id < 0)
 
86
        return _id;
 
87
    if (_c == QMetaObject::InvokeMetaMethod) {
 
88
        switch (_id) {
 
89
        case 0: on_pbnCalculate_clicked(); break;
 
90
        case 1: on_pbnClose_clicked(); break;
 
91
        case 2: on_pbnDelete_clicked(); break;
 
92
        case 3: { long _r = getRecordCount();
 
93
            if (_a[0]) *reinterpret_cast< long*>(_a[0]) = _r; }  break;
 
94
        case 4: on_pbnFirst_clicked(); break;
 
95
        case 5: on_pbnPrevious_clicked(); break;
 
96
        case 6: on_pbnNext_clicked(); break;
 
97
        case 7: on_pbnLast_clicked(); break;
 
98
        case 8: on_pbnNew_clicked(); break;
 
99
        case 9: on_pbnSave_clicked(); break;
 
100
        case 10: { QString _r = getProjectionFamilyName((*reinterpret_cast< QString(*)>(_a[1])));
 
101
            if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 
102
        case 11: { QString _r = getEllipsoidName((*reinterpret_cast< QString(*)>(_a[1])));
 
103
            if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 
104
        case 12: { QString _r = getProjectionFamilyAcronym((*reinterpret_cast< QString(*)>(_a[1])));
 
105
            if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 
106
        case 13: { QString _r = getEllipsoidAcronym((*reinterpret_cast< QString(*)>(_a[1])));
 
107
            if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; }  break;
 
108
        }
 
109
        _id -= 14;
 
110
    }
 
111
    return _id;
 
112
}