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

« back to all changes in this revision

Viewing changes to src/plugins/delimited_text/qgsdelimitedtextplugingui.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 'qgsdelimitedtextplugingui.h'
 
3
**
 
4
** Created: Sat Dec 30 02:05:31 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 "qgsdelimitedtextplugingui.h"
 
11
#if !defined(Q_MOC_OUTPUT_REVISION)
 
12
#error "The header file 'qgsdelimitedtextplugingui.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_QgsDelimitedTextPluginGui[] = {
 
20
 
 
21
 // content:
 
22
       1,       // revision
 
23
       0,       // classname
 
24
       0,    0, // classinfo
 
25
      10,   10, // methods
 
26
       0,    0, // properties
 
27
       0,    0, // enums/sets
 
28
 
 
29
 // signals: signature, parameters, type, tag, flags
 
30
      27,   26,   26,   26, 0x05,
 
31
      55,   52,   26,   26, 0x05,
 
32
 
 
33
 // slots: signature, parameters, type, tag, flags
 
34
      96,   26,   26,   26, 0x0a,
 
35
     115,   26,   26,   26, 0x0a,
 
36
     136,   26,   26,   26, 0x0a,
 
37
     166,   26,   26,   26, 0x0a,
 
38
     188,   26,   26,   26, 0x0a,
 
39
     207,   26,   26,   26, 0x0a,
 
40
     225,   26,   26,   26, 0x0a,
 
41
     241,   26,   26,   26, 0x0a,
 
42
 
 
43
       0        // eod
 
44
};
 
45
 
 
46
static const char qt_meta_stringdata_QgsDelimitedTextPluginGui[] = {
 
47
    "QgsDelimitedTextPluginGui\0\0"
 
48
    "drawRasterLayer(QString)\0,,\0"
 
49
    "drawVectorLayer(QString,QString,QString)\0"
 
50
    "on_pbnOK_clicked()\0on_pbnHelp_clicked()\0"
 
51
    "on_btnBrowseForFile_clicked()\0"
 
52
    "on_pbnParse_clicked()\0updateFieldLists()\0"
 
53
    "getOpenFileName()\0enableButtons()\0"
 
54
    "help()\0"
 
55
};
 
56
 
 
57
const QMetaObject QgsDelimitedTextPluginGui::staticMetaObject = {
 
58
    { &QDialog::staticMetaObject, qt_meta_stringdata_QgsDelimitedTextPluginGui,
 
59
      qt_meta_data_QgsDelimitedTextPluginGui, 0 }
 
60
};
 
61
 
 
62
const QMetaObject *QgsDelimitedTextPluginGui::metaObject() const
 
63
{
 
64
    return &staticMetaObject;
 
65
}
 
66
 
 
67
void *QgsDelimitedTextPluginGui::qt_metacast(const char *_clname)
 
68
{
 
69
    if (!_clname) return 0;
 
70
    if (!strcmp(_clname, qt_meta_stringdata_QgsDelimitedTextPluginGui))
 
71
        return static_cast<void*>(const_cast<QgsDelimitedTextPluginGui*>(this));
 
72
    return QDialog::qt_metacast(_clname);
 
73
}
 
74
 
 
75
int QgsDelimitedTextPluginGui::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
 
76
{
 
77
    _id = QDialog::qt_metacall(_c, _id, _a);
 
78
    if (_id < 0)
 
79
        return _id;
 
80
    if (_c == QMetaObject::InvokeMetaMethod) {
 
81
        switch (_id) {
 
82
        case 0: drawRasterLayer((*reinterpret_cast< QString(*)>(_a[1]))); break;
 
83
        case 1: drawVectorLayer((*reinterpret_cast< QString(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2])),(*reinterpret_cast< QString(*)>(_a[3]))); break;
 
84
        case 2: on_pbnOK_clicked(); break;
 
85
        case 3: on_pbnHelp_clicked(); break;
 
86
        case 4: on_btnBrowseForFile_clicked(); break;
 
87
        case 5: on_pbnParse_clicked(); break;
 
88
        case 6: updateFieldLists(); break;
 
89
        case 7: getOpenFileName(); break;
 
90
        case 8: enableButtons(); break;
 
91
        case 9: help(); break;
 
92
        }
 
93
        _id -= 10;
 
94
    }
 
95
    return _id;
 
96
}
 
97
 
 
98
// SIGNAL 0
 
99
void QgsDelimitedTextPluginGui::drawRasterLayer(QString _t1)
 
100
{
 
101
    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
 
102
    QMetaObject::activate(this, &staticMetaObject, 0, _a);
 
103
}
 
104
 
 
105
// SIGNAL 1
 
106
void QgsDelimitedTextPluginGui::drawVectorLayer(QString _t1, QString _t2, QString _t3)
 
107
{
 
108
    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)) };
 
109
    QMetaObject::activate(this, &staticMetaObject, 1, _a);
 
110
}