Updated build rules
[qstardict] / qstardict / moc_resizablepopup.cpp
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'resizablepopup.h'
3 **
4 ** Created: Tue Dec 29 16:44:58 2009
5 **      by: The Qt Meta Object Compiler version 61 (Qt 4.5.3)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
9
10 #include "resizablepopup.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'resizablepopup.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 61
14 #error "This file was generated using the moc from 4.5.3. 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_QStarDict__ResizablePopup[] = {
21
22  // content:
23        2,       // revision
24        0,       // classname
25        0,    0, // classinfo
26        3,   12, // methods
27        0,    0, // properties
28        0,    0, // enums/sets
29        0,    0, // constructors
30
31  // slots: signature, parameters, type, tag, flags
32       26,   52,   70,   70, 0x0a,
33       71,   93,   70,   70, 0x0a,
34      105,   70,   70,   70, 0x0a,
35
36        0        // eod
37 };
38
39 static const char qt_meta_stringdata_QStarDict__ResizablePopup[] = {
40     "QStarDict::ResizablePopup\0"
41     "setTimeoutBeforeHide(int)\0timeoutBeforeHide\0"
42     "\0setDefaultSize(QSize)\0defaultSize\0"
43     "popup()\0"
44 };
45
46 const QMetaObject QStarDict::ResizablePopup::staticMetaObject = {
47     { &QFrame::staticMetaObject, qt_meta_stringdata_QStarDict__ResizablePopup,
48       qt_meta_data_QStarDict__ResizablePopup, 0 }
49 };
50
51 const QMetaObject *QStarDict::ResizablePopup::metaObject() const
52 {
53     return &staticMetaObject;
54 }
55
56 void *QStarDict::ResizablePopup::qt_metacast(const char *_clname)
57 {
58     if (!_clname) return 0;
59     if (!strcmp(_clname, qt_meta_stringdata_QStarDict__ResizablePopup))
60         return static_cast<void*>(const_cast< ResizablePopup*>(this));
61     return QFrame::qt_metacast(_clname);
62 }
63
64 int QStarDict::ResizablePopup::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
65 {
66     _id = QFrame::qt_metacall(_c, _id, _a);
67     if (_id < 0)
68         return _id;
69     if (_c == QMetaObject::InvokeMetaMethod) {
70         switch (_id) {
71         case 0: setTimeoutBeforeHide((*reinterpret_cast< int(*)>(_a[1]))); break;
72         case 1: setDefaultSize((*reinterpret_cast< const QSize(*)>(_a[1]))); break;
73         case 2: popup(); break;
74         default: ;
75         }
76         _id -= 3;
77     }
78     return _id;
79 }
80 QT_END_MOC_NAMESPACE