Update to the newest upstream version.
[vlp.git] / lgconfig / lgconfig.moc
1 /****************************************************************************
2 ** QInstall meta object code from reading C++ file 'lgconfig.cpp'
3 **
4 ** Created: Fri Mar 4 12:26:18 2011
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 *QInstall::className() const
21 {
22     return "QInstall";
23 }
24
25 QMetaObject *QInstall::metaObj = 0;
26 static QMetaObjectCleanUp cleanUp_QInstall( "QInstall", &QInstall::staticMetaObject );
27
28 #ifndef QT_NO_TRANSLATION
29 QString QInstall::tr( const char *s, const char *c )
30 {
31     if ( qApp )
32         return qApp->translate( "QInstall", s, c, QApplication::DefaultCodec );
33     else
34         return QString::fromLatin1( s );
35 }
36 #ifndef QT_NO_TRANSLATION_UTF8
37 QString QInstall::trUtf8( const char *s, const char *c )
38 {
39     if ( qApp )
40         return qApp->translate( "QInstall", 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* QInstall::staticMetaObject()
49 {
50     if ( metaObj )
51         return metaObj;
52     QMetaObject* parentObject = QFrame::staticMetaObject();
53     static const QUMethod slot_0 = {"SetOptions", 0, 0 };
54     static const QUMethod slot_1 = {"AddNode", 0, 0 };
55     static const QUMethod slot_2 = {"DelNode", 0, 0 };
56     static const QUMethod slot_3 = {"Info", 0, 0 };
57     static const QMetaData slot_tbl[] = {
58         { "SetOptions()", &slot_0, QMetaData::Public },
59         { "AddNode()", &slot_1, QMetaData::Public },
60         { "DelNode()", &slot_2, QMetaData::Public },
61         { "Info()", &slot_3, QMetaData::Public }
62     };
63     metaObj = QMetaObject::new_metaobject(
64         "QInstall", parentObject,
65         slot_tbl, 4,
66         0, 0,
67 #ifndef QT_NO_PROPERTIES
68         0, 0,
69         0, 0,
70 #endif // QT_NO_PROPERTIES
71         0, 0 );
72     cleanUp_QInstall.setMetaObject( metaObj );
73     return metaObj;
74 }
75
76 void* QInstall::qt_cast( const char* clname )
77 {
78     if ( !qstrcmp( clname, "QInstall" ) )
79         return this;
80     return QFrame::qt_cast( clname );
81 }
82
83 bool QInstall::qt_invoke( int _id, QUObject* _o )
84 {
85     switch ( _id - staticMetaObject()->slotOffset() ) {
86     case 0: SetOptions(); break;
87     case 1: AddNode(); break;
88     case 2: DelNode(); break;
89     case 3: Info(); break;
90     default:
91         return QFrame::qt_invoke( _id, _o );
92     }
93     return TRUE;
94 }
95
96 bool QInstall::qt_emit( int _id, QUObject* _o )
97 {
98     return QFrame::qt_emit(_id,_o);
99 }
100 #ifndef QT_NO_PROPERTIES
101
102 bool QInstall::qt_property( int id, int f, QVariant* v)
103 {
104     return QFrame::qt_property( id, f, v);
105 }
106
107 bool QInstall::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
108 #endif // QT_NO_PROPERTIES