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

« back to all changes in this revision

Viewing changes to src/gui/qgsmarkerdialog.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 'qgsmarkerdialog.h'
 
3
**
 
4
** Created: Sat Dec 30 02:01:15 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 "qgsmarkerdialog.h"
 
11
#if !defined(Q_MOC_OUTPUT_REVISION)
 
12
#error "The header file 'qgsmarkerdialog.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_QgsMarkerDialog[] = {
 
20
 
 
21
 // content:
 
22
       1,       // revision
 
23
       0,       // classname
 
24
       0,    0, // classinfo
 
25
       2,   10, // methods
 
26
       0,    0, // properties
 
27
       0,    0, // enums/sets
 
28
 
 
29
 // slots: signature, parameters, type, tag, flags
 
30
      17,   16,   16,   16, 0x0a,
 
31
      35,   16,   16,   16, 0x0a,
 
32
 
 
33
       0        // eod
 
34
};
 
35
 
 
36
static const char qt_meta_stringdata_QgsMarkerDialog[] = {
 
37
    "QgsMarkerDialog\0\0changeDirectory()\0"
 
38
    "updateSelectedMarker()\0"
 
39
};
 
40
 
 
41
const QMetaObject QgsMarkerDialog::staticMetaObject = {
 
42
    { &QDialog::staticMetaObject, qt_meta_stringdata_QgsMarkerDialog,
 
43
      qt_meta_data_QgsMarkerDialog, 0 }
 
44
};
 
45
 
 
46
const QMetaObject *QgsMarkerDialog::metaObject() const
 
47
{
 
48
    return &staticMetaObject;
 
49
}
 
50
 
 
51
void *QgsMarkerDialog::qt_metacast(const char *_clname)
 
52
{
 
53
    if (!_clname) return 0;
 
54
    if (!strcmp(_clname, qt_meta_stringdata_QgsMarkerDialog))
 
55
        return static_cast<void*>(const_cast<QgsMarkerDialog*>(this));
 
56
    return QDialog::qt_metacast(_clname);
 
57
}
 
58
 
 
59
int QgsMarkerDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
 
60
{
 
61
    _id = QDialog::qt_metacall(_c, _id, _a);
 
62
    if (_id < 0)
 
63
        return _id;
 
64
    if (_c == QMetaObject::InvokeMetaMethod) {
 
65
        switch (_id) {
 
66
        case 0: changeDirectory(); break;
 
67
        case 1: updateSelectedMarker(); break;
 
68
        }
 
69
        _id -= 2;
 
70
    }
 
71
    return _id;
 
72
}