?? moc_clientview.cpp
字號(hào):
/****************************************************************************** ClientView meta object code from reading C++ file 'clientview.h'**** Created: Fri Mar 30 05:50:15 2007** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.0.5 edited Jul 8 12:26 $)**** WARNING! All changes made in this file will be lost!*****************************************************************************/#undef QT_NO_COMPAT#include "clientview.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.5. It"#error "cannot be used with the include files from this version of Qt."#error "(The moc has changed too much.)"#endifconst char *ClientView::className() const{ return "ClientView";}QMetaObject *ClientView::metaObj = 0;static QMetaObjectCleanUp cleanUp_ClientView;#ifndef QT_NO_TRANSLATIONQString ClientView::tr( const char *s, const char *c ){ if ( qApp ) return qApp->translate( "ClientView", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s );}#ifndef QT_NO_TRANSLATION_UTF8QString ClientView::trUtf8( const char *s, const char *c ){ if ( qApp ) return qApp->translate( "ClientView", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s );}#endif // QT_NO_TRANSLATION_UTF8#endif // QT_NO_TRANSLATIONQMetaObject* ClientView::staticMetaObject(){ if ( metaObj ) return metaObj; QMetaObject* parentObject = QWidget::staticMetaObject(); static const QUMethod slot_0 = {"newRenjuClick", 0, 0 }; static const QUMethod slot_1 = {"huiqiClick", 0, 0 }; static const QUParameter param_slot_2[] = { { "x", &static_QUType_int, 0, QUParameter::In }, { "y", &static_QUType_int, 0, QUParameter::In } }; static const QUMethod slot_2 = {"reqHuiqi", 2, param_slot_2 }; static const QUParameter param_slot_3[] = { { "x", &static_QUType_int, 0, QUParameter::In }, { "y", &static_QUType_int, 0, QUParameter::In } }; static const QUMethod slot_3 = {"zhouqi", 2, param_slot_3 }; static const QUMethod slot_4 = {"sendMsg", 0, 0 }; static const QUMethod slot_5 = {"recvMsg", 0, 0 }; static const QUMethod slot_6 = {"connected", 0, 0 }; static const QUMethod slot_7 = {"serverdone", 0, 0 }; static const QUMethod slot_8 = {"connectionClosed", 0, 0 }; static const QMetaData slot_tbl[] = { { "newRenjuClick()", &slot_0, QMetaData::Public }, { "huiqiClick()", &slot_1, QMetaData::Public }, { "reqHuiqi(int,int)", &slot_2, QMetaData::Public }, { "zhouqi(int,int)", &slot_3, QMetaData::Public }, { "sendMsg()", &slot_4, QMetaData::Public }, { "recvMsg()", &slot_5, QMetaData::Public }, { "connected()", &slot_6, QMetaData::Public }, { "serverdone()", &slot_7, QMetaData::Public }, { "connectionClosed()", &slot_8, QMetaData::Public } }; static const QUParameter param_signal_0[] = { { "x", &static_QUType_int, 0, QUParameter::In }, { "y", &static_QUType_int, 0, QUParameter::In } }; static const QUMethod signal_0 = {"mousedown", 2, param_signal_0 }; static const QMetaData signal_tbl[] = { { "mousedown(int,int)", &signal_0, QMetaData::Public } }; metaObj = QMetaObject::new_metaobject( "ClientView", parentObject, slot_tbl, 9, signal_tbl, 1,#ifndef QT_NO_PROPERTIES 0, 0, 0, 0,#endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_ClientView.setMetaObject( metaObj ); return metaObj;}void* ClientView::qt_cast( const char* clname ){ if ( !qstrcmp( clname, "ClientView" ) ) return (ClientView*)this; return QWidget::qt_cast( clname );}#include <qobjectdefs.h>#include <qsignalslotimp.h>// SIGNAL mousedownvoid ClientView::mousedown( int t0, int t1 ){ if ( signalsBlocked() ) return; QConnectionList *clist = receivers( staticMetaObject()->signalOffset() + 0 ); if ( !clist ) return; QUObject o[3]; static_QUType_int.set(o+1,t0); static_QUType_int.set(o+2,t1); activate_signal( clist, o );}bool ClientView::qt_invoke( int _id, QUObject* _o ){ switch ( _id - staticMetaObject()->slotOffset() ) { case 0: newRenjuClick(); break; case 1: huiqiClick(); break; case 2: reqHuiqi((int)static_QUType_int.get(_o+1),(int)static_QUType_int.get(_o+2)); break; case 3: zhouqi((int)static_QUType_int.get(_o+1),(int)static_QUType_int.get(_o+2)); break; case 4: sendMsg(); break; case 5: recvMsg(); break; case 6: connected(); break; case 7: serverdone(); break; case 8: connectionClosed(); break; default: return QWidget::qt_invoke( _id, _o ); } return TRUE;}bool ClientView::qt_emit( int _id, QUObject* _o ){ switch ( _id - staticMetaObject()->signalOffset() ) { case 0: mousedown((int)static_QUType_int.get(_o+1),(int)static_QUType_int.get(_o+2)); break; default: return QWidget::qt_emit(_id,_o); } return TRUE;}#ifndef QT_NO_PROPERTIESbool ClientView::qt_property( int _id, int _f, QVariant* _v){ return QWidget::qt_property( _id, _f, _v);}#endif // QT_NO_PROPERTIES
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -