moc_PropertiesPanel.cpp

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** PropertiesPanel meta object code from reading C++ file 'PropertiesPanel.h'
00003 **
00004 ** Created: Sun Mar 1 16:25:56 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 "PropertiesPanel.h"
00017 #include <qmetaobject.h>
00018 #include <qapplication.h>
00019 
00020 
00021 
00022 const char *PropertiesPanel::className() const
00023 {
00024     return "PropertiesPanel";
00025 }
00026 
00027 QMetaObject *PropertiesPanel::metaObj = 0;
00028 
00029 void PropertiesPanel::initMetaObject()
00030 {
00031     if ( metaObj )
00032         return;
00033     if ( qstrcmp(QVBox::className(), "QVBox") != 0 )
00034         badSuperclassWarning("PropertiesPanel","QVBox");
00035     (void) staticMetaObject();
00036 }
00037 
00038 #ifndef QT_NO_TRANSLATION
00039 
00040 QString PropertiesPanel::tr(const char* s)
00041 {
00042     return qApp->translate( "PropertiesPanel", s, 0 );
00043 }
00044 
00045 QString PropertiesPanel::tr(const char* s, const char * c)
00046 {
00047     return qApp->translate( "PropertiesPanel", s, c );
00048 }
00049 
00050 #endif // QT_NO_TRANSLATION
00051 
00052 QMetaObject* PropertiesPanel::staticMetaObject()
00053 {
00054     if ( metaObj )
00055         return metaObj;
00056     (void) QVBox::staticMetaObject();
00057 #ifndef QT_NO_PROPERTIES
00058 #endif // QT_NO_PROPERTIES
00059     typedef void (PropertiesPanel::*m1_t0)();
00060     typedef void (QObject::*om1_t0)();
00061     typedef void (PropertiesPanel::*m1_t1)();
00062     typedef void (QObject::*om1_t1)();
00063     typedef void (PropertiesPanel::*m1_t2)(const QString&);
00064     typedef void (QObject::*om1_t2)(const QString&);
00065     m1_t0 v1_0 = &PropertiesPanel::updateCounters;
00066     om1_t0 ov1_0 = (om1_t0)v1_0;
00067     m1_t1 v1_1 = &PropertiesPanel::updateDescription;
00068     om1_t1 ov1_1 = (om1_t1)v1_1;
00069     m1_t2 v1_2 = &PropertiesPanel::updateAuthor;
00070     om1_t2 ov1_2 = (om1_t2)v1_2;
00071     QMetaData *slot_tbl = QMetaObject::new_metadata(3);
00072     QMetaData::Access *slot_tbl_access = QMetaObject::new_metaaccess(3);
00073     slot_tbl[0].name = "updateCounters()";
00074     slot_tbl[0].ptr = (QMember)ov1_0;
00075     slot_tbl_access[0] = QMetaData::Public;
00076     slot_tbl[1].name = "updateDescription()";
00077     slot_tbl[1].ptr = (QMember)ov1_1;
00078     slot_tbl_access[1] = QMetaData::Private;
00079     slot_tbl[2].name = "updateAuthor(const QString&)";
00080     slot_tbl[2].ptr = (QMember)ov1_2;
00081     slot_tbl_access[2] = QMetaData::Private;
00082     metaObj = QMetaObject::new_metaobject(
00083         "PropertiesPanel", "QVBox",
00084         slot_tbl, 3,
00085         0, 0,
00086 #ifndef QT_NO_PROPERTIES
00087         0, 0,
00088         0, 0,
00089 #endif // QT_NO_PROPERTIES
00090         0, 0 );
00091     metaObj->set_slot_access( slot_tbl_access );
00092 #ifndef QT_NO_PROPERTIES
00093 #endif // QT_NO_PROPERTIES
00094     return metaObj;
00095 }

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