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

« back to all changes in this revision

Viewing changes to plugins/spit/qgsspitbase.moc.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Steve Halasz
  • Date: 2005-11-05 16:04:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051105160445-l0g4isz5bc9yehet
Tags: 0.7.4-1
* New upstream release
* Build GRASS support in qgis-plugin-grass package (Closes: #248649)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/****************************************************************************
2
2
** QgsSpitBase meta object code from reading C++ file 'qgsspitbase.h'
3
3
**
4
 
** Created: Tue Nov 30 19:34:20 2004
5
 
**      by: The Qt MOC ($Id: qt/moc_yacc.cpp   3.3.3   edited Aug 5 16:40 $)
 
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
6
**
7
7
** WARNING! All changes made in this file will be lost!
8
8
*****************************************************************************/
14
14
 
15
15
#include <private/qucomextra_p.h>
16
16
#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)
17
 
#error "This file was generated using the moc from 3.3.3. It"
 
17
#error "This file was generated using the moc from 3.3.4. It"
18
18
#error "cannot be used with the include files from this version of Qt."
19
19
#error "(The moc has changed too much.)"
20
20
#endif
72
72
        { 0, &static_QUType_varptr, "\x0e", QUParameter::In }
73
73
    };
74
74
    static const QUMethod slot_13 = {"editColumns", 4, param_slot_13 };
75
 
    static const QUMethod slot_14 = {"languageChange", 0, 0 };
 
75
    static const QUParameter param_slot_14[] = {
 
76
        { 0, &static_QUType_int, 0, QUParameter::In },
 
77
        { 0, &static_QUType_int, 0, QUParameter::In },
 
78
        { 0, &static_QUType_int, 0, QUParameter::In },
 
79
        { 0, &static_QUType_varptr, "\x0e", QUParameter::In }
 
80
    };
 
81
    static const QUMethod slot_14 = {"editShapefile", 4, param_slot_14 };
 
82
    static const QUMethod slot_15 = {"languageChange", 0, 0 };
76
83
    static const QMetaData slot_tbl[] = {
77
84
        { "import()", &slot_0, QMetaData::Public },
78
85
        { "newConnection()", &slot_1, QMetaData::Public },
88
95
        { "getSchema()", &slot_11, QMetaData::Public },
89
96
        { "updateSchema()", &slot_12, QMetaData::Public },
90
97
        { "editColumns(int,int,int,const QPoint&)", &slot_13, QMetaData::Public },
91
 
        { "languageChange()", &slot_14, QMetaData::Protected }
 
98
        { "editShapefile(int,int,int,const QPoint&)", &slot_14, QMetaData::Public },
 
99
        { "languageChange()", &slot_15, QMetaData::Protected }
92
100
    };
93
101
    metaObj = QMetaObject::new_metaobject(
94
102
        "QgsSpitBase", parentObject,
95
 
        slot_tbl, 15,
 
103
        slot_tbl, 16,
96
104
        0, 0,
97
105
#ifndef QT_NO_PROPERTIES
98
106
        0, 0,
127
135
    case 11: getSchema(); break;
128
136
    case 12: updateSchema(); break;
129
137
    case 13: editColumns((int)static_QUType_int.get(_o+1),(int)static_QUType_int.get(_o+2),(int)static_QUType_int.get(_o+3),(const QPoint&)*((const QPoint*)static_QUType_ptr.get(_o+4))); break;
130
 
    case 14: languageChange(); break;
 
138
    case 14: editShapefile((int)static_QUType_int.get(_o+1),(int)static_QUType_int.get(_o+2),(int)static_QUType_int.get(_o+3),(const QPoint&)*((const QPoint*)static_QUType_ptr.get(_o+4))); break;
 
139
    case 15: languageChange(); break;
131
140
    default:
132
141
        return QDialog::qt_invoke( _id, _o );
133
142
    }