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

« back to all changes in this revision

Viewing changes to src/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
** Meta object code from reading C++ file 'qgseditreservedwordsdialog.h'
 
3
**
 
4
** Created: Fri Dec 29 23:23:26 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 "qgseditreservedwordsdialog.h"
 
11
#if !defined(Q_MOC_OUTPUT_REVISION)
 
12
#error "The header file 'qgseditreservedwordsdialog.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_QgsEditReservedWordsDialog[] = {
 
20
 
 
21
 // content:
 
22
       1,       // revision
 
23
       0,       // classname
 
24
       0,    0, // classinfo
 
25
       6,   10, // methods
 
26
       0,    0, // properties
 
27
       0,    0, // enums/sets
 
28
 
 
29
 // slots: signature, parameters, type, tag, flags
 
30
      28,   27,   27,   27, 0x0a,
 
31
      57,   27,   27,   27, 0x0a,
 
32
      79,   27,   27,   27, 0x0a,
 
33
     105,   27,   27,   27, 0x0a,
 
34
     134,  129,   27,   27, 0x0a,
 
35
     178,  129,   27,   27, 0x0a,
 
36
 
 
37
       0        // eod
 
38
};
 
39
 
 
40
static const char qt_meta_stringdata_QgsEditReservedWordsDialog[] = {
 
41
    "QgsEditReservedWordsDialog\0\0"
 
42
    "checkWord(QTableWidgetItem*)\0"
 
43
    "on_buttonOk_clicked()\0on_buttonCancel_clicked()\0"
 
44
    "on_buttonHelp_clicked()\0item\0"
 
45
    "on_lvColumns_itemChanged(QTableWidgetItem*)\0"
 
46
    "on_lvColumns_itemClicked(QTableWidgetItem*)\0"
 
47
};
 
48
 
 
49
const QMetaObject QgsEditReservedWordsDialog::staticMetaObject = {
 
50
    { &QDialog::staticMetaObject, qt_meta_stringdata_QgsEditReservedWordsDialog,
 
51
      qt_meta_data_QgsEditReservedWordsDialog, 0 }
 
52
};
 
53
 
 
54
const QMetaObject *QgsEditReservedWordsDialog::metaObject() const
 
55
{
 
56
    return &staticMetaObject;
 
57
}
 
58
 
 
59
void *QgsEditReservedWordsDialog::qt_metacast(const char *_clname)
 
60
{
 
61
    if (!_clname) return 0;
 
62
    if (!strcmp(_clname, qt_meta_stringdata_QgsEditReservedWordsDialog))
 
63
        return static_cast<void*>(const_cast<QgsEditReservedWordsDialog*>(this));
 
64
    return QDialog::qt_metacast(_clname);
 
65
}
 
66
 
 
67
int QgsEditReservedWordsDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
 
68
{
 
69
    _id = QDialog::qt_metacall(_c, _id, _a);
 
70
    if (_id < 0)
 
71
        return _id;
 
72
    if (_c == QMetaObject::InvokeMetaMethod) {
 
73
        switch (_id) {
 
74
        case 0: checkWord((*reinterpret_cast< QTableWidgetItem*(*)>(_a[1]))); break;
 
75
        case 1: on_buttonOk_clicked(); break;
 
76
        case 2: on_buttonCancel_clicked(); break;
 
77
        case 3: on_buttonHelp_clicked(); break;
 
78
        case 4: on_lvColumns_itemChanged((*reinterpret_cast< QTableWidgetItem*(*)>(_a[1]))); break;
 
79
        case 5: on_lvColumns_itemClicked((*reinterpret_cast< QTableWidgetItem*(*)>(_a[1]))); break;
 
80
        }
 
81
        _id -= 6;
 
82
    }
 
83
    return _id;
 
84
}