/****************************************************************************
** AQSFormSearchDB meta object code from reading C++ file 'AQSFormSearchDB_p.h'
**
** Created: vi. 31. jul. 22:07:30 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 "AQSFormSearchDB_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 *AQSFormSearchDB::className() const
{
    return "AQSFormSearchDB";
}

QMetaObject *AQSFormSearchDB::metaObj = 0;
static QMetaObjectCleanUp cleanUp_AQSFormSearchDB( "AQSFormSearchDB", &AQSFormSearchDB::staticMetaObject );

#ifndef QT_NO_TRANSLATION
QString AQSFormSearchDB::tr( const char *s, const char *c )
{
    if ( qApp )
	return qApp->translate( "AQSFormSearchDB", s, c, QApplication::DefaultCodec );
    else
	return QString::fromLatin1( s );
}
#ifndef QT_NO_TRANSLATION_UTF8
QString AQSFormSearchDB::trUtf8( const char *s, const char *c )
{
    if ( qApp )
	return qApp->translate( "AQSFormSearchDB", s, c, QApplication::UnicodeUTF8 );
    else
	return QString::fromUtf8( s );
}
#endif // QT_NO_TRANSLATION_UTF8

#endif // QT_NO_TRANSLATION

QMetaObject* AQSFormSearchDB::staticMetaObject()
{
    if ( metaObj )
	return metaObj;
    QMetaObject* parentObject = AQSWidget::staticMetaObject();
    static const QUParameter param_slot_0[] = {
	{ 0, &static_QUType_ptr, "FLSqlCursor", QUParameter::Out }
    };
    static const QUMethod slot_0 = {"cursor", 1, param_slot_0 };
    static const QUParameter param_slot_1[] = {
	{ 0, &static_QUType_ptr, "QWidget", QUParameter::Out }
    };
    static const QUMethod slot_1 = {"mainWidget", 1, param_slot_1 };
    static const QUParameter param_slot_2[] = {
	{ 0, &static_QUType_QString, 0, QUParameter::In }
    };
    static const QUMethod slot_2 = {"setIdMDI", 1, param_slot_2 };
    static const QUParameter param_slot_3[] = {
	{ 0, &static_QUType_QString, 0, QUParameter::Out }
    };
    static const QUMethod slot_3 = {"idMDI", 1, param_slot_3 };
    static const QUParameter param_slot_4[] = {
	{ 0, &static_QUType_ptr, "QWidget", QUParameter::In }
    };
    static const QUMethod slot_4 = {"setMainWidget", 1, param_slot_4 };
    static const QUMethod slot_5 = {"setMainWidget", 0, 0 };
    static const QUParameter param_slot_6[] = {
	{ 0, &static_QUType_ptr, "QImage", QUParameter::Out }
    };
    static const QUMethod slot_6 = {"snapShot", 1, param_slot_6 };
    static const QUParameter param_slot_7[] = {
	{ 0, &static_QUType_QString, 0, QUParameter::In }
    };
    static const QUMethod slot_7 = {"saveSnapShot", 1, param_slot_7 };
    static const QUParameter param_slot_8[] = {
	{ 0, &static_QUType_QVariant, 0, QUParameter::Out }
    };
    static const QUMethod slot_8 = {"exec", 1, param_slot_8 };
    static const QUParameter param_slot_9[] = {
	{ 0, &static_QUType_QVariant, 0, QUParameter::Out },
	{ 0, &static_QUType_QString, 0, QUParameter::In }
    };
    static const QUMethod slot_9 = {"exec", 2, param_slot_9 };
    static const QUParameter param_slot_10[] = {
	{ 0, &static_QUType_QString, 0, QUParameter::In }
    };
    static const QUMethod slot_10 = {"setFilter", 1, param_slot_10 };
    static const QUParameter param_slot_11[] = {
	{ 0, &static_QUType_bool, 0, QUParameter::Out }
    };
    static const QUMethod slot_11 = {"accepted", 1, param_slot_11 };
    static const QMetaData slot_tbl[] = {
	{ "cursor()", &slot_0, QMetaData::Public },
	{ "mainWidget()", &slot_1, QMetaData::Public },
	{ "setIdMDI(const QString&)", &slot_2, QMetaData::Public },
	{ "idMDI()", &slot_3, QMetaData::Public },
	{ "setMainWidget(QWidget*)", &slot_4, QMetaData::Public },
	{ "setMainWidget()", &slot_5, QMetaData::Public },
	{ "snapShot()", &slot_6, QMetaData::Public },
	{ "saveSnapShot(const QString&)", &slot_7, QMetaData::Public },
	{ "exec()", &slot_8, QMetaData::Public },
	{ "exec(const QString&)", &slot_9, QMetaData::Public },
	{ "setFilter(const QString&)", &slot_10, QMetaData::Public },
	{ "accepted()", &slot_11, QMetaData::Public }
    };
    metaObj = QMetaObject::new_metaobject(
	"AQSFormSearchDB", parentObject,
	slot_tbl, 12,
	0, 0,
#ifndef QT_NO_PROPERTIES
	0, 0,
	0, 0,
#endif // QT_NO_PROPERTIES
	0, 0 );
    cleanUp_AQSFormSearchDB.setMetaObject( metaObj );
    return metaObj;
}

void* AQSFormSearchDB::qt_cast( const char* clname )
{
    if ( !qstrcmp( clname, "AQSFormSearchDB" ) )
	return this;
    return AQSWidget::qt_cast( clname );
}

bool AQSFormSearchDB::qt_invoke( int _id, QUObject* _o )
{
    switch ( _id - staticMetaObject()->slotOffset() ) {
    case 0: static_QUType_ptr.set(_o,cursor()); break;
    case 1: static_QUType_ptr.set(_o,mainWidget()); break;
    case 2: setIdMDI((const QString&)static_QUType_QString.get(_o+1)); break;
    case 3: static_QUType_QString.set(_o,idMDI()); break;
    case 4: setMainWidget((QWidget*)static_QUType_ptr.get(_o+1)); break;
    case 5: setMainWidget(); break;
    case 6: static_QUType_ptr.set(_o,snapShot()); break;
    case 7: saveSnapShot((const QString&)static_QUType_QString.get(_o+1)); break;
    case 8: static_QUType_QVariant.set(_o,exec()); break;
    case 9: static_QUType_QVariant.set(_o,exec((const QString&)static_QUType_QString.get(_o+1))); break;
    case 10: setFilter((const QString&)static_QUType_QString.get(_o+1)); break;
    case 11: static_QUType_bool.set(_o,accepted()); break;
    default:
	return AQSWidget::qt_invoke( _id, _o );
    }
    return TRUE;
}

bool AQSFormSearchDB::qt_emit( int _id, QUObject* _o )
{
    return AQSWidget::qt_emit(_id,_o);
}
#ifndef QT_NO_PROPERTIES

bool AQSFormSearchDB::qt_property( int id, int f, QVariant* v)
{
    return AQSWidget::qt_property( id, f, v);
}

bool AQSFormSearchDB::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
#endif // QT_NO_PROPERTIES
