X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2FInput%2Fmoc_basis.cpp;fp=tools%2FInput%2Fmoc_basis.cpp;h=e6f5063133937ebef69b5b2d47268526d33528cc;hb=aff4da5c7170bbd2b7f082ed351e6af97ae22752;hp=0000000000000000000000000000000000000000;hpb=7c0fe756b3cae52731d20e5f76d157a37a833792;p=snark14.git diff --git a/tools/Input/moc_basis.cpp b/tools/Input/moc_basis.cpp new file mode 100644 index 0000000..e6f5063 --- /dev/null +++ b/tools/Input/moc_basis.cpp @@ -0,0 +1,107 @@ +/**************************************************************************** +** basiswindow meta object code from reading C++ file 'basis.h' +** +** Created: Sun Feb 11 21:07:20 2018 +** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.8 edited Feb 2 14:59 $) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#undef QT_NO_COMPAT +#include "basis.h" +#include +#include + +#include +#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26) +#error "This file was generated using the moc from 3.3.8b. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +const char *basiswindow::className() const +{ + return "basiswindow"; +} + +QMetaObject *basiswindow::metaObj = 0; +static QMetaObjectCleanUp cleanUp_basiswindow( "basiswindow", &basiswindow::staticMetaObject ); + +#ifndef QT_NO_TRANSLATION +QString basiswindow::tr( const char *s, const char *c ) +{ + if ( qApp ) + return qApp->translate( "basiswindow", s, c, QApplication::DefaultCodec ); + else + return QString::fromLatin1( s ); +} +#ifndef QT_NO_TRANSLATION_UTF8 +QString basiswindow::trUtf8( const char *s, const char *c ) +{ + if ( qApp ) + return qApp->translate( "basiswindow", s, c, QApplication::UnicodeUTF8 ); + else + return QString::fromUtf8( s ); +} +#endif // QT_NO_TRANSLATION_UTF8 + +#endif // QT_NO_TRANSLATION + +QMetaObject* basiswindow::staticMetaObject() +{ + if ( metaObj ) + return metaObj; + QMetaObject* parentObject = QDialog::staticMetaObject(); + static const QUMethod slot_0 = {"activateBlobFields", 0, 0 }; + static const QUMethod slot_1 = {"deactivateBlobFields", 0, 0 }; + static const QUMethod slot_2 = {"checkValues", 0, 0 }; + static const QMetaData slot_tbl[] = { + { "activateBlobFields()", &slot_0, QMetaData::Private }, + { "deactivateBlobFields()", &slot_1, QMetaData::Private }, + { "checkValues()", &slot_2, QMetaData::Private } + }; + metaObj = QMetaObject::new_metaobject( + "basiswindow", parentObject, + slot_tbl, 3, + 0, 0, +#ifndef QT_NO_PROPERTIES + 0, 0, + 0, 0, +#endif // QT_NO_PROPERTIES + 0, 0 ); + cleanUp_basiswindow.setMetaObject( metaObj ); + return metaObj; +} + +void* basiswindow::qt_cast( const char* clname ) +{ + if ( !qstrcmp( clname, "basiswindow" ) ) + return this; + return QDialog::qt_cast( clname ); +} + +bool basiswindow::qt_invoke( int _id, QUObject* _o ) +{ + switch ( _id - staticMetaObject()->slotOffset() ) { + case 0: activateBlobFields(); break; + case 1: deactivateBlobFields(); break; + case 2: checkValues(); break; + default: + return QDialog::qt_invoke( _id, _o ); + } + return TRUE; +} + +bool basiswindow::qt_emit( int _id, QUObject* _o ) +{ + return QDialog::qt_emit(_id,_o); +} +#ifndef QT_NO_PROPERTIES + +bool basiswindow::qt_property( int id, int f, QVariant* v) +{ + return QDialog::qt_property( id, f, v); +} + +bool basiswindow::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } +#endif // QT_NO_PROPERTIES