www.pudn.com > code-qt.rar > moc_userdialog.cpp


/****************************************************************************
** userDialog meta object code from reading C++ file 'userdialog.h'
**
** Created: Thu Feb 23 16:14:39 2006
**      by: The Qt MOC ($Id: qt/src/moc/moc.y   2.3.2   edited 2001-10-17 $)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#if !defined(Q_MOC_OUTPUT_REVISION)
#define Q_MOC_OUTPUT_REVISION 9
#elif Q_MOC_OUTPUT_REVISION != 9
#error "Moc format conflict - please regenerate all moc files"
#endif

#include "userdialog.h"
#include 
#include 



const char *userDialog::className() const
{
    return "userDialog";
}

QMetaObject *userDialog::metaObj = 0;

void userDialog::initMetaObject()
{
    if ( metaObj )
	return;
    if ( qstrcmp(QWidget::className(), "QWidget") != 0 )
	badSuperclassWarning("userDialog","QWidget");
    (void) staticMetaObject();
}

#ifndef QT_NO_TRANSLATION

QString userDialog::tr(const char* s)
{
    return qApp->translate( "userDialog", s, 0 );
}

QString userDialog::tr(const char* s, const char * c)
{
    return qApp->translate( "userDialog", s, c );
}

#endif // QT_NO_TRANSLATION

QMetaObject* userDialog::staticMetaObject()
{
    if ( metaObj )
	return metaObj;
    (void) QWidget::staticMetaObject();
#ifndef QT_NO_PROPERTIES
#endif // QT_NO_PROPERTIES
    typedef void (userDialog::*m1_t0)();
    typedef void (QObject::*om1_t0)();
    m1_t0 v1_0 = &userDialog::popupDialog;
    om1_t0 ov1_0 = (om1_t0)v1_0;
    QMetaData *slot_tbl = QMetaObject::new_metadata(1);
    QMetaData::Access *slot_tbl_access = QMetaObject::new_metaaccess(1);
    slot_tbl[0].name = "popupDialog()";
    slot_tbl[0].ptr = (QMember)ov1_0;
    slot_tbl_access[0] = QMetaData::Private;
    metaObj = QMetaObject::new_metaobject(
	"userDialog", "QWidget",
	slot_tbl, 1,
	0, 0,
#ifndef QT_NO_PROPERTIES
	0, 0,
	0, 0,
#endif // QT_NO_PROPERTIES
	0, 0 );
    metaObj->set_slot_access( slot_tbl_access );
#ifndef QT_NO_PROPERTIES
#endif // QT_NO_PROPERTIES
    return metaObj;
}