/****************************************************************************
** AQSTab meta object code from reading C++ file 'AQSTab_p.h'
**
** Created: vi. 31. jul. 22:07:33 2020
**      by: The Qt MOC ($Id: moc_yacc.cpp 2051 2007-02-21 10:04:20Z chehrlic $)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#undef QT_NO_COMPAT
#include "AQSTab_p.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

#include <qvariant.h>
const char *AQSTab::className() const
{
    return "AQSTab";
}

QMetaObject *AQSTab::metaObj = 0;
static QMetaObjectCleanUp cleanUp_AQSTab( "AQSTab", &AQSTab::staticMetaObject );

#ifndef QT_NO_TRANSLATION
QString AQSTab::tr( const char *s, const char *c )
{
    if ( qApp )
	return qApp->translate( "AQSTab", s, c, QApplication::DefaultCodec );
    else
	return QString::fromLatin1( s );
}
#ifndef QT_NO_TRANSLATION_UTF8
QString AQSTab::trUtf8( const char *s, const char *c )
{
    if ( qApp )
	return qApp->translate( "AQSTab", s, c, QApplication::UnicodeUTF8 );
    else
	return QString::fromUtf8( s );
}
#endif // QT_NO_TRANSLATION_UTF8

#endif // QT_NO_TRANSLATION

QMetaObject* AQSTab::staticMetaObject()
{
    if ( metaObj )
	return metaObj;
    QMetaObject* parentObject = AQSVoidPtr::staticMetaObject();
    static const QUParameter param_slot_0[] = {
	{ 0, &static_QUType_QString, 0, QUParameter::In }
    };
    static const QUMethod slot_0 = {"setText", 1, param_slot_0 };
    static const QUParameter param_slot_1[] = {
	{ 0, &static_QUType_QString, 0, QUParameter::Out }
    };
    static const QUMethod slot_1 = {"text", 1, param_slot_1 };
    static const QUParameter param_slot_2[] = {
	{ 0, &static_QUType_varptr, "\x0d", QUParameter::In }
    };
    static const QUMethod slot_2 = {"setIconSet", 1, param_slot_2 };
    static const QUParameter param_slot_3[] = {
	{ 0, &static_QUType_ptr, "AQSIconSet", QUParameter::In }
    };
    static const QUMethod slot_3 = {"setIconSet", 1, param_slot_3 };
    static const QUParameter param_slot_4[] = {
	{ 0, &static_QUType_ptr, "QIconSet", QUParameter::Out }
    };
    static const QUMethod slot_4 = {"iconSet", 1, param_slot_4 };
    static const QUParameter param_slot_5[] = {
	{ 0, &static_QUType_varptr, "\x08", QUParameter::In }
    };
    static const QUMethod slot_5 = {"setRect", 1, param_slot_5 };
    static const QUParameter param_slot_6[] = {
	{ 0, &static_QUType_QVariant, "\x08", QUParameter::Out }
    };
    static const QUMethod slot_6 = {"rect", 1, param_slot_6 };
    static const QUParameter param_slot_7[] = {
	{ 0, &static_QUType_bool, 0, QUParameter::In }
    };
    static const QUMethod slot_7 = {"setEnabled", 1, param_slot_7 };
    static const QUParameter param_slot_8[] = {
	{ 0, &static_QUType_bool, 0, QUParameter::Out }
    };
    static const QUMethod slot_8 = {"isEnabled", 1, param_slot_8 };
    static const QUParameter param_slot_9[] = {
	{ 0, &static_QUType_int, 0, QUParameter::In }
    };
    static const QUMethod slot_9 = {"setIdentifier", 1, param_slot_9 };
    static const QUParameter param_slot_10[] = {
	{ 0, &static_QUType_int, 0, QUParameter::Out }
    };
    static const QUMethod slot_10 = {"identifier", 1, param_slot_10 };
    static const QMetaData slot_tbl[] = {
	{ "setText(const QString&)", &slot_0, QMetaData::Public },
	{ "text()", &slot_1, QMetaData::Public },
	{ "setIconSet(QIconSet*)", &slot_2, QMetaData::Public },
	{ "setIconSet(AQSIconSet*)", &slot_3, QMetaData::Public },
	{ "iconSet()", &slot_4, QMetaData::Public },
	{ "setRect(const QRect&)", &slot_5, QMetaData::Public },
	{ "rect()", &slot_6, QMetaData::Public },
	{ "setEnabled(bool)", &slot_7, QMetaData::Public },
	{ "isEnabled()", &slot_8, QMetaData::Public },
	{ "setIdentifier(int)", &slot_9, QMetaData::Public },
	{ "identifier()", &slot_10, QMetaData::Public }
    };
    metaObj = QMetaObject::new_metaobject(
	"AQSTab", parentObject,
	slot_tbl, 11,
	0, 0,
#ifndef QT_NO_PROPERTIES
	0, 0,
	0, 0,
#endif // QT_NO_PROPERTIES
	0, 0 );
    cleanUp_AQSTab.setMetaObject( metaObj );
    return metaObj;
}

void* AQSTab::qt_cast( const char* clname )
{
    if ( !qstrcmp( clname, "AQSTab" ) )
	return this;
    return AQSVoidPtr::qt_cast( clname );
}

bool AQSTab::qt_invoke( int _id, QUObject* _o )
{
    switch ( _id - staticMetaObject()->slotOffset() ) {
    case 0: setText((const QString&)static_QUType_QString.get(_o+1)); break;
    case 1: static_QUType_QString.set(_o,text()); break;
    case 2: setIconSet((QIconSet*)static_QUType_varptr.get(_o+1)); break;
    case 3: setIconSet((AQSIconSet*)static_QUType_ptr.get(_o+1)); break;
    case 4: static_QUType_ptr.set(_o,iconSet()); break;
    case 5: setRect((const QRect&)*((const QRect*)static_QUType_ptr.get(_o+1))); break;
    case 6: static_QUType_QVariant.set(_o,QVariant(rect())); break;
    case 7: setEnabled((bool)static_QUType_bool.get(_o+1)); break;
    case 8: static_QUType_bool.set(_o,isEnabled()); break;
    case 9: setIdentifier((int)static_QUType_int.get(_o+1)); break;
    case 10: static_QUType_int.set(_o,identifier()); break;
    default:
	return AQSVoidPtr::qt_invoke( _id, _o );
    }
    return TRUE;
}

bool AQSTab::qt_emit( int _id, QUObject* _o )
{
    return AQSVoidPtr::qt_emit(_id,_o);
}
#ifndef QT_NO_PROPERTIES

bool AQSTab::qt_property( int id, int f, QVariant* v)
{
    return AQSVoidPtr::qt_property( id, f, v);
}

bool AQSTab::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
#endif // QT_NO_PROPERTIES
