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

« back to all changes in this revision

Viewing changes to plugins/spit/qgseditreservedwordsdialog.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
 
** QgsEditReservedWordsDialog meta object code from reading C++ file 'qgseditreservedwordsdialog.h'
3
 
**
4
 
** Created: Fri Nov 4 14:21:26 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 "qgseditreservedwordsdialog.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 *QgsEditReservedWordsDialog::className() const
23
 
{
24
 
    return "QgsEditReservedWordsDialog";
25
 
}
26
 
 
27
 
QMetaObject *QgsEditReservedWordsDialog::metaObj = 0;
28
 
static QMetaObjectCleanUp cleanUp_QgsEditReservedWordsDialog( "QgsEditReservedWordsDialog", &QgsEditReservedWordsDialog::staticMetaObject );
29
 
 
30
 
#ifndef QT_NO_TRANSLATION
31
 
QString QgsEditReservedWordsDialog::tr( const char *s, const char *c )
32
 
{
33
 
    if ( qApp )
34
 
        return qApp->translate( "QgsEditReservedWordsDialog", s, c, QApplication::DefaultCodec );
35
 
    else
36
 
        return QString::fromLatin1( s );
37
 
}
38
 
#ifndef QT_NO_TRANSLATION_UTF8
39
 
QString QgsEditReservedWordsDialog::trUtf8( const char *s, const char *c )
40
 
{
41
 
    if ( qApp )
42
 
        return qApp->translate( "QgsEditReservedWordsDialog", 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* QgsEditReservedWordsDialog::staticMetaObject()
51
 
{
52
 
    if ( metaObj )
53
 
        return metaObj;
54
 
    QMetaObject* parentObject = QgsEditReservedWordsBase::staticMetaObject();
55
 
    static const QUParameter param_slot_0[] = {
56
 
        { 0, &static_QUType_ptr, "QListViewItem", QUParameter::In },
57
 
        { 0, &static_QUType_int, 0, QUParameter::In },
58
 
        { 0, &static_QUType_QString, 0, QUParameter::In }
59
 
    };
60
 
    static const QUMethod slot_0 = {"checkWord", 3, param_slot_0 };
61
 
    static const QUParameter param_slot_1[] = {
62
 
        { 0, &static_QUType_ptr, "QListViewItem", QUParameter::In }
63
 
    };
64
 
    static const QUMethod slot_1 = {"editWord", 1, param_slot_1 };
65
 
    static const QMetaData slot_tbl[] = {
66
 
        { "checkWord(QListViewItem*,int,const QString&)", &slot_0, QMetaData::Public },
67
 
        { "editWord(QListViewItem*)", &slot_1, QMetaData::Public }
68
 
    };
69
 
    metaObj = QMetaObject::new_metaobject(
70
 
        "QgsEditReservedWordsDialog", parentObject,
71
 
        slot_tbl, 2,
72
 
        0, 0,
73
 
#ifndef QT_NO_PROPERTIES
74
 
        0, 0,
75
 
        0, 0,
76
 
#endif // QT_NO_PROPERTIES
77
 
        0, 0 );
78
 
    cleanUp_QgsEditReservedWordsDialog.setMetaObject( metaObj );
79
 
    return metaObj;
80
 
}
81
 
 
82
 
void* QgsEditReservedWordsDialog::qt_cast( const char* clname )
83
 
{
84
 
    if ( !qstrcmp( clname, "QgsEditReservedWordsDialog" ) )
85
 
        return this;
86
 
    return QgsEditReservedWordsBase::qt_cast( clname );
87
 
}
88
 
 
89
 
bool QgsEditReservedWordsDialog::qt_invoke( int _id, QUObject* _o )
90
 
{
91
 
    switch ( _id - staticMetaObject()->slotOffset() ) {
92
 
    case 0: checkWord((QListViewItem*)static_QUType_ptr.get(_o+1),(int)static_QUType_int.get(_o+2),(const QString&)static_QUType_QString.get(_o+3)); break;
93
 
    case 1: editWord((QListViewItem*)static_QUType_ptr.get(_o+1)); break;
94
 
    default:
95
 
        return QgsEditReservedWordsBase::qt_invoke( _id, _o );
96
 
    }
97
 
    return TRUE;
98
 
}
99
 
 
100
 
bool QgsEditReservedWordsDialog::qt_emit( int _id, QUObject* _o )
101
 
{
102
 
    return QgsEditReservedWordsBase::qt_emit(_id,_o);
103
 
}
104
 
#ifndef QT_NO_PROPERTIES
105
 
 
106
 
bool QgsEditReservedWordsDialog::qt_property( int id, int f, QVariant* v)
107
 
{
108
 
    return QgsEditReservedWordsBase::qt_property( id, f, v);
109
 
}
110
 
 
111
 
bool QgsEditReservedWordsDialog::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
112
 
#endif // QT_NO_PROPERTIES