Update with current status
[gnash.git] / gui / qt / Qt4Gui.moc.in
blobeece13c230facdc4dc332750e25e156f70a82d7f
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'Qt4Gui.h'
3 **
4 ** Created: Wed Mar 23 11:02:13 2011
5 **      by: The Qt Meta Object Compiler version 62 (Qt 4.6.3)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
10 #include "../../../trunk/gui/qt/Qt4Gui.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'Qt4Gui.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 62
14 #error "This file was generated using the moc from 4.6.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
19 QT_BEGIN_MOC_NAMESPACE
20 static const uint qt_meta_data_gnash__EmbedWidget[] = {
22  // content:
23        4,       // revision
24        0,       // classname
25        0,    0, // classinfo
26        2,   14, // methods
27        0,    0, // properties
28        0,    0, // enums/sets
29        0,    0, // constructors
30        0,       // flags
31        0,       // signalCount
33  // slots: signature, parameters, type, tag, flags
34       20,   19,   19,   19, 0x0a,
35       37,   19,   19,   19, 0x0a,
37        0        // eod
40 static const char qt_meta_stringdata_gnash__EmbedWidget[] = {
41     "gnash::EmbedWidget\0\0hidePlayButton()\0"
42     "showPlayButton()\0"
45 const QMetaObject gnash::EmbedWidget::staticMetaObject = {
46     { &QX11EmbedWidget::staticMetaObject, qt_meta_stringdata_gnash__EmbedWidget,
47       qt_meta_data_gnash__EmbedWidget, 0 }
50 #ifdef Q_NO_DATA_RELOCATION
51 const QMetaObject &gnash::EmbedWidget::getStaticMetaObject() { return staticMetaObject; }
52 #endif //Q_NO_DATA_RELOCATION
54 const QMetaObject *gnash::EmbedWidget::metaObject() const
56     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
59 void *gnash::EmbedWidget::qt_metacast(const char *_clname)
61     if (!_clname) return 0;
62     if (!strcmp(_clname, qt_meta_stringdata_gnash__EmbedWidget))
63         return static_cast<void*>(const_cast< EmbedWidget*>(this));
64     return QX11EmbedWidget::qt_metacast(_clname);
67 int gnash::EmbedWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
69     _id = QX11EmbedWidget::qt_metacall(_c, _id, _a);
70     if (_id < 0)
71         return _id;
72     if (_c == QMetaObject::InvokeMetaMethod) {
73         switch (_id) {
74         case 0: hidePlayButton(); break;
75         case 1: showPlayButton(); break;
76         default: ;
77         }
78         _id -= 2;
79     }
80     return _id;
82 static const uint qt_meta_data_gnash__Qt4GuiPrefs__PreferencesDialog[] = {
84  // content:
85        4,       // revision
86        0,       // classname
87        0,    0, // classinfo
88        1,   14, // methods
89        0,    0, // properties
90        0,    0, // enums/sets
91        0,    0, // constructors
92        0,       // flags
93        0,       // signalCount
95  // slots: signature, parameters, type, tag, flags
96       39,   38,   38,   38, 0x08,
98        0        // eod
101 static const char qt_meta_stringdata_gnash__Qt4GuiPrefs__PreferencesDialog[] = {
102     "gnash::Qt4GuiPrefs::PreferencesDialog\0"
103     "\0savePreferences()\0"
106 const QMetaObject gnash::Qt4GuiPrefs::PreferencesDialog::staticMetaObject = {
107     { &QDialog::staticMetaObject, qt_meta_stringdata_gnash__Qt4GuiPrefs__PreferencesDialog,
108       qt_meta_data_gnash__Qt4GuiPrefs__PreferencesDialog, 0 }
111 #ifdef Q_NO_DATA_RELOCATION
112 const QMetaObject &gnash::Qt4GuiPrefs::PreferencesDialog::getStaticMetaObject() { return staticMetaObject; }
113 #endif //Q_NO_DATA_RELOCATION
115 const QMetaObject *gnash::Qt4GuiPrefs::PreferencesDialog::metaObject() const
117     return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
120 void *gnash::Qt4GuiPrefs::PreferencesDialog::qt_metacast(const char *_clname)
122     if (!_clname) return 0;
123     if (!strcmp(_clname, qt_meta_stringdata_gnash__Qt4GuiPrefs__PreferencesDialog))
124         return static_cast<void*>(const_cast< PreferencesDialog*>(this));
125     return QDialog::qt_metacast(_clname);
128 int gnash::Qt4GuiPrefs::PreferencesDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
130     _id = QDialog::qt_metacall(_c, _id, _a);
131     if (_id < 0)
132         return _id;
133     if (_c == QMetaObject::InvokeMetaMethod) {
134         switch (_id) {
135         case 0: savePreferences(); break;
136         default: ;
137         }
138         _id -= 1;
139     }
140     return _id;
142 QT_END_MOC_NAMESPACE