moc_ZNewCheckBox.cpp
上传用户:karlzgj
上传日期:2020-03-01
资源大小:68k
文件大小:2k
源码类别:

TAPI编程

开发平台:

QT

  1. /****************************************************************************
  2. ** ZNewCheckBox meta object code from reading C++ file 'ZNewCheckBox.h'
  3. **
  4. ** Created: Wed Jan 27 23:53:01 2010
  5. **      by: The Qt MOC ($Id: qt/src/moc/moc.y   2.3.8   edited 2004-08-05 $)
  6. **
  7. ** WARNING! All changes made in this file will be lost!
  8. *****************************************************************************/
  9. #if !defined(Q_MOC_OUTPUT_REVISION)
  10. #define Q_MOC_OUTPUT_REVISION 9
  11. #elif Q_MOC_OUTPUT_REVISION != 9
  12. #error "Moc format conflict - please regenerate all moc files"
  13. #endif
  14. #include "ZNewCheckBox.h"
  15. #include <qmetaobject.h>
  16. #include <qapplication.h>
  17. #ifdef QWS
  18. #include <qobjectdict.h>
  19. #endif
  20. const char *ZNewCheckBox::className() const
  21. {
  22.     return "ZNewCheckBox";
  23. }
  24. QMetaObject *ZNewCheckBox::metaObj = 0;
  25. #ifdef QWS
  26. static class ZNewCheckBox_metaObj_Unloader {
  27. public:
  28.     ~ZNewCheckBox_metaObj_Unloader()
  29.     {
  30.          if ( objectDict )
  31.              objectDict->remove( "ZNewCheckBox" );
  32.     }
  33. } ZNewCheckBox_metaObj_unloader;
  34. #endif
  35. void ZNewCheckBox::initMetaObject()
  36. {
  37.     if ( metaObj )
  38. return;
  39.     if ( qstrcmp(ZCheckBox::className(), "ZCheckBox") != 0 )
  40. badSuperclassWarning("ZNewCheckBox","ZCheckBox");
  41.     (void) staticMetaObject();
  42. }
  43. #ifndef QT_NO_TRANSLATION
  44. QString ZNewCheckBox::tr(const char* s)
  45. {
  46.     return qApp->translate( "ZNewCheckBox", s, 0 );
  47. }
  48. QString ZNewCheckBox::tr(const char* s, const char * c)
  49. {
  50.     return qApp->translate( "ZNewCheckBox", s, c );
  51. }
  52. #endif // QT_NO_TRANSLATION
  53. QMetaObject* ZNewCheckBox::staticMetaObject()
  54. {
  55.     if ( metaObj )
  56. return metaObj;
  57.     (void) ZCheckBox::staticMetaObject();
  58. #ifndef QT_NO_PROPERTIES
  59. #endif // QT_NO_PROPERTIES
  60.     typedef void (ZNewCheckBox::*m1_t0)(bool);
  61.     typedef void (QObject::*om1_t0)(bool);
  62.     m1_t0 v1_0 = &ZNewCheckBox::slotSChanged;
  63.     om1_t0 ov1_0 = (om1_t0)v1_0;
  64.     QMetaData *slot_tbl = QMetaObject::new_metadata(1);
  65.     QMetaData::Access *slot_tbl_access = QMetaObject::new_metaaccess(1);
  66.     slot_tbl[0].name = "slotSChanged(bool)";
  67.     slot_tbl[0].ptr = (QMember)ov1_0;
  68.     slot_tbl_access[0] = QMetaData::Private;
  69.     metaObj = QMetaObject::new_metaobject(
  70. "ZNewCheckBox", "ZCheckBox",
  71. slot_tbl, 1,
  72. 0, 0,
  73. #ifndef QT_NO_PROPERTIES
  74. 0, 0,
  75. 0, 0,
  76. #endif // QT_NO_PROPERTIES
  77. 0, 0 );
  78.     metaObj->set_slot_access( slot_tbl_access );
  79. #ifndef QT_NO_PROPERTIES
  80. #endif // QT_NO_PROPERTIES
  81.     return metaObj;
  82. }