~feng-kylin/youker-assistant/youker-assistant

« back to all changes in this revision

Viewing changes to processmanager/moc_kylintitlebar.cpp

  • Committer: kobe
  • Date: 2015-02-13 07:37:10 UTC
  • Revision ID: xiangli@ubuntukylin.com-20150213073710-0jyp02ilyi5njj10
Qt Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** Meta object code from reading C++ file 'kylintitlebar.h'
 
3
**
 
4
** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.6)
 
5
**
 
6
** WARNING! All changes made in this file will be lost!
 
7
*****************************************************************************/
 
8
 
 
9
#include "../component/kylintitlebar.h"
 
10
#if !defined(Q_MOC_OUTPUT_REVISION)
 
11
#error "The header file 'kylintitlebar.h' doesn't include <QObject>."
 
12
#elif Q_MOC_OUTPUT_REVISION != 63
 
13
#error "This file was generated using the moc from 4.8.6. It"
 
14
#error "cannot be used with the include files from this version of Qt."
 
15
#error "(The moc has changed too much.)"
 
16
#endif
 
17
 
 
18
QT_BEGIN_MOC_NAMESPACE
 
19
static const uint qt_meta_data_KylinTitleBar[] = {
 
20
 
 
21
 // content:
 
22
       6,       // revision
 
23
       0,       // classname
 
24
       0,    0, // classinfo
 
25
       1,   14, // methods
 
26
       0,    0, // properties
 
27
       0,    0, // enums/sets
 
28
       0,    0, // constructors
 
29
       0,       // flags
 
30
       1,       // signalCount
 
31
 
 
32
 // signals: signature, parameters, type, tag, flags
 
33
      15,   14,   14,   14, 0x05,
 
34
 
 
35
       0        // eod
 
36
};
 
37
 
 
38
static const char qt_meta_stringdata_KylinTitleBar[] = {
 
39
    "KylinTitleBar\0\0closeDialog()\0"
 
40
};
 
41
 
 
42
void KylinTitleBar::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
 
43
{
 
44
    if (_c == QMetaObject::InvokeMetaMethod) {
 
45
        Q_ASSERT(staticMetaObject.cast(_o));
 
46
        KylinTitleBar *_t = static_cast<KylinTitleBar *>(_o);
 
47
        switch (_id) {
 
48
        case 0: _t->closeDialog(); break;
 
49
        default: ;
 
50
        }
 
51
    }
 
52
    Q_UNUSED(_a);
 
53
}
 
54
 
 
55
const QMetaObjectExtraData KylinTitleBar::staticMetaObjectExtraData = {
 
56
    0,  qt_static_metacall 
 
57
};
 
58
 
 
59
const QMetaObject KylinTitleBar::staticMetaObject = {
 
60
    { &QWidget::staticMetaObject, qt_meta_stringdata_KylinTitleBar,
 
61
      qt_meta_data_KylinTitleBar, &staticMetaObjectExtraData }
 
62
};
 
63
 
 
64
#ifdef Q_NO_DATA_RELOCATION
 
65
const QMetaObject &KylinTitleBar::getStaticMetaObject() { return staticMetaObject; }
 
66
#endif //Q_NO_DATA_RELOCATION
 
67
 
 
68
const QMetaObject *KylinTitleBar::metaObject() const
 
69
{
 
70
    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
 
71
}
 
72
 
 
73
void *KylinTitleBar::qt_metacast(const char *_clname)
 
74
{
 
75
    if (!_clname) return 0;
 
76
    if (!strcmp(_clname, qt_meta_stringdata_KylinTitleBar))
 
77
        return static_cast<void*>(const_cast< KylinTitleBar*>(this));
 
78
    return QWidget::qt_metacast(_clname);
 
79
}
 
80
 
 
81
int KylinTitleBar::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
 
82
{
 
83
    _id = QWidget::qt_metacall(_c, _id, _a);
 
84
    if (_id < 0)
 
85
        return _id;
 
86
    if (_c == QMetaObject::InvokeMetaMethod) {
 
87
        if (_id < 1)
 
88
            qt_static_metacall(this, _c, _id, _a);
 
89
        _id -= 1;
 
90
    }
 
91
    return _id;
 
92
}
 
93
 
 
94
// SIGNAL 0
 
95
void KylinTitleBar::closeDialog()
 
96
{
 
97
    QMetaObject::activate(this, &staticMetaObject, 0, 0);
 
98
}
 
99
QT_END_MOC_NAMESPACE