~ubuntu-branches/ubuntu/dapper/kde-systemsettings/dapper

« back to all changes in this revision

Viewing changes to obj-x86_64-linux-gnu/systemsettings/modulesview.moc

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell, Jonathan Riddell, Anthony Mercatante
  • Date: 2006-05-12 16:10:16 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060512161016-x51eumoy2xzp20lx
Tags: 0.0svn20060512-0ubuntu1
[ Jonathan Riddell ]
* New SVN snapshot, includes our Kubuntu patches now 
  upstream plus new translations

[ Anthony Mercatante ]
* Move componentchooser to components
* Show spellchecking
* Move kcmsmserver to components
* Move Accessibility to Personal

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** ModulesView meta object code from reading C++ file 'modulesview.h'
 
3
**
 
4
** Created: Fri May 12 16:18:56 2006
 
5
**      by: The Qt MOC ($Id: qt/moc_yacc.cpp   3.3.6   edited Mar 8 17:43 $)
 
6
**
 
7
** WARNING! All changes made in this file will be lost!
 
8
*****************************************************************************/
 
9
 
 
10
#undef QT_NO_COMPAT
 
11
#include "../../systemsettings/modulesview.h"
 
12
#include <qmetaobject.h>
 
13
#include <qapplication.h>
 
14
 
 
15
#include <private/qucomextra_p.h>
 
16
#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)
 
17
#error "This file was generated using the moc from 3.3.6. It"
 
18
#error "cannot be used with the include files from this version of Qt."
 
19
#error "(The moc has changed too much.)"
 
20
#endif
 
21
 
 
22
const char *ModulesView::className() const
 
23
{
 
24
    return "ModulesView";
 
25
}
 
26
 
 
27
QMetaObject *ModulesView::metaObj = 0;
 
28
static QMetaObjectCleanUp cleanUp_ModulesView( "ModulesView", &ModulesView::staticMetaObject );
 
29
 
 
30
#ifndef QT_NO_TRANSLATION
 
31
QString ModulesView::tr( const char *s, const char *c )
 
32
{
 
33
    if ( qApp )
 
34
        return qApp->translate( "ModulesView", s, c, QApplication::DefaultCodec );
 
35
    else
 
36
        return QString::fromLatin1( s );
 
37
}
 
38
#ifndef QT_NO_TRANSLATION_UTF8
 
39
QString ModulesView::trUtf8( const char *s, const char *c )
 
40
{
 
41
    if ( qApp )
 
42
        return qApp->translate( "ModulesView", s, c, QApplication::UnicodeUTF8 );
 
43
    else
 
44
        return QString::fromUtf8( s );
 
45
}
 
46
#endif // QT_NO_TRANSLATION_UTF8
 
47
 
 
48
#endif // QT_NO_TRANSLATION
 
49
 
 
50
QMetaObject* ModulesView::staticMetaObject()
 
51
{
 
52
    if ( metaObj )
 
53
        return metaObj;
 
54
    QMetaObject* parentObject = QWidget::staticMetaObject();
 
55
    static const QUParameter param_signal_0[] = {
 
56
        { "item", &static_QUType_ptr, "QIconViewItem", QUParameter::In }
 
57
    };
 
58
    static const QUMethod signal_0 = {"itemSelected", 1, param_signal_0 };
 
59
    static const QMetaData signal_tbl[] = {
 
60
        { "itemSelected(QIconViewItem*)", &signal_0, QMetaData::Public }
 
61
    };
 
62
    metaObj = QMetaObject::new_metaobject(
 
63
        "ModulesView", parentObject,
 
64
        0, 0,
 
65
        signal_tbl, 1,
 
66
#ifndef QT_NO_PROPERTIES
 
67
        0, 0,
 
68
        0, 0,
 
69
#endif // QT_NO_PROPERTIES
 
70
        0, 0 );
 
71
    cleanUp_ModulesView.setMetaObject( metaObj );
 
72
    return metaObj;
 
73
}
 
74
 
 
75
void* ModulesView::qt_cast( const char* clname )
 
76
{
 
77
    if ( !qstrcmp( clname, "ModulesView" ) )
 
78
        return this;
 
79
    return QWidget::qt_cast( clname );
 
80
}
 
81
 
 
82
#include <qobjectdefs.h>
 
83
#include <qsignalslotimp.h>
 
84
 
 
85
// SIGNAL itemSelected
 
86
void ModulesView::itemSelected( QIconViewItem* t0 )
 
87
{
 
88
    if ( signalsBlocked() )
 
89
        return;
 
90
    QConnectionList *clist = receivers( staticMetaObject()->signalOffset() + 0 );
 
91
    if ( !clist )
 
92
        return;
 
93
    QUObject o[2];
 
94
    static_QUType_ptr.set(o+1,t0);
 
95
    activate_signal( clist, o );
 
96
}
 
97
 
 
98
bool ModulesView::qt_invoke( int _id, QUObject* _o )
 
99
{
 
100
    return QWidget::qt_invoke(_id,_o);
 
101
}
 
102
 
 
103
bool ModulesView::qt_emit( int _id, QUObject* _o )
 
104
{
 
105
    switch ( _id - staticMetaObject()->signalOffset() ) {
 
106
    case 0: itemSelected((QIconViewItem*)static_QUType_ptr.get(_o+1)); break;
 
107
    default:
 
108
        return QWidget::qt_emit(_id,_o);
 
109
    }
 
110
    return TRUE;
 
111
}
 
112
#ifndef QT_NO_PROPERTIES
 
113
 
 
114
bool ModulesView::qt_property( int id, int f, QVariant* v)
 
115
{
 
116
    return QWidget::qt_property( id, f, v);
 
117
}
 
118
 
 
119
bool ModulesView::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
 
120
#endif // QT_NO_PROPERTIES