-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoc_uiFilter.cpp
116 lines (104 loc) · 3.34 KB
/
moc_uiFilter.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
/****************************************************************************
** Filter meta object code from reading C++ file 'uiFilter.h'
**
** Created: Sat Apr 11 10:04:09 2009
** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.8 edited Feb 2 14:59 $)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#undef QT_NO_COMPAT
#include "uiFilter.h"
#include <qmetaobject.h>
#include <qapplication.h>
#include <private/qucomextra_p.h>
#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)
#error "This file was generated using the moc from 3.3.8. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
const char *Filter::className() const
{
return "Filter";
}
QMetaObject *Filter::metaObj = 0;
static QMetaObjectCleanUp cleanUp_Filter( "Filter", &Filter::staticMetaObject );
#ifndef QT_NO_TRANSLATION
QString Filter::tr( const char *s, const char *c )
{
if ( qApp )
return qApp->translate( "Filter", s, c, QApplication::DefaultCodec );
else
return QString::fromLatin1( s );
}
#ifndef QT_NO_TRANSLATION_UTF8
QString Filter::trUtf8( const char *s, const char *c )
{
if ( qApp )
return qApp->translate( "Filter", s, c, QApplication::UnicodeUTF8 );
else
return QString::fromUtf8( s );
}
#endif // QT_NO_TRANSLATION_UTF8
#endif // QT_NO_TRANSLATION
QMetaObject* Filter::staticMetaObject()
{
if ( metaObj )
return metaObj;
QMetaObject* parentObject = QDialog::staticMetaObject();
static const QUParameter param_slot_0[] = {
{ "inFilter", &static_QUType_QString, 0, QUParameter::In }
};
static const QUMethod slot_0 = {"tryFilter2", 1, param_slot_0 };
static const QUMethod slot_1 = {"filterStart", 0, 0 };
static const QUMethod slot_2 = {"filterStop", 0, 0 };
static const QUMethod slot_3 = {"setDevice", 0, 0 };
static const QUMethod slot_4 = {"languageChange", 0, 0 };
static const QMetaData slot_tbl[] = {
{ "tryFilter2(const QString&)", &slot_0, QMetaData::Public },
{ "filterStart()", &slot_1, QMetaData::Public },
{ "filterStop()", &slot_2, QMetaData::Public },
{ "setDevice()", &slot_3, QMetaData::Public },
{ "languageChange()", &slot_4, QMetaData::Protected }
};
metaObj = QMetaObject::new_metaobject(
"Filter", parentObject,
slot_tbl, 5,
0, 0,
#ifndef QT_NO_PROPERTIES
0, 0,
0, 0,
#endif // QT_NO_PROPERTIES
0, 0 );
cleanUp_Filter.setMetaObject( metaObj );
return metaObj;
}
void* Filter::qt_cast( const char* clname )
{
if ( !qstrcmp( clname, "Filter" ) )
return this;
return QDialog::qt_cast( clname );
}
bool Filter::qt_invoke( int _id, QUObject* _o )
{
switch ( _id - staticMetaObject()->slotOffset() ) {
case 0: tryFilter2((const QString&)static_QUType_QString.get(_o+1)); break;
case 1: filterStart(); break;
case 2: filterStop(); break;
case 3: setDevice(); break;
case 4: languageChange(); break;
default:
return QDialog::qt_invoke( _id, _o );
}
return TRUE;
}
bool Filter::qt_emit( int _id, QUObject* _o )
{
return QDialog::qt_emit(_id,_o);
}
#ifndef QT_NO_PROPERTIES
bool Filter::qt_property( int id, int f, QVariant* v)
{
return QDialog::qt_property( id, f, v);
}
bool Filter::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
#endif // QT_NO_PROPERTIES