~ubuntu-branches/ubuntu/lucid/qt-x11-free/lucid

« back to all changes in this revision

Viewing changes to src/.moc/release-shared-mt/qtooltip.moc

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-11-09 14:37:51 UTC
  • mfrom: (0.32.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091109143751-ocohpw4y0j4yi20w
Tags: 3:3.3.8-b-6ubuntu1
* Merge with Debian, remaining changes:
 - Add kubuntu_06_fglrx_0_size_screen.dpatch work around fglrx reporting a 0 size screen.
   Closes https://bugs.launchpad.net/ubuntu/+source/qt-x11-free/+bug/81686
 - Add kubuntu_09_flickerfree_qiconview.dpatch to add
   double-buffering for the icon redraw - prevents flicker on window
   redrawing (LP: #209227)
 - No firebird/ibase build (remove build-dep, control entry, ibase
   ./configure option), firebird is not in Ubuntu main
 - Add debian/qt_plugins_3.3rc and debian/qtrc to set default style to plastique, edit libqt3-mt.install to install them

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/****************************************************************************
2
 
** QTipLabel meta object code from reading C++ file 'qtooltip.cpp'
3
 
**
4
 
** Created: Fri May 2 11:41:37 2008
5
 
**      by: The Qt MOC ($Id: qt/moc_yacc.cpp   3.3.8   edited Feb 2 14:59 $)
6
 
**
7
 
** WARNING! All changes made in this file will be lost!
8
 
*****************************************************************************/
9
 
 
10
 
#include <qmetaobject.h>
11
 
#include <qapplication.h>
12
 
 
13
 
#include <private/qucomextra_p.h>
14
 
#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)
15
 
#error "This file was generated using the moc from 3.3.8b. It"
16
 
#error "cannot be used with the include files from this version of Qt."
17
 
#error "(The moc has changed too much.)"
18
 
#endif
19
 
 
20
 
const char *QTipLabel::className() const
21
 
{
22
 
    return "QTipLabel";
23
 
}
24
 
 
25
 
QMetaObject *QTipLabel::metaObj = 0;
26
 
static QMetaObjectCleanUp cleanUp_QTipLabel( "QTipLabel", &QTipLabel::staticMetaObject );
27
 
 
28
 
#ifndef QT_NO_TRANSLATION
29
 
QString QTipLabel::tr( const char *s, const char *c )
30
 
{
31
 
    if ( qApp )
32
 
        return qApp->translate( "QTipLabel", s, c, QApplication::DefaultCodec );
33
 
    else
34
 
        return QString::fromLatin1( s );
35
 
}
36
 
#ifndef QT_NO_TRANSLATION_UTF8
37
 
QString QTipLabel::trUtf8( const char *s, const char *c )
38
 
{
39
 
    if ( qApp )
40
 
        return qApp->translate( "QTipLabel", s, c, QApplication::UnicodeUTF8 );
41
 
    else
42
 
        return QString::fromUtf8( s );
43
 
}
44
 
#endif // QT_NO_TRANSLATION_UTF8
45
 
 
46
 
#endif // QT_NO_TRANSLATION
47
 
 
48
 
QMetaObject* QTipLabel::staticMetaObject()
49
 
{
50
 
    if ( metaObj )
51
 
        return metaObj;
52
 
    QMetaObject* parentObject = QLabel::staticMetaObject();
53
 
    metaObj = QMetaObject::new_metaobject(
54
 
        "QTipLabel", parentObject,
55
 
        0, 0,
56
 
        0, 0,
57
 
#ifndef QT_NO_PROPERTIES
58
 
        0, 0,
59
 
        0, 0,
60
 
#endif // QT_NO_PROPERTIES
61
 
        0, 0 );
62
 
    cleanUp_QTipLabel.setMetaObject( metaObj );
63
 
    return metaObj;
64
 
}
65
 
 
66
 
void* QTipLabel::qt_cast( const char* clname )
67
 
{
68
 
    if ( !qstrcmp( clname, "QTipLabel" ) )
69
 
        return this;
70
 
    return QLabel::qt_cast( clname );
71
 
}
72
 
 
73
 
bool QTipLabel::qt_invoke( int _id, QUObject* _o )
74
 
{
75
 
    return QLabel::qt_invoke(_id,_o);
76
 
}
77
 
 
78
 
bool QTipLabel::qt_emit( int _id, QUObject* _o )
79
 
{
80
 
    return QLabel::qt_emit(_id,_o);
81
 
}
82
 
#ifndef QT_NO_PROPERTIES
83
 
 
84
 
bool QTipLabel::qt_property( int id, int f, QVariant* v)
85
 
{
86
 
    return QLabel::qt_property( id, f, v);
87
 
}
88
 
 
89
 
bool QTipLabel::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
90
 
#endif // QT_NO_PROPERTIES
91
 
 
92
 
 
93
 
const char *QTipManager::className() const
94
 
{
95
 
    return "QTipManager";
96
 
}
97
 
 
98
 
QMetaObject *QTipManager::metaObj = 0;
99
 
static QMetaObjectCleanUp cleanUp_QTipManager( "QTipManager", &QTipManager::staticMetaObject );
100
 
 
101
 
#ifndef QT_NO_TRANSLATION
102
 
QString QTipManager::tr( const char *s, const char *c )
103
 
{
104
 
    if ( qApp )
105
 
        return qApp->translate( "QTipManager", s, c, QApplication::DefaultCodec );
106
 
    else
107
 
        return QString::fromLatin1( s );
108
 
}
109
 
#ifndef QT_NO_TRANSLATION_UTF8
110
 
QString QTipManager::trUtf8( const char *s, const char *c )
111
 
{
112
 
    if ( qApp )
113
 
        return qApp->translate( "QTipManager", s, c, QApplication::UnicodeUTF8 );
114
 
    else
115
 
        return QString::fromUtf8( s );
116
 
}
117
 
#endif // QT_NO_TRANSLATION_UTF8
118
 
 
119
 
#endif // QT_NO_TRANSLATION
120
 
 
121
 
QMetaObject* QTipManager::staticMetaObject()
122
 
{
123
 
    if ( metaObj )
124
 
        return metaObj;
125
 
    QMetaObject* parentObject = QObject::staticMetaObject();
126
 
    static const QUMethod slot_0 = {"hideTip", 0, 0 };
127
 
    static const QUMethod slot_1 = {"labelDestroyed", 0, 0 };
128
 
    static const QUMethod slot_2 = {"clientWidgetDestroyed", 0, 0 };
129
 
    static const QUMethod slot_3 = {"showTip", 0, 0 };
130
 
    static const QUMethod slot_4 = {"allowAnimation", 0, 0 };
131
 
    static const QMetaData slot_tbl[] = {
132
 
        { "hideTip()", &slot_0, QMetaData::Public },
133
 
        { "labelDestroyed()", &slot_1, QMetaData::Private },
134
 
        { "clientWidgetDestroyed()", &slot_2, QMetaData::Private },
135
 
        { "showTip()", &slot_3, QMetaData::Private },
136
 
        { "allowAnimation()", &slot_4, QMetaData::Private }
137
 
    };
138
 
    metaObj = QMetaObject::new_metaobject(
139
 
        "QTipManager", parentObject,
140
 
        slot_tbl, 5,
141
 
        0, 0,
142
 
#ifndef QT_NO_PROPERTIES
143
 
        0, 0,
144
 
        0, 0,
145
 
#endif // QT_NO_PROPERTIES
146
 
        0, 0 );
147
 
    cleanUp_QTipManager.setMetaObject( metaObj );
148
 
    return metaObj;
149
 
}
150
 
 
151
 
void* QTipManager::qt_cast( const char* clname )
152
 
{
153
 
    if ( !qstrcmp( clname, "QTipManager" ) )
154
 
        return this;
155
 
    return QObject::qt_cast( clname );
156
 
}
157
 
 
158
 
bool QTipManager::qt_invoke( int _id, QUObject* _o )
159
 
{
160
 
    switch ( _id - staticMetaObject()->slotOffset() ) {
161
 
    case 0: hideTip(); break;
162
 
    case 1: labelDestroyed(); break;
163
 
    case 2: clientWidgetDestroyed(); break;
164
 
    case 3: showTip(); break;
165
 
    case 4: allowAnimation(); break;
166
 
    default:
167
 
        return QObject::qt_invoke( _id, _o );
168
 
    }
169
 
    return TRUE;
170
 
}
171
 
 
172
 
bool QTipManager::qt_emit( int _id, QUObject* _o )
173
 
{
174
 
    return QObject::qt_emit(_id,_o);
175
 
}
176
 
#ifndef QT_NO_PROPERTIES
177
 
 
178
 
bool QTipManager::qt_property( int id, int f, QVariant* v)
179
 
{
180
 
    return QObject::qt_property( id, f, v);
181
 
}
182
 
 
183
 
bool QTipManager::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
184
 
#endif // QT_NO_PROPERTIES