/****************************************************************************
** rotationData meta object code from reading C++ file 'rotationData.h'
**
** Created: Tue Jan 8 10:11:49 2008
** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.0.3 edited Mar 18 10:45 $)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#undef QT_NO_COMPAT
#include "rotationData.h"
#include <qmetaobject.h>
#include <qapplication.h>
#include <private/qucomextra_p.h>
#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 19)
#error "This file was generated using the moc from 3.0.3. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
const char *rotationData::className() const
{
return "rotationData";
}
QMetaObject *rotationData::metaObj = 0;
static QMetaObjectCleanUp cleanUp_rotationData;
#ifndef QT_NO_TRANSLATION
QString rotationData::tr( const char *s, const char *c )
{
if ( qApp )
return qApp->translate( "rotationData", s, c, QApplication::DefaultCodec );
else
return QString::fromLatin1( s );
}
#ifndef QT_NO_TRANSLATION_UTF8
QString rotationData::trUtf8( const char *s, const char *c )
{
if ( qApp )
return qApp->translate( "rotationData", s, c, QApplication::UnicodeUTF8 );
else
return QString::fromUtf8( s );
}
#endif // QT_NO_TRANSLATION_UTF8
#endif // QT_NO_TRANSLATION
QMetaObject* rotationData::staticMetaObject()
{
if ( metaObj )
return metaObj;
QMetaObject* parentObject = QDialog::staticMetaObject();
static const QUMethod slot_0 = {"doOK", 0, 0 };
static const QUMethod slot_1 = {"setDefaults", 0, 0 };
static const QUParameter param_slot_2[] = {
{ "num", &static_QUType_int, 0, QUParameter::In }
};
static const QUMethod slot_2 = {"xAxisChanged", 1, param_slot_2 };
static const QUParameter param_slot_3[] = {
{ "num", &static_QUType_int, 0, QUParameter::In }
};
static const QUMethod slot_3 = {"zAxisChanged", 1, param_slot_3 };
static const QMetaData slot_tbl[] = {
{ "doOK()", &slot_0, QMetaData::Protected },
{ "setDefaults()", &slot_1, QMetaData::Protected },
{ "xAxisChanged(int)", &slot_2, QMetaData::Protected },
{ "zAxisChanged(int)", &slot_3, QMetaData::Protected }
};
metaObj = QMetaObject::new_metaobject(
"rotationData", parentObject,
slot_tbl, 4,
0, 0,
#ifndef QT_NO_PROPERTIES
0, 0,
0, 0,
#endif // QT_NO_PROPERTIES
0, 0 );
cleanUp_rotationData.setMetaObject( metaObj );
return metaObj;
}
void* rotationData::qt_cast( const char* clname )
{
if ( !qstrcmp( clname, "rotationData" ) ) return (rotationData*)this;
return QDialog::qt_cast( clname );
}
bool rotationData::qt_invoke( int _id, QUObject* _o )
{
switch ( _id - staticMetaObject()->slotOffset() ) {
case 0: doOK(); break;
case 1: setDefaults(); break;
case 2: xAxisChanged(static_QUType_int.get(_o+1)); break;
case 3: zAxisChanged(static_QUType_int.get(_o+1)); break;
default:
return QDialog::qt_invoke( _id, _o );
}
return TRUE;
}
bool rotationData::qt_emit( int _id, QUObject* _o )
{
return QDialog::qt_emit(_id,_o);
}
#ifndef QT_NO_PROPERTIES
bool rotationData::qt_property( int _id, int _f, QVariant* _v)
{
return QDialog::qt_property( _id, _f, _v);
}
#endif // QT_NO_PROPERTIES
syntax highlighted by Code2HTML, v. 0.9.1