/****************************************************************************
** AQSSpinBox meta object code from reading C++ file 'AQSSpinBox_p.h'
**
** Created: vi. 31. jul. 22:07:32 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 "AQSSpinBox_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 *AQSSpinBox::className() const
{
    return "AQSSpinBox";
}

QMetaObject *AQSSpinBox::metaObj = 0;
static QMetaObjectCleanUp cleanUp_AQSSpinBox( "AQSSpinBox", &AQSSpinBox::staticMetaObject );

#ifndef QT_NO_TRANSLATION
QString AQSSpinBox::tr( const char *s, const char *c )
{
    if ( qApp )
	return qApp->translate( "AQSSpinBox", s, c, QApplication::DefaultCodec );
    else
	return QString::fromLatin1( s );
}
#ifndef QT_NO_TRANSLATION_UTF8
QString AQSSpinBox::trUtf8( const char *s, const char *c )
{
    if ( qApp )
	return qApp->translate( "AQSSpinBox", s, c, QApplication::UnicodeUTF8 );
    else
	return QString::fromUtf8( s );
}
#endif // QT_NO_TRANSLATION_UTF8

#endif // QT_NO_TRANSLATION

QMetaObject* AQSSpinBox::staticMetaObject()
{
    if ( metaObj )
	return metaObj;
    QMetaObject* parentObject = AQSWidget::staticMetaObject();
    static const QUParameter param_slot_0[] = {
	{ 0, &static_QUType_ptr, "QValidator", QUParameter::In }
    };
    static const QUMethod slot_0 = {"setValidator", 1, param_slot_0 };
    static const QUParameter param_slot_1[] = {
	{ 0, &static_QUType_ptr, "QValidator", QUParameter::Out }
    };
    static const QUMethod slot_1 = {"validator", 1, param_slot_1 };
    static const QUParameter param_slot_2[] = {
	{ 0, &static_QUType_QVariant, "\x08", QUParameter::Out }
    };
    static const QUMethod slot_2 = {"upRect", 1, param_slot_2 };
    static const QUParameter param_slot_3[] = {
	{ 0, &static_QUType_QVariant, "\x08", QUParameter::Out }
    };
    static const QUMethod slot_3 = {"downRect", 1, param_slot_3 };
    static const QMetaData slot_tbl[] = {
	{ "setValidator(const QValidator*)", &slot_0, QMetaData::Public },
	{ "validator()", &slot_1, QMetaData::Public },
	{ "upRect()", &slot_2, QMetaData::Public },
	{ "downRect()", &slot_3, QMetaData::Public }
    };
    metaObj = QMetaObject::new_metaobject(
	"AQSSpinBox", parentObject,
	slot_tbl, 4,
	0, 0,
#ifndef QT_NO_PROPERTIES
	0, 0,
	0, 0,
#endif // QT_NO_PROPERTIES
	0, 0 );
    cleanUp_AQSSpinBox.setMetaObject( metaObj );
    return metaObj;
}

void* AQSSpinBox::qt_cast( const char* clname )
{
    if ( !qstrcmp( clname, "AQSSpinBox" ) )
	return this;
    return AQSWidget::qt_cast( clname );
}

bool AQSSpinBox::qt_invoke( int _id, QUObject* _o )
{
    switch ( _id - staticMetaObject()->slotOffset() ) {
    case 0: setValidator((const QValidator*)static_QUType_ptr.get(_o+1)); break;
    case 1: static_QUType_ptr.set(_o,validator()); break;
    case 2: static_QUType_QVariant.set(_o,QVariant(upRect())); break;
    case 3: static_QUType_QVariant.set(_o,QVariant(downRect())); break;
    default:
	return AQSWidget::qt_invoke( _id, _o );
    }
    return TRUE;
}

bool AQSSpinBox::qt_emit( int _id, QUObject* _o )
{
    return AQSWidget::qt_emit(_id,_o);
}
#ifndef QT_NO_PROPERTIES

bool AQSSpinBox::qt_property( int id, int f, QVariant* v)
{
    return AQSWidget::qt_property( id, f, v);
}

bool AQSSpinBox::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
#endif // QT_NO_PROPERTIES
