📄 sflphoneappmoc.cpp
字号:
/****************************************************************************** SFLPhoneApp meta object code from reading C++ file 'SFLPhoneApp.hpp'**** Created: Wed Sep 6 14:47:11 2006** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.4 edited Jan 21 18:14 $)**** WARNING! All changes made in this file will be lost!*****************************************************************************/#undef QT_NO_COMPAT#include "SFLPhoneApp.hpp"#include <qmetaobject.h>#include <qapplication.h>#include <private/qucomextra_p.h>#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)#error "This file was generated using the moc from 3.3.4. It"#error "cannot be used with the include files from this version of Qt."#error "(The moc has changed too much.)"#endifconst char *SFLPhoneApp::className() const{ return "SFLPhoneApp";}QMetaObject *SFLPhoneApp::metaObj = 0;static QMetaObjectCleanUp cleanUp_SFLPhoneApp( "SFLPhoneApp", &SFLPhoneApp::staticMetaObject );#ifndef QT_NO_TRANSLATIONQString SFLPhoneApp::tr( const char *s, const char *c ){ if ( qApp ) return qApp->translate( "SFLPhoneApp", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s );}#ifndef QT_NO_TRANSLATION_UTF8QString SFLPhoneApp::trUtf8( const char *s, const char *c ){ if ( qApp ) return qApp->translate( "SFLPhoneApp", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s );}#endif // QT_NO_TRANSLATION_UTF8#endif // QT_NO_TRANSLATIONQMetaObject* SFLPhoneApp::staticMetaObject(){ if ( metaObj ) return metaObj; QMetaObject* parentObject = QApplication::staticMetaObject(); static const QUMethod slot_0 = {"handleArg", 0, 0 }; static const QUMethod slot_1 = {"paste", 0, 0 }; static const QUParameter param_slot_2[] = { { "e", &static_QUType_ptr, "QKeyEvent", QUParameter::In } }; static const QUMethod slot_2 = {"shortcutPressed", 1, param_slot_2 }; static const QUMethod slot_3 = {"launch", 0, 0 }; static const QMetaData slot_tbl[] = { { "handleArg()", &slot_0, QMetaData::Public }, { "paste()", &slot_1, QMetaData::Public }, { "shortcutPressed(QKeyEvent*)", &slot_2, QMetaData::Public }, { "launch()", &slot_3, QMetaData::Private } }; static const QUParameter param_signal_0[] = { { 0, &static_QUType_QString, 0, QUParameter::In } }; static const QUMethod signal_0 = {"registerFailed", 1, param_signal_0 }; static const QUParameter param_signal_1[] = { { 0, &static_QUType_QString, 0, QUParameter::In } }; static const QUMethod signal_1 = {"registerSucceed", 1, param_signal_1 }; static const QMetaData signal_tbl[] = { { "registerFailed(const QString)", &signal_0, QMetaData::Private }, { "registerSucceed(const QString)", &signal_1, QMetaData::Private } }; metaObj = QMetaObject::new_metaobject( "SFLPhoneApp", parentObject, slot_tbl, 4, signal_tbl, 2,#ifndef QT_NO_PROPERTIES 0, 0, 0, 0,#endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_SFLPhoneApp.setMetaObject( metaObj ); return metaObj;}void* SFLPhoneApp::qt_cast( const char* clname ){ if ( !qstrcmp( clname, "SFLPhoneApp" ) ) return this; return QApplication::qt_cast( clname );}// SIGNAL registerFailedvoid SFLPhoneApp::registerFailed( const QString t0 ){ activate_signal( staticMetaObject()->signalOffset() + 0, t0 );}// SIGNAL registerSucceedvoid SFLPhoneApp::registerSucceed( const QString t0 ){ activate_signal( staticMetaObject()->signalOffset() + 1, t0 );}bool SFLPhoneApp::qt_invoke( int _id, QUObject* _o ){ switch ( _id - staticMetaObject()->slotOffset() ) { case 0: handleArg(); break; case 1: paste(); break; case 2: shortcutPressed((QKeyEvent*)static_QUType_ptr.get(_o+1)); break; case 3: launch(); break; default: return QApplication::qt_invoke( _id, _o ); } return TRUE;}bool SFLPhoneApp::qt_emit( int _id, QUObject* _o ){ switch ( _id - staticMetaObject()->signalOffset() ) { case 0: registerFailed((const QString)static_QUType_QString.get(_o+1)); break; case 1: registerSucceed((const QString)static_QUType_QString.get(_o+1)); break; default: return QApplication::qt_emit(_id,_o); } return TRUE;}#ifndef QT_NO_PROPERTIESbool SFLPhoneApp::qt_property( int id, int f, QVariant* v){ return QApplication::qt_property( id, f, v);}bool SFLPhoneApp::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }#endif // QT_NO_PROPERTIES
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -