moc_DigraphLineEdit.cpp

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** DigraphLineEdit meta object code from reading C++ file 'DigraphLineEdit.h'
00003 **
00004 ** Created: Sun Mar 1 16:25:54 2009
00005 **      by: The Qt MOC ($Id: qt/src/moc/moc.y   2.3.3   edited 2001-10-17 $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 *****************************************************************************/
00009 
00010 #if !defined(Q_MOC_OUTPUT_REVISION)
00011 #define Q_MOC_OUTPUT_REVISION 9
00012 #elif Q_MOC_OUTPUT_REVISION != 9
00013 #error "Moc format conflict - please regenerate all moc files"
00014 #endif
00015 
00016 #include "DigraphLineEdit.h"
00017 #include <qmetaobject.h>
00018 #include <qapplication.h>
00019 
00020 
00021 
00022 const char *DigraphLineEdit::className() const
00023 {
00024     return "DigraphLineEdit";
00025 }
00026 
00027 QMetaObject *DigraphLineEdit::metaObj = 0;
00028 
00029 void DigraphLineEdit::initMetaObject()
00030 {
00031     if ( metaObj )
00032         return;
00033     if ( qstrcmp(QLineEdit::className(), "QLineEdit") != 0 )
00034         badSuperclassWarning("DigraphLineEdit","QLineEdit");
00035     (void) staticMetaObject();
00036 }
00037 
00038 #ifndef QT_NO_TRANSLATION
00039 
00040 QString DigraphLineEdit::tr(const char* s)
00041 {
00042     return qApp->translate( "DigraphLineEdit", s, 0 );
00043 }
00044 
00045 QString DigraphLineEdit::tr(const char* s, const char * c)
00046 {
00047     return qApp->translate( "DigraphLineEdit", s, c );
00048 }
00049 
00050 #endif // QT_NO_TRANSLATION
00051 
00052 QMetaObject* DigraphLineEdit::staticMetaObject()
00053 {
00054     if ( metaObj )
00055         return metaObj;
00056     (void) QLineEdit::staticMetaObject();
00057 #ifndef QT_NO_PROPERTIES
00058 #endif // QT_NO_PROPERTIES
00059     typedef void (DigraphLineEdit::*m1_t0)(bool);
00060     typedef void (QObject::*om1_t0)(bool);
00061     m1_t0 v1_0 = &DigraphLineEdit::setDigraphEnabled;
00062     om1_t0 ov1_0 = (om1_t0)v1_0;
00063     QMetaData *slot_tbl = QMetaObject::new_metadata(1);
00064     QMetaData::Access *slot_tbl_access = QMetaObject::new_metaaccess(1);
00065     slot_tbl[0].name = "setDigraphEnabled(bool)";
00066     slot_tbl[0].ptr = (QMember)ov1_0;
00067     slot_tbl_access[0] = QMetaData::Public;
00068     metaObj = QMetaObject::new_metaobject(
00069         "DigraphLineEdit", "QLineEdit",
00070         slot_tbl, 1,
00071         0, 0,
00072 #ifndef QT_NO_PROPERTIES
00073         0, 0,
00074         0, 0,
00075 #endif // QT_NO_PROPERTIES
00076         0, 0 );
00077     metaObj->set_slot_access( slot_tbl_access );
00078 #ifndef QT_NO_PROPERTIES
00079 #endif // QT_NO_PROPERTIES
00080     return metaObj;
00081 }

Generated on Sun Mar 1 17:30:47 2009 for toMOTko by  doxygen 1.5.6