From 571737d59b53b87a476e0bd318ed789926ac7ab1 Mon Sep 17 00:00:00 2001 From: David Voswinkel Date: Tue, 12 May 2009 22:24:35 +0200 Subject: [PATCH] o add missing files --- tools/bsnes/ui_qt/base/about.moc | 62 ++++++ tools/bsnes/ui_qt/base/htmlviewer.moc | 62 ++++++ tools/bsnes/ui_qt/base/loader.moc | 89 +++++++++ tools/bsnes/ui_qt/base/main.moc | 177 +++++++++++++++++ tools/bsnes/ui_qt/settings/advanced.moc | 97 ++++++++++ tools/bsnes/ui_qt/settings/audio.moc | 79 ++++++++ tools/bsnes/ui_qt/settings/cheateditor.moc | 82 ++++++++ tools/bsnes/ui_qt/settings/input.moc | 85 +++++++++ tools/bsnes/ui_qt/settings/paths.moc | 94 +++++++++ tools/bsnes/ui_qt/settings/settings.moc | 71 +++++++ .../ui_qt/settings/utility/codeeditor.moc | 86 +++++++++ .../ui_qt/settings/utility/inputcapture.moc | 179 ++++++++++++++++++ tools/bsnes/ui_qt/settings/video.moc | 81 ++++++++ 13 files changed, 1244 insertions(+) create mode 100644 tools/bsnes/ui_qt/base/about.moc create mode 100644 tools/bsnes/ui_qt/base/htmlviewer.moc create mode 100644 tools/bsnes/ui_qt/base/loader.moc create mode 100644 tools/bsnes/ui_qt/base/main.moc create mode 100644 tools/bsnes/ui_qt/settings/advanced.moc create mode 100644 tools/bsnes/ui_qt/settings/audio.moc create mode 100644 tools/bsnes/ui_qt/settings/cheateditor.moc create mode 100644 tools/bsnes/ui_qt/settings/input.moc create mode 100644 tools/bsnes/ui_qt/settings/paths.moc create mode 100644 tools/bsnes/ui_qt/settings/settings.moc create mode 100644 tools/bsnes/ui_qt/settings/utility/codeeditor.moc create mode 100644 tools/bsnes/ui_qt/settings/utility/inputcapture.moc create mode 100644 tools/bsnes/ui_qt/settings/video.moc diff --git a/tools/bsnes/ui_qt/base/about.moc b/tools/bsnes/ui_qt/base/about.moc new file mode 100644 index 0000000..71b34ee --- /dev/null +++ b/tools/bsnes/ui_qt/base/about.moc @@ -0,0 +1,62 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'about.mh' +** +** Created: Sun May 10 13:18:12 2009 +** by: The Qt Meta Object Compiler version 59 (Qt 4.4.3) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "about.mh" +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'about.mh' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 59 +#error "This file was generated using the moc from 4.4.3. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +static const uint qt_meta_data_AboutWindow[] = { + + // content: + 1, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + + 0 // eod +}; + +static const char qt_meta_stringdata_AboutWindow[] = { + "AboutWindow\0" +}; + +const QMetaObject AboutWindow::staticMetaObject = { + { &QObject::staticMetaObject, qt_meta_stringdata_AboutWindow, + qt_meta_data_AboutWindow, 0 } +}; + +const QMetaObject *AboutWindow::metaObject() const +{ + return &staticMetaObject; +} + +void *AboutWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_AboutWindow)) + return static_cast(const_cast< AboutWindow*>(this)); + return QObject::qt_metacast(_clname); +} + +int AboutWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/tools/bsnes/ui_qt/base/htmlviewer.moc b/tools/bsnes/ui_qt/base/htmlviewer.moc new file mode 100644 index 0000000..1be63ce --- /dev/null +++ b/tools/bsnes/ui_qt/base/htmlviewer.moc @@ -0,0 +1,62 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'htmlviewer.mh' +** +** Created: Sun May 10 13:18:12 2009 +** by: The Qt Meta Object Compiler version 59 (Qt 4.4.3) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "htmlviewer.mh" +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'htmlviewer.mh' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 59 +#error "This file was generated using the moc from 4.4.3. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +static const uint qt_meta_data_HtmlViewerWindow[] = { + + // content: + 1, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + + 0 // eod +}; + +static const char qt_meta_stringdata_HtmlViewerWindow[] = { + "HtmlViewerWindow\0" +}; + +const QMetaObject HtmlViewerWindow::staticMetaObject = { + { &QObject::staticMetaObject, qt_meta_stringdata_HtmlViewerWindow, + qt_meta_data_HtmlViewerWindow, 0 } +}; + +const QMetaObject *HtmlViewerWindow::metaObject() const +{ + return &staticMetaObject; +} + +void *HtmlViewerWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_HtmlViewerWindow)) + return static_cast(const_cast< HtmlViewerWindow*>(this)); + return QObject::qt_metacast(_clname); +} + +int HtmlViewerWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/tools/bsnes/ui_qt/base/loader.moc b/tools/bsnes/ui_qt/base/loader.moc new file mode 100644 index 0000000..97b99f6 --- /dev/null +++ b/tools/bsnes/ui_qt/base/loader.moc @@ -0,0 +1,89 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'loader.mh' +** +** Created: Sun May 10 13:18:12 2009 +** by: The Qt Meta Object Compiler version 59 (Qt 4.4.3) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "loader.mh" +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'loader.mh' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 59 +#error "This file was generated using the moc from 4.4.3. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +static const uint qt_meta_data_LoaderWindow[] = { + + // content: + 1, // revision + 0, // classname + 0, 0, // classinfo + 8, 10, // methods + 0, 0, // properties + 0, 0, // enums/sets + + // slots: signature, parameters, type, tag, flags + 14, 13, 13, 13, 0x0a, + 36, 13, 13, 13, 0x0a, + 57, 13, 13, 13, 0x0a, + 80, 13, 13, 13, 0x0a, + 102, 13, 13, 13, 0x0a, + 125, 13, 13, 13, 0x0a, + 147, 13, 13, 13, 0x0a, + 156, 13, 13, 13, 0x0a, + + 0 // eod +}; + +static const char qt_meta_stringdata_LoaderWindow[] = { + "LoaderWindow\0\0selectBaseCartridge()\0" + "clearBaseCartridge()\0selectSlot1Cartridge()\0" + "clearSlot1Cartridge()\0selectSlot2Cartridge()\0" + "clearSlot2Cartridge()\0onLoad()\0" + "onCancel()\0" +}; + +const QMetaObject LoaderWindow::staticMetaObject = { + { &QObject::staticMetaObject, qt_meta_stringdata_LoaderWindow, + qt_meta_data_LoaderWindow, 0 } +}; + +const QMetaObject *LoaderWindow::metaObject() const +{ + return &staticMetaObject; +} + +void *LoaderWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_LoaderWindow)) + return static_cast(const_cast< LoaderWindow*>(this)); + return QObject::qt_metacast(_clname); +} + +int LoaderWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + switch (_id) { + case 0: selectBaseCartridge(); break; + case 1: clearBaseCartridge(); break; + case 2: selectSlot1Cartridge(); break; + case 3: clearSlot1Cartridge(); break; + case 4: selectSlot2Cartridge(); break; + case 5: clearSlot2Cartridge(); break; + case 6: onLoad(); break; + case 7: onCancel(); break; + } + _id -= 8; + } + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/tools/bsnes/ui_qt/base/main.moc b/tools/bsnes/ui_qt/base/main.moc new file mode 100644 index 0000000..48e76fc --- /dev/null +++ b/tools/bsnes/ui_qt/base/main.moc @@ -0,0 +1,177 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'main.mh' +** +** Created: Sun May 10 13:18:12 2009 +** by: The Qt Meta Object Compiler version 59 (Qt 4.4.3) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "main.mh" +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'main.mh' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 59 +#error "This file was generated using the moc from 4.4.3. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +static const uint qt_meta_data_MainWindow[] = { + + // content: + 1, // revision + 0, // classname + 0, 0, // classinfo + 44, 10, // methods + 0, 0, // properties + 0, 0, // enums/sets + + // slots: signature, parameters, type, tag, flags + 12, 11, 11, 11, 0x0a, + 28, 11, 11, 11, 0x0a, + 38, 11, 11, 11, 0x0a, + 49, 11, 11, 11, 0x0a, + 57, 11, 11, 11, 0x0a, + 72, 11, 11, 11, 0x0a, + 89, 11, 11, 11, 0x0a, + 108, 11, 11, 11, 0x0a, + 124, 11, 11, 11, 0x0a, + 139, 11, 11, 11, 0x0a, + 156, 11, 11, 11, 0x0a, + 175, 11, 11, 11, 0x0a, + 191, 11, 11, 11, 0x0a, + 212, 11, 11, 11, 0x0a, + 232, 11, 11, 11, 0x0a, + 253, 11, 11, 11, 0x0a, + 260, 11, 11, 11, 0x0a, + 277, 11, 11, 11, 0x0a, + 294, 11, 11, 11, 0x0a, + 311, 11, 11, 11, 0x0a, + 328, 11, 11, 11, 0x0a, + 346, 11, 11, 11, 0x0a, + 371, 11, 11, 11, 0x0a, + 390, 11, 11, 11, 0x0a, + 405, 11, 11, 11, 0x0a, + 419, 11, 11, 11, 0x0a, + 436, 11, 11, 11, 0x0a, + 454, 11, 11, 11, 0x0a, + 468, 11, 11, 11, 0x0a, + 488, 11, 11, 11, 0x0a, + 507, 11, 11, 11, 0x0a, + 523, 11, 11, 11, 0x0a, + 539, 11, 11, 11, 0x0a, + 551, 11, 11, 11, 0x0a, + 569, 11, 11, 11, 0x0a, + 584, 11, 11, 11, 0x0a, + 601, 11, 11, 11, 0x0a, + 616, 11, 11, 11, 0x0a, + 634, 11, 11, 11, 0x0a, + 646, 11, 11, 11, 0x0a, + 658, 11, 11, 11, 0x0a, + 677, 11, 11, 11, 0x0a, + 697, 11, 11, 11, 0x0a, + 711, 11, 11, 11, 0x0a, + + 0 // eod +}; + +static const char qt_meta_stringdata_MainWindow[] = { + "MainWindow\0\0loadCartridge()\0powerOn()\0" + "powerOff()\0reset()\0setPort1None()\0" + "setPort1Joypad()\0setPort1Multitap()\0" + "setPort1Mouse()\0setPort2None()\0" + "setPort2Joypad()\0setPort2Multitap()\0" + "setPort2Mouse()\0setPort2SuperScope()\0" + "setPort2Justifier()\0setPort2Justifiers()\0" + "quit()\0setVideoMode1x()\0setVideoMode2x()\0" + "setVideoMode3x()\0setVideoMode4x()\0" + "setVideoModeMax()\0toggleAspectCorrection()\0" + "toggleFullscreen()\0setVideoNtsc()\0" + "setVideoPal()\0setPointFilter()\0" + "setLinearFilter()\0setNoFilter()\0" + "setScanlineFilter()\0setScale2xFilter()\0" + "setHq2xFilter()\0setNtscFilter()\0" + "muteAudio()\0setSpeedSlowest()\0" + "setSpeedSlow()\0setSpeedNormal()\0" + "setSpeedFast()\0setSpeedFastest()\0" + "syncVideo()\0syncAudio()\0showConfigWindow()\0" + "showDocumentation()\0showLicense()\0" + "showAbout()\0" +}; + +const QMetaObject MainWindow::staticMetaObject = { + { &QObject::staticMetaObject, qt_meta_stringdata_MainWindow, + qt_meta_data_MainWindow, 0 } +}; + +const QMetaObject *MainWindow::metaObject() const +{ + return &staticMetaObject; +} + +void *MainWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_MainWindow)) + return static_cast(const_cast< MainWindow*>(this)); + return QObject::qt_metacast(_clname); +} + +int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + switch (_id) { + case 0: loadCartridge(); break; + case 1: powerOn(); break; + case 2: powerOff(); break; + case 3: reset(); break; + case 4: setPort1None(); break; + case 5: setPort1Joypad(); break; + case 6: setPort1Multitap(); break; + case 7: setPort1Mouse(); break; + case 8: setPort2None(); break; + case 9: setPort2Joypad(); break; + case 10: setPort2Multitap(); break; + case 11: setPort2Mouse(); break; + case 12: setPort2SuperScope(); break; + case 13: setPort2Justifier(); break; + case 14: setPort2Justifiers(); break; + case 15: quit(); break; + case 16: setVideoMode1x(); break; + case 17: setVideoMode2x(); break; + case 18: setVideoMode3x(); break; + case 19: setVideoMode4x(); break; + case 20: setVideoModeMax(); break; + case 21: toggleAspectCorrection(); break; + case 22: toggleFullscreen(); break; + case 23: setVideoNtsc(); break; + case 24: setVideoPal(); break; + case 25: setPointFilter(); break; + case 26: setLinearFilter(); break; + case 27: setNoFilter(); break; + case 28: setScanlineFilter(); break; + case 29: setScale2xFilter(); break; + case 30: setHq2xFilter(); break; + case 31: setNtscFilter(); break; + case 32: muteAudio(); break; + case 33: setSpeedSlowest(); break; + case 34: setSpeedSlow(); break; + case 35: setSpeedNormal(); break; + case 36: setSpeedFast(); break; + case 37: setSpeedFastest(); break; + case 38: syncVideo(); break; + case 39: syncAudio(); break; + case 40: showConfigWindow(); break; + case 41: showDocumentation(); break; + case 42: showLicense(); break; + case 43: showAbout(); break; + } + _id -= 44; + } + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/tools/bsnes/ui_qt/settings/advanced.moc b/tools/bsnes/ui_qt/settings/advanced.moc new file mode 100644 index 0000000..0d00572 --- /dev/null +++ b/tools/bsnes/ui_qt/settings/advanced.moc @@ -0,0 +1,97 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'advanced.mh' +** +** Created: Sun May 10 13:18:12 2009 +** by: The Qt Meta Object Compiler version 59 (Qt 4.4.3) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "advanced.mh" +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'advanced.mh' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 59 +#error "This file was generated using the moc from 4.4.3. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +static const uint qt_meta_data_AdvancedSettingsWindow[] = { + + // content: + 1, // revision + 0, // classname + 0, 0, // classinfo + 11, 10, // methods + 0, 0, // properties + 0, 0, // enums/sets + + // slots: signature, parameters, type, tag, flags + 30, 24, 23, 23, 0x0a, + 53, 24, 23, 23, 0x0a, + 76, 24, 23, 23, 0x0a, + 99, 23, 23, 23, 0x0a, + 115, 23, 23, 23, 0x0a, + 131, 23, 23, 23, 0x0a, + 146, 23, 23, 23, 0x0a, + 167, 23, 23, 23, 0x0a, + 181, 23, 23, 23, 0x0a, + 201, 23, 23, 23, 0x0a, + 227, 23, 23, 23, 0x0a, + + 0 // eod +}; + +static const char qt_meta_stringdata_AdvancedSettingsWindow[] = { + "AdvancedSettingsWindow\0\0index\0" + "videoDriverChange(int)\0audioDriverChange(int)\0" + "inputDriverChange(int)\0setRegionAuto()\0" + "setRegionNTSC()\0setRegionPAL()\0" + "setPortSatellaview()\0setPortNone()\0" + "pauseWithoutFocus()\0ignoreInputWithoutFocus()\0" + "allowInputWithoutFocus()\0" +}; + +const QMetaObject AdvancedSettingsWindow::staticMetaObject = { + { &QObject::staticMetaObject, qt_meta_stringdata_AdvancedSettingsWindow, + qt_meta_data_AdvancedSettingsWindow, 0 } +}; + +const QMetaObject *AdvancedSettingsWindow::metaObject() const +{ + return &staticMetaObject; +} + +void *AdvancedSettingsWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_AdvancedSettingsWindow)) + return static_cast(const_cast< AdvancedSettingsWindow*>(this)); + return QObject::qt_metacast(_clname); +} + +int AdvancedSettingsWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + switch (_id) { + case 0: videoDriverChange((*reinterpret_cast< int(*)>(_a[1]))); break; + case 1: audioDriverChange((*reinterpret_cast< int(*)>(_a[1]))); break; + case 2: inputDriverChange((*reinterpret_cast< int(*)>(_a[1]))); break; + case 3: setRegionAuto(); break; + case 4: setRegionNTSC(); break; + case 5: setRegionPAL(); break; + case 6: setPortSatellaview(); break; + case 7: setPortNone(); break; + case 8: pauseWithoutFocus(); break; + case 9: ignoreInputWithoutFocus(); break; + case 10: allowInputWithoutFocus(); break; + } + _id -= 11; + } + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/tools/bsnes/ui_qt/settings/audio.moc b/tools/bsnes/ui_qt/settings/audio.moc new file mode 100644 index 0000000..e9775cd --- /dev/null +++ b/tools/bsnes/ui_qt/settings/audio.moc @@ -0,0 +1,79 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'audio.mh' +** +** Created: Sun May 10 13:18:12 2009 +** by: The Qt Meta Object Compiler version 59 (Qt 4.4.3) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "audio.mh" +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'audio.mh' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 59 +#error "This file was generated using the moc from 4.4.3. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +static const uint qt_meta_data_AudioSettingsWindow[] = { + + // content: + 1, // revision + 0, // classname + 0, 0, // classinfo + 4, 10, // methods + 0, 0, // properties + 0, 0, // enums/sets + + // slots: signature, parameters, type, tag, flags + 27, 21, 20, 20, 0x0a, + 48, 21, 20, 20, 0x0a, + 67, 21, 20, 20, 0x0a, + 85, 21, 20, 20, 0x0a, + + 0 // eod +}; + +static const char qt_meta_stringdata_AudioSettingsWindow[] = { + "AudioSettingsWindow\0\0value\0" + "frequencyChange(int)\0latencyChange(int)\0" + "volumeAdjust(int)\0frequencySkewAdjust(int)\0" +}; + +const QMetaObject AudioSettingsWindow::staticMetaObject = { + { &QObject::staticMetaObject, qt_meta_stringdata_AudioSettingsWindow, + qt_meta_data_AudioSettingsWindow, 0 } +}; + +const QMetaObject *AudioSettingsWindow::metaObject() const +{ + return &staticMetaObject; +} + +void *AudioSettingsWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_AudioSettingsWindow)) + return static_cast(const_cast< AudioSettingsWindow*>(this)); + return QObject::qt_metacast(_clname); +} + +int AudioSettingsWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + switch (_id) { + case 0: frequencyChange((*reinterpret_cast< int(*)>(_a[1]))); break; + case 1: latencyChange((*reinterpret_cast< int(*)>(_a[1]))); break; + case 2: volumeAdjust((*reinterpret_cast< int(*)>(_a[1]))); break; + case 3: frequencySkewAdjust((*reinterpret_cast< int(*)>(_a[1]))); break; + } + _id -= 4; + } + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/tools/bsnes/ui_qt/settings/cheateditor.moc b/tools/bsnes/ui_qt/settings/cheateditor.moc new file mode 100644 index 0000000..cde1948 --- /dev/null +++ b/tools/bsnes/ui_qt/settings/cheateditor.moc @@ -0,0 +1,82 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'cheateditor.mh' +** +** Created: Sun May 10 13:18:13 2009 +** by: The Qt Meta Object Compiler version 59 (Qt 4.4.3) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "cheateditor.mh" +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'cheateditor.mh' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 59 +#error "This file was generated using the moc from 4.4.3. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +static const uint qt_meta_data_CheatEditorWindow[] = { + + // content: + 1, // revision + 0, // classname + 0, 0, // classinfo + 5, 10, // methods + 0, 0, // properties + 0, 0, // enums/sets + + // slots: signature, parameters, type, tag, flags + 24, 19, 18, 18, 0x0a, + 54, 18, 18, 18, 0x0a, + 68, 18, 18, 18, 0x0a, + 81, 18, 18, 18, 0x0a, + 100, 18, 18, 18, 0x0a, + + 0 // eod +}; + +static const char qt_meta_stringdata_CheatEditorWindow[] = { + "CheatEditorWindow\0\0item\0" + "itemChanged(QTreeWidgetItem*)\0" + "listChanged()\0addNewCode()\0" + "editSelectedCode()\0deleteSelectedCode()\0" +}; + +const QMetaObject CheatEditorWindow::staticMetaObject = { + { &QObject::staticMetaObject, qt_meta_stringdata_CheatEditorWindow, + qt_meta_data_CheatEditorWindow, 0 } +}; + +const QMetaObject *CheatEditorWindow::metaObject() const +{ + return &staticMetaObject; +} + +void *CheatEditorWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_CheatEditorWindow)) + return static_cast(const_cast< CheatEditorWindow*>(this)); + return QObject::qt_metacast(_clname); +} + +int CheatEditorWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + switch (_id) { + case 0: itemChanged((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1]))); break; + case 1: listChanged(); break; + case 2: addNewCode(); break; + case 3: editSelectedCode(); break; + case 4: deleteSelectedCode(); break; + } + _id -= 5; + } + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/tools/bsnes/ui_qt/settings/input.moc b/tools/bsnes/ui_qt/settings/input.moc new file mode 100644 index 0000000..6052261 --- /dev/null +++ b/tools/bsnes/ui_qt/settings/input.moc @@ -0,0 +1,85 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'input.mh' +** +** Created: Sun May 10 13:18:13 2009 +** by: The Qt Meta Object Compiler version 59 (Qt 4.4.3) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "input.mh" +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'input.mh' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 59 +#error "This file was generated using the moc from 4.4.3. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +static const uint qt_meta_data_InputSettingsWindow[] = { + + // content: + 1, // revision + 0, // classname + 0, 0, // classinfo + 7, 10, // methods + 0, 0, // properties + 0, 0, // enums/sets + + // slots: signature, parameters, type, tag, flags + 21, 20, 20, 20, 0x0a, + 35, 20, 20, 20, 0x0a, + 48, 20, 20, 20, 0x0a, + 62, 20, 20, 20, 0x0a, + 75, 20, 20, 20, 0x0a, + 87, 20, 20, 20, 0x0a, + 103, 20, 20, 20, 0x0a, + + 0 // eod +}; + +static const char qt_meta_stringdata_InputSettingsWindow[] = { + "InputSettingsWindow\0\0portChanged()\0" + "reloadList()\0listChanged()\0updateList()\0" + "assignKey()\0assignAllKeys()\0unassignKey()\0" +}; + +const QMetaObject InputSettingsWindow::staticMetaObject = { + { &QObject::staticMetaObject, qt_meta_stringdata_InputSettingsWindow, + qt_meta_data_InputSettingsWindow, 0 } +}; + +const QMetaObject *InputSettingsWindow::metaObject() const +{ + return &staticMetaObject; +} + +void *InputSettingsWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_InputSettingsWindow)) + return static_cast(const_cast< InputSettingsWindow*>(this)); + return QObject::qt_metacast(_clname); +} + +int InputSettingsWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + switch (_id) { + case 0: portChanged(); break; + case 1: reloadList(); break; + case 2: listChanged(); break; + case 3: updateList(); break; + case 4: assignKey(); break; + case 5: assignAllKeys(); break; + case 6: unassignKey(); break; + } + _id -= 7; + } + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/tools/bsnes/ui_qt/settings/paths.moc b/tools/bsnes/ui_qt/settings/paths.moc new file mode 100644 index 0000000..1745b99 --- /dev/null +++ b/tools/bsnes/ui_qt/settings/paths.moc @@ -0,0 +1,94 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'paths.mh' +** +** Created: Sun May 10 13:18:13 2009 +** by: The Qt Meta Object Compiler version 59 (Qt 4.4.3) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "paths.mh" +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'paths.mh' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 59 +#error "This file was generated using the moc from 4.4.3. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +static const uint qt_meta_data_PathSettingsWindow[] = { + + // content: + 1, // revision + 0, // classname + 0, 0, // classinfo + 10, 10, // methods + 0, 0, // properties + 0, 0, // enums/sets + + // slots: signature, parameters, type, tag, flags + 20, 19, 19, 19, 0x0a, + 37, 19, 19, 19, 0x0a, + 55, 19, 19, 19, 0x0a, + 72, 19, 19, 19, 0x0a, + 90, 19, 19, 19, 0x0a, + 108, 19, 19, 19, 0x0a, + 127, 19, 19, 19, 0x0a, + 145, 19, 19, 19, 0x0a, + 164, 19, 19, 19, 0x0a, + 181, 19, 19, 19, 0x0a, + + 0 // eod +}; + +static const char qt_meta_stringdata_PathSettingsWindow[] = { + "PathSettingsWindow\0\0selectGamePath()\0" + "defaultGamePath()\0selectSavePath()\0" + "defaultSavePath()\0selectPatchPath()\0" + "defaultPatchPath()\0selectCheatPath()\0" + "defaultCheatPath()\0selectDataPath()\0" + "defaultDataPath()\0" +}; + +const QMetaObject PathSettingsWindow::staticMetaObject = { + { &QObject::staticMetaObject, qt_meta_stringdata_PathSettingsWindow, + qt_meta_data_PathSettingsWindow, 0 } +}; + +const QMetaObject *PathSettingsWindow::metaObject() const +{ + return &staticMetaObject; +} + +void *PathSettingsWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_PathSettingsWindow)) + return static_cast(const_cast< PathSettingsWindow*>(this)); + return QObject::qt_metacast(_clname); +} + +int PathSettingsWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + switch (_id) { + case 0: selectGamePath(); break; + case 1: defaultGamePath(); break; + case 2: selectSavePath(); break; + case 3: defaultSavePath(); break; + case 4: selectPatchPath(); break; + case 5: defaultPatchPath(); break; + case 6: selectCheatPath(); break; + case 7: defaultCheatPath(); break; + case 8: selectDataPath(); break; + case 9: defaultDataPath(); break; + } + _id -= 10; + } + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/tools/bsnes/ui_qt/settings/settings.moc b/tools/bsnes/ui_qt/settings/settings.moc new file mode 100644 index 0000000..e9d0dad --- /dev/null +++ b/tools/bsnes/ui_qt/settings/settings.moc @@ -0,0 +1,71 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'settings.mh' +** +** Created: Sun May 10 13:18:13 2009 +** by: The Qt Meta Object Compiler version 59 (Qt 4.4.3) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "settings.mh" +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'settings.mh' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 59 +#error "This file was generated using the moc from 4.4.3. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +static const uint qt_meta_data_SettingsWindow[] = { + + // content: + 1, // revision + 0, // classname + 0, 0, // classinfo + 1, 10, // methods + 0, 0, // properties + 0, 0, // enums/sets + + // slots: signature, parameters, type, tag, flags + 16, 15, 15, 15, 0x0a, + + 0 // eod +}; + +static const char qt_meta_stringdata_SettingsWindow[] = { + "SettingsWindow\0\0listChanged()\0" +}; + +const QMetaObject SettingsWindow::staticMetaObject = { + { &QObject::staticMetaObject, qt_meta_stringdata_SettingsWindow, + qt_meta_data_SettingsWindow, 0 } +}; + +const QMetaObject *SettingsWindow::metaObject() const +{ + return &staticMetaObject; +} + +void *SettingsWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_SettingsWindow)) + return static_cast(const_cast< SettingsWindow*>(this)); + return QObject::qt_metacast(_clname); +} + +int SettingsWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + switch (_id) { + case 0: listChanged(); break; + } + _id -= 1; + } + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/tools/bsnes/ui_qt/settings/utility/codeeditor.moc b/tools/bsnes/ui_qt/settings/utility/codeeditor.moc new file mode 100644 index 0000000..45bda96 --- /dev/null +++ b/tools/bsnes/ui_qt/settings/utility/codeeditor.moc @@ -0,0 +1,86 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'codeeditor.mh' +** +** Created: Sun May 10 13:18:13 2009 +** by: The Qt Meta Object Compiler version 59 (Qt 4.4.3) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "codeeditor.mh" +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'codeeditor.mh' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 59 +#error "This file was generated using the moc from 4.4.3. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +static const uint qt_meta_data_CodeEditorWindow[] = { + + // content: + 1, // revision + 0, // classname + 0, 0, // classinfo + 7, 10, // methods + 0, 0, // properties + 0, 0, // enums/sets + + // slots: signature, parameters, type, tag, flags + 18, 17, 17, 17, 0x0a, + 32, 17, 17, 17, 0x0a, + 46, 17, 17, 17, 0x0a, + 62, 17, 17, 17, 0x0a, + 83, 17, 17, 17, 0x0a, + 108, 17, 17, 17, 0x0a, + 117, 17, 17, 17, 0x0a, + + 0 // eod +}; + +static const char qt_meta_stringdata_CodeEditorWindow[] = { + "CodeEditorWindow\0\0listChanged()\0" + "codeChanged()\0addCodeToList()\0" + "deleteCodeFromList()\0deleteAllCodesFromList()\0" + "accept()\0dismiss()\0" +}; + +const QMetaObject CodeEditorWindow::staticMetaObject = { + { &QObject::staticMetaObject, qt_meta_stringdata_CodeEditorWindow, + qt_meta_data_CodeEditorWindow, 0 } +}; + +const QMetaObject *CodeEditorWindow::metaObject() const +{ + return &staticMetaObject; +} + +void *CodeEditorWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_CodeEditorWindow)) + return static_cast(const_cast< CodeEditorWindow*>(this)); + return QObject::qt_metacast(_clname); +} + +int CodeEditorWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + switch (_id) { + case 0: listChanged(); break; + case 1: codeChanged(); break; + case 2: addCodeToList(); break; + case 3: deleteCodeFromList(); break; + case 4: deleteAllCodesFromList(); break; + case 5: accept(); break; + case 6: dismiss(); break; + } + _id -= 7; + } + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/tools/bsnes/ui_qt/settings/utility/inputcapture.moc b/tools/bsnes/ui_qt/settings/utility/inputcapture.moc new file mode 100644 index 0000000..be9ed80 --- /dev/null +++ b/tools/bsnes/ui_qt/settings/utility/inputcapture.moc @@ -0,0 +1,179 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'inputcapture.mh' +** +** Created: Sun May 10 13:18:14 2009 +** by: The Qt Meta Object Compiler version 59 (Qt 4.4.3) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "inputcapture.mh" +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'inputcapture.mh' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 59 +#error "This file was generated using the moc from 4.4.3. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +static const uint qt_meta_data_InputCaptureWindow[] = { + + // content: + 1, // revision + 0, // classname + 0, 0, // classinfo + 2, 10, // methods + 0, 0, // properties + 0, 0, // enums/sets + + // slots: signature, parameters, type, tag, flags + 20, 19, 19, 19, 0x0a, + 38, 19, 19, 19, 0x0a, + + 0 // eod +}; + +static const char qt_meta_stringdata_InputCaptureWindow[] = { + "InputCaptureWindow\0\0assignMouseAxis()\0" + "assignMouseButton()\0" +}; + +const QMetaObject InputCaptureWindow::staticMetaObject = { + { &QObject::staticMetaObject, qt_meta_stringdata_InputCaptureWindow, + qt_meta_data_InputCaptureWindow, 0 } +}; + +const QMetaObject *InputCaptureWindow::metaObject() const +{ + return &staticMetaObject; +} + +void *InputCaptureWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_InputCaptureWindow)) + return static_cast(const_cast< InputCaptureWindow*>(this)); + return QObject::qt_metacast(_clname); +} + +int InputCaptureWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + switch (_id) { + case 0: assignMouseAxis(); break; + case 1: assignMouseButton(); break; + } + _id -= 2; + } + return _id; +} +static const uint qt_meta_data_InputMouseCaptureWindow[] = { + + // content: + 1, // revision + 0, // classname + 0, 0, // classinfo + 2, 10, // methods + 0, 0, // properties + 0, 0, // enums/sets + + // slots: signature, parameters, type, tag, flags + 25, 24, 24, 24, 0x0a, + 39, 24, 24, 24, 0x0a, + + 0 // eod +}; + +static const char qt_meta_stringdata_InputMouseCaptureWindow[] = { + "InputMouseCaptureWindow\0\0assignAxisX()\0" + "assignAxisY()\0" +}; + +const QMetaObject InputMouseCaptureWindow::staticMetaObject = { + { &QObject::staticMetaObject, qt_meta_stringdata_InputMouseCaptureWindow, + qt_meta_data_InputMouseCaptureWindow, 0 } +}; + +const QMetaObject *InputMouseCaptureWindow::metaObject() const +{ + return &staticMetaObject; +} + +void *InputMouseCaptureWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_InputMouseCaptureWindow)) + return static_cast(const_cast< InputMouseCaptureWindow*>(this)); + return QObject::qt_metacast(_clname); +} + +int InputMouseCaptureWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + switch (_id) { + case 0: assignAxisX(); break; + case 1: assignAxisY(); break; + } + _id -= 2; + } + return _id; +} +static const uint qt_meta_data_InputCalibrationWindow[] = { + + // content: + 1, // revision + 0, // classname + 0, 0, // classinfo + 1, 10, // methods + 0, 0, // properties + 0, 0, // enums/sets + + // slots: signature, parameters, type, tag, flags + 24, 23, 23, 23, 0x0a, + + 0 // eod +}; + +static const char qt_meta_stringdata_InputCalibrationWindow[] = { + "InputCalibrationWindow\0\0dismiss()\0" +}; + +const QMetaObject InputCalibrationWindow::staticMetaObject = { + { &QObject::staticMetaObject, qt_meta_stringdata_InputCalibrationWindow, + qt_meta_data_InputCalibrationWindow, 0 } +}; + +const QMetaObject *InputCalibrationWindow::metaObject() const +{ + return &staticMetaObject; +} + +void *InputCalibrationWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_InputCalibrationWindow)) + return static_cast(const_cast< InputCalibrationWindow*>(this)); + return QObject::qt_metacast(_clname); +} + +int InputCalibrationWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + switch (_id) { + case 0: dismiss(); break; + } + _id -= 1; + } + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/tools/bsnes/ui_qt/settings/video.moc b/tools/bsnes/ui_qt/settings/video.moc new file mode 100644 index 0000000..f303109 --- /dev/null +++ b/tools/bsnes/ui_qt/settings/video.moc @@ -0,0 +1,81 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'video.mh' +** +** Created: Sun May 10 13:18:14 2009 +** by: The Qt Meta Object Compiler version 59 (Qt 4.4.3) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "video.mh" +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'video.mh' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 59 +#error "This file was generated using the moc from 4.4.3. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +static const uint qt_meta_data_VideoSettingsWindow[] = { + + // content: + 1, // revision + 0, // classname + 0, 0, // classinfo + 5, 10, // methods + 0, 0, // properties + 0, 0, // enums/sets + + // slots: signature, parameters, type, tag, flags + 21, 20, 20, 20, 0x0a, + 42, 20, 20, 20, 0x0a, + 64, 20, 20, 20, 0x0a, + 84, 20, 20, 20, 0x0a, + 106, 20, 20, 20, 0x0a, + + 0 // eod +}; + +static const char qt_meta_stringdata_VideoSettingsWindow[] = { + "VideoSettingsWindow\0\0gammaRampToggle(int)\0" + "ntscFieldsToggle(int)\0contrastAdjust(int)\0" + "brightnessAdjust(int)\0gammaAdjust(int)\0" +}; + +const QMetaObject VideoSettingsWindow::staticMetaObject = { + { &QObject::staticMetaObject, qt_meta_stringdata_VideoSettingsWindow, + qt_meta_data_VideoSettingsWindow, 0 } +}; + +const QMetaObject *VideoSettingsWindow::metaObject() const +{ + return &staticMetaObject; +} + +void *VideoSettingsWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_VideoSettingsWindow)) + return static_cast(const_cast< VideoSettingsWindow*>(this)); + return QObject::qt_metacast(_clname); +} + +int VideoSettingsWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + switch (_id) { + case 0: gammaRampToggle((*reinterpret_cast< int(*)>(_a[1]))); break; + case 1: ntscFieldsToggle((*reinterpret_cast< int(*)>(_a[1]))); break; + case 2: contrastAdjust((*reinterpret_cast< int(*)>(_a[1]))); break; + case 3: brightnessAdjust((*reinterpret_cast< int(*)>(_a[1]))); break; + case 4: gammaAdjust((*reinterpret_cast< int(*)>(_a[1]))); break; + } + _id -= 5; + } + return _id; +} +QT_END_MOC_NAMESPACE