~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to src/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
 
** QgsCustomProjectionDialog meta object code from reading C++ file 'qgscustomprojectiondialog.h'
3
 
**
4
 
** Created: Fri Nov 4 14:08:55 2005
5
 
**      by: The Qt MOC ($Id: qt/moc_yacc.cpp   3.3.4   edited Jan 21 18:14 $)
6
 
**
7
 
** WARNING! All changes made in this file will be lost!
8
 
*****************************************************************************/
9
 
 
10
 
#undef QT_NO_COMPAT
11
 
#include "qgscustomprojectiondialog.h"
12
 
#include <qmetaobject.h>
13
 
#include <qapplication.h>
14
 
 
15
 
#include <private/qucomextra_p.h>
16
 
#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)
17
 
#error "This file was generated using the moc from 3.3.4. It"
18
 
#error "cannot be used with the include files from this version of Qt."
19
 
#error "(The moc has changed too much.)"
20
 
#endif
21
 
 
22
 
const char *QgsCustomProjectionDialog::className() const
23
 
{
24
 
    return "QgsCustomProjectionDialog";
25
 
}
26
 
 
27
 
QMetaObject *QgsCustomProjectionDialog::metaObj = 0;
28
 
static QMetaObjectCleanUp cleanUp_QgsCustomProjectionDialog( "QgsCustomProjectionDialog", &QgsCustomProjectionDialog::staticMetaObject );
29
 
 
30
 
#ifndef QT_NO_TRANSLATION
31
 
QString QgsCustomProjectionDialog::tr( const char *s, const char *c )
32
 
{
33
 
    if ( qApp )
34
 
        return qApp->translate( "QgsCustomProjectionDialog", s, c, QApplication::DefaultCodec );
35
 
    else
36
 
        return QString::fromLatin1( s );
37
 
}
38
 
#ifndef QT_NO_TRANSLATION_UTF8
39
 
QString QgsCustomProjectionDialog::trUtf8( const char *s, const char *c )
40
 
{
41
 
    if ( qApp )
42
 
        return qApp->translate( "QgsCustomProjectionDialog", s, c, QApplication::UnicodeUTF8 );
43
 
    else
44
 
        return QString::fromUtf8( s );
45
 
}
46
 
#endif // QT_NO_TRANSLATION_UTF8
47
 
 
48
 
#endif // QT_NO_TRANSLATION
49
 
 
50
 
QMetaObject* QgsCustomProjectionDialog::staticMetaObject()
51
 
{
52
 
    if ( metaObj )
53
 
        return metaObj;
54
 
    QMetaObject* parentObject = QgsCustomProjectionDialogBase::staticMetaObject();
55
 
    static const QUMethod slot_0 = {"pbnCalculate_clicked", 0, 0 };
56
 
    static const QUMethod slot_1 = {"pbnHelp_clicked", 0, 0 };
57
 
    static const QUMethod slot_2 = {"pbnClose_clicked", 0, 0 };
58
 
    static const QUMethod slot_3 = {"pbnDelete_clicked", 0, 0 };
59
 
    static const QUMethod slot_4 = {"getRecordCount", 0, 0 };
60
 
    static const QUMethod slot_5 = {"pbnFirst_clicked", 0, 0 };
61
 
    static const QUMethod slot_6 = {"pbnPrevious_clicked", 0, 0 };
62
 
    static const QUMethod slot_7 = {"pbnNext_clicked", 0, 0 };
63
 
    static const QUMethod slot_8 = {"pbnLast_clicked", 0, 0 };
64
 
    static const QUMethod slot_9 = {"pbnNew_clicked", 0, 0 };
65
 
    static const QUMethod slot_10 = {"pbnSave_clicked", 0, 0 };
66
 
    static const QUParameter param_slot_11[] = {
67
 
        { 0, &static_QUType_QString, 0, QUParameter::Out },
68
 
        { "theProjectionFamilyAcronym", &static_QUType_QString, 0, QUParameter::In }
69
 
    };
70
 
    static const QUMethod slot_11 = {"getProjectionFamilyName", 2, param_slot_11 };
71
 
    static const QUParameter param_slot_12[] = {
72
 
        { 0, &static_QUType_QString, 0, QUParameter::Out },
73
 
        { "theEllipsoidAcronym", &static_QUType_QString, 0, QUParameter::In }
74
 
    };
75
 
    static const QUMethod slot_12 = {"getEllipsoidName", 2, param_slot_12 };
76
 
    static const QUParameter param_slot_13[] = {
77
 
        { 0, &static_QUType_QString, 0, QUParameter::Out },
78
 
        { "theProjectionFamilyName", &static_QUType_QString, 0, QUParameter::In }
79
 
    };
80
 
    static const QUMethod slot_13 = {"getProjectionFamilyAcronym", 2, param_slot_13 };
81
 
    static const QUParameter param_slot_14[] = {
82
 
        { 0, &static_QUType_QString, 0, QUParameter::Out },
83
 
        { "theEllipsoidName", &static_QUType_QString, 0, QUParameter::In }
84
 
    };
85
 
    static const QUMethod slot_14 = {"getEllipsoidAcronym", 2, param_slot_14 };
86
 
    static const QMetaData slot_tbl[] = {
87
 
        { "pbnCalculate_clicked()", &slot_0, QMetaData::Public },
88
 
        { "pbnHelp_clicked()", &slot_1, QMetaData::Public },
89
 
        { "pbnClose_clicked()", &slot_2, QMetaData::Public },
90
 
        { "pbnDelete_clicked()", &slot_3, QMetaData::Public },
91
 
        { "getRecordCount()", &slot_4, QMetaData::Public },
92
 
        { "pbnFirst_clicked()", &slot_5, QMetaData::Public },
93
 
        { "pbnPrevious_clicked()", &slot_6, QMetaData::Public },
94
 
        { "pbnNext_clicked()", &slot_7, QMetaData::Public },
95
 
        { "pbnLast_clicked()", &slot_8, QMetaData::Public },
96
 
        { "pbnNew_clicked()", &slot_9, QMetaData::Public },
97
 
        { "pbnSave_clicked()", &slot_10, QMetaData::Public },
98
 
        { "getProjectionFamilyName(QString)", &slot_11, QMetaData::Public },
99
 
        { "getEllipsoidName(QString)", &slot_12, QMetaData::Public },
100
 
        { "getProjectionFamilyAcronym(QString)", &slot_13, QMetaData::Public },
101
 
        { "getEllipsoidAcronym(QString)", &slot_14, QMetaData::Public }
102
 
    };
103
 
    metaObj = QMetaObject::new_metaobject(
104
 
        "QgsCustomProjectionDialog", parentObject,
105
 
        slot_tbl, 15,
106
 
        0, 0,
107
 
#ifndef QT_NO_PROPERTIES
108
 
        0, 0,
109
 
        0, 0,
110
 
#endif // QT_NO_PROPERTIES
111
 
        0, 0 );
112
 
    cleanUp_QgsCustomProjectionDialog.setMetaObject( metaObj );
113
 
    return metaObj;
114
 
}
115
 
 
116
 
void* QgsCustomProjectionDialog::qt_cast( const char* clname )
117
 
{
118
 
    if ( !qstrcmp( clname, "QgsCustomProjectionDialog" ) )
119
 
        return this;
120
 
    return QgsCustomProjectionDialogBase::qt_cast( clname );
121
 
}
122
 
 
123
 
bool QgsCustomProjectionDialog::qt_invoke( int _id, QUObject* _o )
124
 
{
125
 
    switch ( _id - staticMetaObject()->slotOffset() ) {
126
 
    case 0: pbnCalculate_clicked(); break;
127
 
    case 1: pbnHelp_clicked(); break;
128
 
    case 2: pbnClose_clicked(); break;
129
 
    case 3: pbnDelete_clicked(); break;
130
 
    case 4: getRecordCount(); break;
131
 
    case 5: pbnFirst_clicked(); break;
132
 
    case 6: pbnPrevious_clicked(); break;
133
 
    case 7: pbnNext_clicked(); break;
134
 
    case 8: pbnLast_clicked(); break;
135
 
    case 9: pbnNew_clicked(); break;
136
 
    case 10: pbnSave_clicked(); break;
137
 
    case 11: static_QUType_QString.set(_o,getProjectionFamilyName((QString)static_QUType_QString.get(_o+1))); break;
138
 
    case 12: static_QUType_QString.set(_o,getEllipsoidName((QString)static_QUType_QString.get(_o+1))); break;
139
 
    case 13: static_QUType_QString.set(_o,getProjectionFamilyAcronym((QString)static_QUType_QString.get(_o+1))); break;
140
 
    case 14: static_QUType_QString.set(_o,getEllipsoidAcronym((QString)static_QUType_QString.get(_o+1))); break;
141
 
    default:
142
 
        return QgsCustomProjectionDialogBase::qt_invoke( _id, _o );
143
 
    }
144
 
    return TRUE;
145
 
}
146
 
 
147
 
bool QgsCustomProjectionDialog::qt_emit( int _id, QUObject* _o )
148
 
{
149
 
    return QgsCustomProjectionDialogBase::qt_emit(_id,_o);
150
 
}
151
 
#ifndef QT_NO_PROPERTIES
152
 
 
153
 
bool QgsCustomProjectionDialog::qt_property( int id, int f, QVariant* v)
154
 
{
155
 
    return QgsCustomProjectionDialogBase::qt_property( id, f, v);
156
 
}
157
 
 
158
 
bool QgsCustomProjectionDialog::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
159
 
#endif // QT_NO_PROPERTIES