/****************************************************************************
** FLStaticLoaderSetup meta object code from reading C++ file 'FLModulesStaticLoader_p.cpp'
**
** Created: vi. 31. jul. 22:07:34 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!
*****************************************************************************/

#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 *FLStaticLoaderSetup::className() const
{
    return "FLStaticLoaderSetup";
}

QMetaObject *FLStaticLoaderSetup::metaObj = 0;
static QMetaObjectCleanUp cleanUp_FLStaticLoaderSetup( "FLStaticLoaderSetup", &FLStaticLoaderSetup::staticMetaObject );

#ifndef QT_NO_TRANSLATION
QString FLStaticLoaderSetup::tr( const char *s, const char *c )
{
    if ( qApp )
	return qApp->translate( "FLStaticLoaderSetup", s, c, QApplication::DefaultCodec );
    else
	return QString::fromLatin1( s );
}
#ifndef QT_NO_TRANSLATION_UTF8
QString FLStaticLoaderSetup::trUtf8( const char *s, const char *c )
{
    if ( qApp )
	return qApp->translate( "FLStaticLoaderSetup", s, c, QApplication::UnicodeUTF8 );
    else
	return QString::fromUtf8( s );
}
#endif // QT_NO_TRANSLATION_UTF8

#endif // QT_NO_TRANSLATION

QMetaObject* FLStaticLoaderSetup::staticMetaObject()
{
    if ( metaObj )
	return metaObj;
    QMetaObject* parentObject = FLStaticLoaderUI::staticMetaObject();
    static const QUMethod slot_0 = {"load", 0, 0 };
    static const QUMethod slot_1 = {"addDir", 0, 0 };
    static const QUMethod slot_2 = {"modDir", 0, 0 };
    static const QUMethod slot_3 = {"delDir", 0, 0 };
    static const QUParameter param_slot_4[] = {
	{ "on", &static_QUType_bool, 0, QUParameter::In }
    };
    static const QUMethod slot_4 = {"setEnabled", 1, param_slot_4 };
    static const QUParameter param_slot_5[] = {
	{ "on", &static_QUType_bool, 0, QUParameter::In }
    };
    static const QUMethod slot_5 = {"setChecked", 1, param_slot_5 };
    static const QMetaData slot_tbl[] = {
	{ "load()", &slot_0, QMetaData::Private },
	{ "addDir()", &slot_1, QMetaData::Private },
	{ "modDir()", &slot_2, QMetaData::Private },
	{ "delDir()", &slot_3, QMetaData::Private },
	{ "setEnabled(bool)", &slot_4, QMetaData::Private },
	{ "setChecked(bool)", &slot_5, QMetaData::Private }
    };
    metaObj = QMetaObject::new_metaobject(
	"FLStaticLoaderSetup", parentObject,
	slot_tbl, 6,
	0, 0,
#ifndef QT_NO_PROPERTIES
	0, 0,
	0, 0,
#endif // QT_NO_PROPERTIES
	0, 0 );
    cleanUp_FLStaticLoaderSetup.setMetaObject( metaObj );
    return metaObj;
}

void* FLStaticLoaderSetup::qt_cast( const char* clname )
{
    if ( !qstrcmp( clname, "FLStaticLoaderSetup" ) )
	return this;
    return FLStaticLoaderUI::qt_cast( clname );
}

bool FLStaticLoaderSetup::qt_invoke( int _id, QUObject* _o )
{
    switch ( _id - staticMetaObject()->slotOffset() ) {
    case 0: load(); break;
    case 1: addDir(); break;
    case 2: modDir(); break;
    case 3: delDir(); break;
    case 4: setEnabled((bool)static_QUType_bool.get(_o+1)); break;
    case 5: setChecked((bool)static_QUType_bool.get(_o+1)); break;
    default:
	return FLStaticLoaderUI::qt_invoke( _id, _o );
    }
    return TRUE;
}

bool FLStaticLoaderSetup::qt_emit( int _id, QUObject* _o )
{
    return FLStaticLoaderUI::qt_emit(_id,_o);
}
#ifndef QT_NO_PROPERTIES

bool FLStaticLoaderSetup::qt_property( int id, int f, QVariant* v)
{
    return FLStaticLoaderUI::qt_property( id, f, v);
}

bool FLStaticLoaderSetup::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
#endif // QT_NO_PROPERTIES


const char *FLStaticLoaderWarning::className() const
{
    return "FLStaticLoaderWarning";
}

QMetaObject *FLStaticLoaderWarning::metaObj = 0;
static QMetaObjectCleanUp cleanUp_FLStaticLoaderWarning( "FLStaticLoaderWarning", &FLStaticLoaderWarning::staticMetaObject );

#ifndef QT_NO_TRANSLATION
QString FLStaticLoaderWarning::tr( const char *s, const char *c )
{
    if ( qApp )
	return qApp->translate( "FLStaticLoaderWarning", s, c, QApplication::DefaultCodec );
    else
	return QString::fromLatin1( s );
}
#ifndef QT_NO_TRANSLATION_UTF8
QString FLStaticLoaderWarning::trUtf8( const char *s, const char *c )
{
    if ( qApp )
	return qApp->translate( "FLStaticLoaderWarning", s, c, QApplication::UnicodeUTF8 );
    else
	return QString::fromUtf8( s );
}
#endif // QT_NO_TRANSLATION_UTF8

#endif // QT_NO_TRANSLATION

QMetaObject* FLStaticLoaderWarning::staticMetaObject()
{
    if ( metaObj )
	return metaObj;
    QMetaObject* parentObject = QObject::staticMetaObject();
    static const QUMethod slot_0 = {"popupWarnings", 0, 0 };
    static const QUMethod slot_1 = {"updateScripts", 0, 0 };
    static const QMetaData slot_tbl[] = {
	{ "popupWarnings()", &slot_0, QMetaData::Public },
	{ "updateScripts()", &slot_1, QMetaData::Public }
    };
    metaObj = QMetaObject::new_metaobject(
	"FLStaticLoaderWarning", parentObject,
	slot_tbl, 2,
	0, 0,
#ifndef QT_NO_PROPERTIES
	0, 0,
	0, 0,
#endif // QT_NO_PROPERTIES
	0, 0 );
    cleanUp_FLStaticLoaderWarning.setMetaObject( metaObj );
    return metaObj;
}

void* FLStaticLoaderWarning::qt_cast( const char* clname )
{
    if ( !qstrcmp( clname, "FLStaticLoaderWarning" ) )
	return this;
    return QObject::qt_cast( clname );
}

bool FLStaticLoaderWarning::qt_invoke( int _id, QUObject* _o )
{
    switch ( _id - staticMetaObject()->slotOffset() ) {
    case 0: popupWarnings(); break;
    case 1: updateScripts(); break;
    default:
	return QObject::qt_invoke( _id, _o );
    }
    return TRUE;
}

bool FLStaticLoaderWarning::qt_emit( int _id, QUObject* _o )
{
    return QObject::qt_emit(_id,_o);
}
#ifndef QT_NO_PROPERTIES

bool FLStaticLoaderWarning::qt_property( int id, int f, QVariant* v)
{
    return QObject::qt_property( id, f, v);
}

bool FLStaticLoaderWarning::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
#endif // QT_NO_PROPERTIES
