cheesetracker (0.9.15.3-4) cheesetracker/interface__QT/moc__instrument_edit.cpp

Summary

 cheesetracker/interface__QT/moc__instrument_edit.cpp |  156 +++++++++++++++++++
 1 file changed, 156 insertions(+)

    
download this patch

Patch contents

--- cheesetracker-0.9.15.3.orig/cheesetracker/interface__QT/moc__instrument_edit.cpp
+++ cheesetracker-0.9.15.3/cheesetracker/interface__QT/moc__instrument_edit.cpp
@@ -0,0 +1,156 @@
+/****************************************************************************
+** Instrument_Edit meta object code from reading C++ file 'instrument_edit.h'
+**
+** Created: Sat Apr 12 04:47:20 2008
+**      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 "instrument_edit.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.8b. It"
+#error "cannot be used with the include files from this version of Qt."
+#error "(The moc has changed too much.)"
+#endif
+
+const char *Instrument_Edit::className() const
+{
+    return "Instrument_Edit";
+}
+
+QMetaObject *Instrument_Edit::metaObj = 0;
+static QMetaObjectCleanUp cleanUp_Instrument_Edit( "Instrument_Edit", &Instrument_Edit::staticMetaObject );
+
+#ifndef QT_NO_TRANSLATION
+QString Instrument_Edit::tr( const char *s, const char *c )
+{
+    if ( qApp )
+	return qApp->translate( "Instrument_Edit", s, c, QApplication::DefaultCodec );
+    else
+	return QString::fromLatin1( s );
+}
+#ifndef QT_NO_TRANSLATION_UTF8
+QString Instrument_Edit::trUtf8( const char *s, const char *c )
+{
+    if ( qApp )
+	return qApp->translate( "Instrument_Edit", s, c, QApplication::UnicodeUTF8 );
+    else
+	return QString::fromUtf8( s );
+}
+#endif // QT_NO_TRANSLATION_UTF8
+
+#endif // QT_NO_TRANSLATION
+
+QMetaObject* Instrument_Edit::staticMetaObject()
+{
+    if ( metaObj )
+	return metaObj;
+    QMetaObject* parentObject = QHBox::staticMetaObject();
+    static const QUParameter param_slot_0[] = {
+	{ "p_item", &static_QUType_ptr, "QListViewItem", QUParameter::In }
+    };
+    static const QUMethod slot_0 = {"item_selected_cbk", 1, param_slot_0 };
+    static const QUParameter param_slot_1[] = {
+	{ "item", &static_QUType_ptr, "QListViewItem", QUParameter::In },
+	{ "col", &static_QUType_int, 0, QUParameter::In }
+    };
+    static const QUMethod slot_1 = {"item_renamed_cbk", 2, param_slot_1 };
+    static const QUMethod slot_2 = {"load_instrument_from_keyboard", 0, 0 };
+    static const QUMethod slot_3 = {"update_selected_instrument", 0, 0 };
+    static const QUParameter param_slot_4[] = {
+	{ "p_which", &static_QUType_int, 0, QUParameter::In }
+    };
+    static const QUMethod slot_4 = {"nna_selected", 1, param_slot_4 };
+    static const QUParameter param_slot_5[] = {
+	{ "p_which", &static_QUType_int, 0, QUParameter::In }
+    };
+    static const QUMethod slot_5 = {"dct_selected", 1, param_slot_5 };
+    static const QUParameter param_slot_6[] = {
+	{ "p_which", &static_QUType_int, 0, QUParameter::In }
+    };
+    static const QUMethod slot_6 = {"dct_action_selected", 1, param_slot_6 };
+    static const QUParameter param_slot_7[] = {
+	{ "p_which", &static_QUType_int, 0, QUParameter::In }
+    };
+    static const QUMethod slot_7 = {"layer_selected", 1, param_slot_7 };
+    static const QMetaData slot_tbl[] = {
+	{ "item_selected_cbk(QListViewItem*)", &slot_0, QMetaData::Protected },
+	{ "item_renamed_cbk(QListViewItem*,int)", &slot_1, QMetaData::Protected },
+	{ "load_instrument_from_keyboard()", &slot_2, QMetaData::Protected },
+	{ "update_selected_instrument()", &slot_3, QMetaData::Protected },
+	{ "nna_selected(int)", &slot_4, QMetaData::Protected },
+	{ "dct_selected(int)", &slot_5, QMetaData::Protected },
+	{ "dct_action_selected(int)", &slot_6, QMetaData::Protected },
+	{ "layer_selected(int)", &slot_7, QMetaData::Protected }
+    };
+    static const QUMethod signal_0 = {"update_sample_editor", 0, 0 };
+    static const QMetaData signal_tbl[] = {
+	{ "update_sample_editor()", &signal_0, QMetaData::Protected }
+    };
+    metaObj = QMetaObject::new_metaobject(
+	"Instrument_Edit", parentObject,
+	slot_tbl, 8,
+	signal_tbl, 1,
+#ifndef QT_NO_PROPERTIES
+	0, 0,
+	0, 0,
+#endif // QT_NO_PROPERTIES
+	0, 0 );
+    cleanUp_Instrument_Edit.setMetaObject( metaObj );
+    return metaObj;
+}
+
+void* Instrument_Edit::qt_cast( const char* clname )
+{
+    if ( !qstrcmp( clname, "Instrument_Edit" ) )
+	return this;
+    return QHBox::qt_cast( clname );
+}
+
+// SIGNAL update_sample_editor
+void Instrument_Edit::update_sample_editor()
+{
+    activate_signal( staticMetaObject()->signalOffset() + 0 );
+}
+
+bool Instrument_Edit::qt_invoke( int _id, QUObject* _o )
+{
+    switch ( _id - staticMetaObject()->slotOffset() ) {
+    case 0: item_selected_cbk((QListViewItem*)static_QUType_ptr.get(_o+1)); break;
+    case 1: item_renamed_cbk((QListViewItem*)static_QUType_ptr.get(_o+1),(int)static_QUType_int.get(_o+2)); break;
+    case 2: load_instrument_from_keyboard(); break;
+    case 3: update_selected_instrument(); break;
+    case 4: nna_selected((int)static_QUType_int.get(_o+1)); break;
+    case 5: dct_selected((int)static_QUType_int.get(_o+1)); break;
+    case 6: dct_action_selected((int)static_QUType_int.get(_o+1)); break;
+    case 7: layer_selected((int)static_QUType_int.get(_o+1)); break;
+    default:
+	return QHBox::qt_invoke( _id, _o );
+    }
+    return TRUE;
+}
+
+bool Instrument_Edit::qt_emit( int _id, QUObject* _o )
+{
+    switch ( _id - staticMetaObject()->signalOffset() ) {
+    case 0: update_sample_editor(); break;
+    default:
+	return QHBox::qt_emit(_id,_o);
+    }
+    return TRUE;
+}
+#ifndef QT_NO_PROPERTIES
+
+bool Instrument_Edit::qt_property( int id, int f, QVariant* v)
+{
+    return QHBox::qt_property( id, f, v);
+}
+
+bool Instrument_Edit::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
+#endif // QT_NO_PROPERTIES