~lubuntu-dev/juffed/trunk

« back to all changes in this revision

Viewing changes to plugins/doclist/DocListPlugin.moc

  • Committer: Mikhail Murzin
  • Date: 2012-01-31 01:33:22 UTC
  • Revision ID: git-v1:28dda15acf875c1565ffd527d8d4e8daa88ac487
Added plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** Meta object code from reading C++ file 'DocListPlugin.cpp'
 
3
**
 
4
** Created: Wed Oct 27 23:36:57 2010
 
5
**      by: The Qt Meta Object Compiler version 62 (Qt 4.6.2)
 
6
**
 
7
** WARNING! All changes made in this file will be lost!
 
8
*****************************************************************************/
 
9
 
 
10
#if !defined(Q_MOC_OUTPUT_REVISION)
 
11
#error "The header file 'DocListPlugin.cpp' doesn't include <QObject>."
 
12
#elif Q_MOC_OUTPUT_REVISION != 62
 
13
#error "This file was generated using the moc from 4.6.2. 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_DocListPlugin__Panel[] = {
 
20
 
 
21
 // content:
 
22
       4,       // revision
 
23
       0,       // classname
 
24
       0,    0, // classinfo
 
25
       2,   14, // methods
 
26
       0,    0, // properties
 
27
       0,    0, // enums/sets
 
28
       0,    0, // constructors
 
29
       0,       // flags
 
30
       0,       // signalCount
 
31
 
 
32
 // slots: signature, parameters, type, tag, flags
 
33
      27,   22,   21,   21, 0x0a,
 
34
      48,   21,   21,   21, 0x0a,
 
35
 
 
36
       0        // eod
 
37
};
 
38
 
 
39
static const char qt_meta_stringdata_DocListPlugin__Panel[] = {
 
40
    "DocListPlugin::Panel\0\0text\0"
 
41
    "filterItems(QString)\0clear()\0"
 
42
};
 
43
 
 
44
const QMetaObject DocListPlugin::Panel::staticMetaObject = {
 
45
    { &QWidget::staticMetaObject, qt_meta_stringdata_DocListPlugin__Panel,
 
46
      qt_meta_data_DocListPlugin__Panel, 0 }
 
47
};
 
48
 
 
49
#ifdef Q_NO_DATA_RELOCATION
 
50
const QMetaObject &DocListPlugin::Panel::getStaticMetaObject() { return staticMetaObject; }
 
51
#endif //Q_NO_DATA_RELOCATION
 
52
 
 
53
const QMetaObject *DocListPlugin::Panel::metaObject() const
 
54
{
 
55
    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
 
56
}
 
57
 
 
58
void *DocListPlugin::Panel::qt_metacast(const char *_clname)
 
59
{
 
60
    if (!_clname) return 0;
 
61
    if (!strcmp(_clname, qt_meta_stringdata_DocListPlugin__Panel))
 
62
        return static_cast<void*>(const_cast< Panel*>(this));
 
63
    return QWidget::qt_metacast(_clname);
 
64
}
 
65
 
 
66
int DocListPlugin::Panel::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
 
67
{
 
68
    _id = QWidget::qt_metacall(_c, _id, _a);
 
69
    if (_id < 0)
 
70
        return _id;
 
71
    if (_c == QMetaObject::InvokeMetaMethod) {
 
72
        switch (_id) {
 
73
        case 0: filterItems((*reinterpret_cast< const QString(*)>(_a[1]))); break;
 
74
        case 1: clear(); break;
 
75
        default: ;
 
76
        }
 
77
        _id -= 2;
 
78
    }
 
79
    return _id;
 
80
}
 
81
QT_END_MOC_NAMESPACE