~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to src/moc_tohighlightedtext.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Michael Meskes
  • Date: 2009-04-07 13:16:05 UTC
  • mfrom: (1.2.7 upstream) (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090407131605-u422yigfv7jgg0l0
Tags: 2.0.0-3
* Cleaned up packaging a little bit.
* Added homepage information to control file.
* Bumped Standards-Version to 3.8.1.
* Released to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** Meta object code from reading C++ file 'tohighlightedtext.h'
 
3
**
 
4
** Created: Mon Nov 3 14:34:33 2008
 
5
**      by: The Qt Meta Object Compiler version 59 (Qt 4.4.0)
 
6
**
 
7
** WARNING! All changes made in this file will be lost!
 
8
*****************************************************************************/
 
9
 
 
10
#include "tohighlightedtext.h"
 
11
#if !defined(Q_MOC_OUTPUT_REVISION)
 
12
#error "The header file 'tohighlightedtext.h' doesn't include <QObject>."
 
13
#elif Q_MOC_OUTPUT_REVISION != 59
 
14
#error "This file was generated using the moc from 4.4.0. 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_toComplPopup[] = {
 
21
 
 
22
 // content:
 
23
       1,       // revision
 
24
       0,       // classname
 
25
       0,    0, // classinfo
 
26
       1,   10, // methods
 
27
       0,    0, // properties
 
28
       0,    0, // enums/sets
 
29
 
 
30
 // slots: signature, parameters, type, tag, flags
 
31
      14,   13,   13,   13, 0x0a,
 
32
 
 
33
       0        // eod
 
34
};
 
35
 
 
36
static const char qt_meta_stringdata_toComplPopup[] = {
 
37
    "toComplPopup\0\0hide()\0"
 
38
};
 
39
 
 
40
const QMetaObject toComplPopup::staticMetaObject = {
 
41
    { &QWidget::staticMetaObject, qt_meta_stringdata_toComplPopup,
 
42
      qt_meta_data_toComplPopup, 0 }
 
43
};
 
44
 
 
45
const QMetaObject *toComplPopup::metaObject() const
 
46
{
 
47
    return &staticMetaObject;
 
48
}
 
49
 
 
50
void *toComplPopup::qt_metacast(const char *_clname)
 
51
{
 
52
    if (!_clname) return 0;
 
53
    if (!strcmp(_clname, qt_meta_stringdata_toComplPopup))
 
54
        return static_cast<void*>(const_cast< toComplPopup*>(this));
 
55
    return QWidget::qt_metacast(_clname);
 
56
}
 
57
 
 
58
int toComplPopup::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
 
59
{
 
60
    _id = QWidget::qt_metacall(_c, _id, _a);
 
61
    if (_id < 0)
 
62
        return _id;
 
63
    if (_c == QMetaObject::InvokeMetaMethod) {
 
64
        switch (_id) {
 
65
        case 0: hide(); break;
 
66
        }
 
67
        _id -= 1;
 
68
    }
 
69
    return _id;
 
70
}
 
71
static const uint qt_meta_data_toHighlightedText[] = {
 
72
 
 
73
 // content:
 
74
       1,       // revision
 
75
       0,       // classname
 
76
       0,    0, // classinfo
 
77
       6,   10, // methods
 
78
       0,    0, // properties
 
79
       0,    0, // enums/sets
 
80
 
 
81
 // slots: signature, parameters, type, tag, flags
 
82
      19,   18,   18,   18, 0x0a,
 
83
      31,   18,   18,   18, 0x0a,
 
84
      47,   18,   18,   18, 0x0a,
 
85
      78,   70,   18,   18, 0x0a,
 
86
     108,  103,   18,   18, 0x0a,
 
87
     142,   18,   18,   18, 0x08,
 
88
 
 
89
       0        // eod
 
90
};
 
91
 
 
92
static const char qt_meta_stringdata_toHighlightedText[] = {
 
93
    "toHighlightedText\0\0nextError()\0"
 
94
    "previousError()\0autoCompleteFromAPIs()\0"
 
95
    "row,col\0positionChanged(int,int)\0item\0"
 
96
    "completeFromAPI(QListWidgetItem*)\0"
 
97
    "setStatusMessage()\0"
 
98
};
 
99
 
 
100
const QMetaObject toHighlightedText::staticMetaObject = {
 
101
    { &toMarkedText::staticMetaObject, qt_meta_stringdata_toHighlightedText,
 
102
      qt_meta_data_toHighlightedText, 0 }
 
103
};
 
104
 
 
105
const QMetaObject *toHighlightedText::metaObject() const
 
106
{
 
107
    return &staticMetaObject;
 
108
}
 
109
 
 
110
void *toHighlightedText::qt_metacast(const char *_clname)
 
111
{
 
112
    if (!_clname) return 0;
 
113
    if (!strcmp(_clname, qt_meta_stringdata_toHighlightedText))
 
114
        return static_cast<void*>(const_cast< toHighlightedText*>(this));
 
115
    return toMarkedText::qt_metacast(_clname);
 
116
}
 
117
 
 
118
int toHighlightedText::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
 
119
{
 
120
    _id = toMarkedText::qt_metacall(_c, _id, _a);
 
121
    if (_id < 0)
 
122
        return _id;
 
123
    if (_c == QMetaObject::InvokeMetaMethod) {
 
124
        switch (_id) {
 
125
        case 0: nextError(); break;
 
126
        case 1: previousError(); break;
 
127
        case 2: autoCompleteFromAPIs(); break;
 
128
        case 3: positionChanged((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
 
129
        case 4: completeFromAPI((*reinterpret_cast< QListWidgetItem*(*)>(_a[1]))); break;
 
130
        case 5: setStatusMessage(); break;
 
131
        }
 
132
        _id -= 6;
 
133
    }
 
134
    return _id;
 
135
}
 
136
QT_END_MOC_NAMESPACE