~ubuntu-branches/ubuntu/saucy/print-manager/saucy-proposed

« back to all changes in this revision

Viewing changes to build/printqueue/printqueueadaptor.moc

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-08-23 15:47:14 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120823154714-2kfgr4ml10d3bvwk
Tags: 0.2.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/****************************************************************************
2
 
** Meta object code from reading C++ file 'printqueueadaptor.h'
3
 
**
4
 
** Created: Wed Aug 15 18:07:05 2012
5
 
**      by: The Qt Meta Object Compiler version 63 (Qt 4.8.2)
6
 
**
7
 
** WARNING! All changes made in this file will be lost!
8
 
*****************************************************************************/
9
 
 
10
 
#include "printqueueadaptor.h"
11
 
#if !defined(Q_MOC_OUTPUT_REVISION)
12
 
#error "The header file 'printqueueadaptor.h' doesn't include <QObject>."
13
 
#elif Q_MOC_OUTPUT_REVISION != 63
14
 
#error "This file was generated using the moc from 4.8.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
 
QT_BEGIN_MOC_NAMESPACE
20
 
static const uint qt_meta_data_PrintQueueAdaptor[] = {
21
 
 
22
 
 // content:
23
 
       6,       // revision
24
 
       0,       // classname
25
 
       2,   14, // classinfo
26
 
       1,   18, // methods
27
 
       0,    0, // properties
28
 
       0,    0, // enums/sets
29
 
       0,    0, // constructors
30
 
       0,       // flags
31
 
       0,       // signalCount
32
 
 
33
 
 // classinfo: key, value
34
 
      37,   18,
35
 
     206,   53,
36
 
 
37
 
 // slots: signature, parameters, type, tag, flags
38
 
     236,  227,  226,  226, 0x0a,
39
 
 
40
 
       0        // eod
41
 
};
42
 
 
43
 
static const char qt_meta_stringdata_PrintQueueAdaptor[] = {
44
 
    "PrintQueueAdaptor\0org.kde.PrintQueue\0"
45
 
    "D-Bus Interface\0"
46
 
    "  <interface name=\"org.kde.PrintQueue\">\n    <method name=\"ShowQueu"
47
 
    "e\">\n      <arg direction=\"in\" type=\"s\" name=\"destName\"/>\n    "
48
 
    "</method>\n  </interface>\n\0"
49
 
    "D-Bus Introspection\0\0destName\0"
50
 
    "ShowQueue(QString)\0"
51
 
};
52
 
 
53
 
void PrintQueueAdaptor::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
54
 
{
55
 
    if (_c == QMetaObject::InvokeMetaMethod) {
56
 
        Q_ASSERT(staticMetaObject.cast(_o));
57
 
        PrintQueueAdaptor *_t = static_cast<PrintQueueAdaptor *>(_o);
58
 
        switch (_id) {
59
 
        case 0: _t->ShowQueue((*reinterpret_cast< const QString(*)>(_a[1]))); break;
60
 
        default: ;
61
 
        }
62
 
    }
63
 
}
64
 
 
65
 
const QMetaObjectExtraData PrintQueueAdaptor::staticMetaObjectExtraData = {
66
 
    0,  qt_static_metacall 
67
 
};
68
 
 
69
 
const QMetaObject PrintQueueAdaptor::staticMetaObject = {
70
 
    { &QDBusAbstractAdaptor::staticMetaObject, qt_meta_stringdata_PrintQueueAdaptor,
71
 
      qt_meta_data_PrintQueueAdaptor, &staticMetaObjectExtraData }
72
 
};
73
 
 
74
 
#ifdef Q_NO_DATA_RELOCATION
75
 
const QMetaObject &PrintQueueAdaptor::getStaticMetaObject() { return staticMetaObject; }
76
 
#endif //Q_NO_DATA_RELOCATION
77
 
 
78
 
const QMetaObject *PrintQueueAdaptor::metaObject() const
79
 
{
80
 
    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
81
 
}
82
 
 
83
 
void *PrintQueueAdaptor::qt_metacast(const char *_clname)
84
 
{
85
 
    if (!_clname) return 0;
86
 
    if (!strcmp(_clname, qt_meta_stringdata_PrintQueueAdaptor))
87
 
        return static_cast<void*>(const_cast< PrintQueueAdaptor*>(this));
88
 
    return QDBusAbstractAdaptor::qt_metacast(_clname);
89
 
}
90
 
 
91
 
int PrintQueueAdaptor::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
92
 
{
93
 
    _id = QDBusAbstractAdaptor::qt_metacall(_c, _id, _a);
94
 
    if (_id < 0)
95
 
        return _id;
96
 
    if (_c == QMetaObject::InvokeMetaMethod) {
97
 
        if (_id < 1)
98
 
            qt_static_metacall(this, _c, _id, _a);
99
 
        _id -= 1;
100
 
    }
101
 
    return _id;
102
 
}
103
 
QT_END_MOC_NAMESPACE