/****************************************************************************
** AQSDialog meta object code from reading C++ file 'AQSDialog_p.h'
**
** Created: do. 6. sep. 20:19:03 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 "../../../aqsobjects/AQSDialog_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

const char *AQSDialog::className() const
{
    return "AQSDialog";
}

QMetaObject *AQSDialog::metaObj = 0;
static QMetaObjectCleanUp cleanUp_AQSDialog( "AQSDialog", &AQSDialog::staticMetaObject );

#ifndef QT_NO_TRANSLATION
QString AQSDialog::tr( const char *s, const char *c )
{
    if ( qApp )
	return qApp->translate( "AQSDialog", s, c, QApplication::DefaultCodec );
    else
	return QString::fromLatin1( s );
}
#ifndef QT_NO_TRANSLATION_UTF8
QString AQSDialog::trUtf8( const char *s, const char *c )
{
    if ( qApp )
	return qApp->translate( "AQSDialog", s, c, QApplication::UnicodeUTF8 );
    else
	return QString::fromUtf8( s );
}
#endif // QT_NO_TRANSLATION_UTF8

#endif // QT_NO_TRANSLATION

QMetaObject* AQSDialog::staticMetaObject()
{
    if ( metaObj )
	return metaObj;
    QMetaObject* parentObject = AQSWidget::staticMetaObject();
    static const QUParameter param_slot_0[] = {
	{ 0, &static_QUType_int, 0, QUParameter::Out }
    };
    static const QUMethod slot_0 = {"result", 1, param_slot_0 };
    static const QUMethod slot_1 = {"show", 0, 0 };
    static const QUParameter param_slot_2[] = {
	{ 0, &static_QUType_varptr, "\x11", QUParameter::In }
    };
    static const QUMethod slot_2 = {"setOrientation", 1, param_slot_2 };
    static const QUParameter param_slot_3[] = {
	{ 0, &static_QUType_ptr, "QWidget", QUParameter::In }
    };
    static const QUMethod slot_3 = {"setExtension", 1, param_slot_3 };
    static const QUParameter param_slot_4[] = {
	{ 0, &static_QUType_ptr, "QWidget", QUParameter::Out }
    };
    static const QUMethod slot_4 = {"extension", 1, param_slot_4 };
    static const QMetaData slot_tbl[] = {
	{ "result()", &slot_0, QMetaData::Public },
	{ "show()", &slot_1, QMetaData::Public },
	{ "setOrientation(uint)", &slot_2, QMetaData::Public },
	{ "setExtension(QWidget*)", &slot_3, QMetaData::Public },
	{ "extension()", &slot_4, QMetaData::Public }
    };
    metaObj = QMetaObject::new_metaobject(
	"AQSDialog", parentObject,
	slot_tbl, 5,
	0, 0,
#ifndef QT_NO_PROPERTIES
	0, 0,
	0, 0,
#endif // QT_NO_PROPERTIES
	0, 0 );
    cleanUp_AQSDialog.setMetaObject( metaObj );
    return metaObj;
}

void* AQSDialog::qt_cast( const char* clname )
{
    if ( !qstrcmp( clname, "AQSDialog" ) )
	return this;
    return AQSWidget::qt_cast( clname );
}

bool AQSDialog::qt_invoke( int _id, QUObject* _o )
{
    switch ( _id - staticMetaObject()->slotOffset() ) {
    case 0: static_QUType_int.set(_o,result()); break;
    case 1: show(); break;
    case 2: setOrientation((uint)(*((uint*)static_QUType_ptr.get(_o+1)))); break;
    case 3: setExtension((QWidget*)static_QUType_ptr.get(_o+1)); break;
    case 4: static_QUType_ptr.set(_o,extension()); break;
    default:
	return AQSWidget::qt_invoke( _id, _o );
    }
    return TRUE;
}

bool AQSDialog::qt_emit( int _id, QUObject* _o )
{
    return AQSWidget::qt_emit(_id,_o);
}
#ifndef QT_NO_PROPERTIES

bool AQSDialog::qt_property( int id, int f, QVariant* v)
{
    return AQSWidget::qt_property( id, f, v);
}

bool AQSDialog::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
#endif // QT_NO_PROPERTIES
