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

« back to all changes in this revision

Viewing changes to build/configure-printer/ModifyPrinter.moc

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-08-21 12:30:49 UTC
  • mto: (1.3.2)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: package-import@ubuntu.com-20120821123049-c8uky0a9gmfkck87
Tags: upstream-0.1.0+git20120821
ImportĀ upstreamĀ versionĀ 0.1.0+git20120821

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** Meta object code from reading C++ file 'ModifyPrinter.h'
 
3
**
 
4
** Created: Wed Aug 15 18:06:20 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 "../../configure-printer/ModifyPrinter.h"
 
11
#if !defined(Q_MOC_OUTPUT_REVISION)
 
12
#error "The header file 'ModifyPrinter.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_ModifyPrinter[] = {
 
21
 
 
22
 // content:
 
23
       6,       // revision
 
24
       0,       // classname
 
25
       0,    0, // classinfo
 
26
       6,   14, // methods
 
27
       0,    0, // properties
 
28
       1,   44, // enums/sets
 
29
       0,    0, // constructors
 
30
       0,       // flags
 
31
       3,       // signalCount
 
32
 
 
33
 // signals: signature, parameters, type, tag, flags
 
34
      15,   14,   14,   14, 0x05,
 
35
      25,   14,   14,   14, 0x05,
 
36
      35,   14,   14,   14, 0x05,
 
37
 
 
38
 // slots: signature, parameters, type, tag, flags
 
39
      53,   48,   14,   14, 0x08,
 
40
      80,   74,   14,   14, 0x08,
 
41
     105,   14,   14,   14, 0x08,
 
42
 
 
43
 // enums: name, flags, count, data
 
44
     120, 0x0,    5,   48,
 
45
 
 
46
 // enum data: key, value
 
47
     125, uint(ModifyPrinter::PPDDefault),
 
48
     136, uint(ModifyPrinter::PPDCustom),
 
49
     146, uint(ModifyPrinter::PPDFile),
 
50
     154, uint(ModifyPrinter::PPDList),
 
51
     162, uint(ModifyPrinter::PPDName),
 
52
 
 
53
       0        // eod
 
54
};
 
55
 
 
56
static const char qt_meta_stringdata_ModifyPrinter[] = {
 
57
    "ModifyPrinter\0\0showKUR()\0hideKUR()\0"
 
58
    "ppdChanged()\0text\0textChanged(QString)\0"
 
59
    "index\0on_makeCB_activated(int)\0"
 
60
    "modelChanged()\0Role\0PPDDefault\0PPDCustom\0"
 
61
    "PPDFile\0PPDList\0PPDName\0"
 
62
};
 
63
 
 
64
void ModifyPrinter::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
 
65
{
 
66
    if (_c == QMetaObject::InvokeMetaMethod) {
 
67
        Q_ASSERT(staticMetaObject.cast(_o));
 
68
        ModifyPrinter *_t = static_cast<ModifyPrinter *>(_o);
 
69
        switch (_id) {
 
70
        case 0: _t->showKUR(); break;
 
71
        case 1: _t->hideKUR(); break;
 
72
        case 2: _t->ppdChanged(); break;
 
73
        case 3: _t->textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
 
74
        case 4: _t->on_makeCB_activated((*reinterpret_cast< int(*)>(_a[1]))); break;
 
75
        case 5: _t->modelChanged(); break;
 
76
        default: ;
 
77
        }
 
78
    }
 
79
}
 
80
 
 
81
const QMetaObjectExtraData ModifyPrinter::staticMetaObjectExtraData = {
 
82
    0,  qt_static_metacall 
 
83
};
 
84
 
 
85
const QMetaObject ModifyPrinter::staticMetaObject = {
 
86
    { &PrinterPage::staticMetaObject, qt_meta_stringdata_ModifyPrinter,
 
87
      qt_meta_data_ModifyPrinter, &staticMetaObjectExtraData }
 
88
};
 
89
 
 
90
#ifdef Q_NO_DATA_RELOCATION
 
91
const QMetaObject &ModifyPrinter::getStaticMetaObject() { return staticMetaObject; }
 
92
#endif //Q_NO_DATA_RELOCATION
 
93
 
 
94
const QMetaObject *ModifyPrinter::metaObject() const
 
95
{
 
96
    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
 
97
}
 
98
 
 
99
void *ModifyPrinter::qt_metacast(const char *_clname)
 
100
{
 
101
    if (!_clname) return 0;
 
102
    if (!strcmp(_clname, qt_meta_stringdata_ModifyPrinter))
 
103
        return static_cast<void*>(const_cast< ModifyPrinter*>(this));
 
104
    return PrinterPage::qt_metacast(_clname);
 
105
}
 
106
 
 
107
int ModifyPrinter::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
 
108
{
 
109
    _id = PrinterPage::qt_metacall(_c, _id, _a);
 
110
    if (_id < 0)
 
111
        return _id;
 
112
    if (_c == QMetaObject::InvokeMetaMethod) {
 
113
        if (_id < 6)
 
114
            qt_static_metacall(this, _c, _id, _a);
 
115
        _id -= 6;
 
116
    }
 
117
    return _id;
 
118
}
 
119
 
 
120
// SIGNAL 0
 
121
void ModifyPrinter::showKUR()
 
122
{
 
123
    QMetaObject::activate(this, &staticMetaObject, 0, 0);
 
124
}
 
125
 
 
126
// SIGNAL 1
 
127
void ModifyPrinter::hideKUR()
 
128
{
 
129
    QMetaObject::activate(this, &staticMetaObject, 1, 0);
 
130
}
 
131
 
 
132
// SIGNAL 2
 
133
void ModifyPrinter::ppdChanged()
 
134
{
 
135
    QMetaObject::activate(this, &staticMetaObject, 2, 0);
 
136
}
 
137
QT_END_MOC_NAMESPACE