⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 context_help.moc.cpp

📁 Linux平台下的内核及程序调试器
💻 CPP
字号:
/****************************************************************************** ContextHelpButton meta object code from reading C++ file 'context_help.h'**** Created: Wed Jun 7 13:47:39 2006**      by: The Qt MOC ($Id: qt/moc_yacc.cpp   3.3.6   edited Mar 8 17:43 $)**** WARNING! All changes made in this file will be lost!*****************************************************************************/#undef QT_NO_COMPAT#include "context_help.h"#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.6. It"#error "cannot be used with the include files from this version of Qt."#error "(The moc has changed too much.)"#endifconst char *ContextHelpButton::className() const{    return "ContextHelpButton";}QMetaObject *ContextHelpButton::metaObj = 0;static QMetaObjectCleanUp cleanUp_ContextHelpButton( "ContextHelpButton", &ContextHelpButton::staticMetaObject );#ifndef QT_NO_TRANSLATIONQString ContextHelpButton::tr( const char *s, const char *c ){    if ( qApp )	return qApp->translate( "ContextHelpButton", s, c, QApplication::DefaultCodec );    else	return QString::fromLatin1( s );}#ifndef QT_NO_TRANSLATION_UTF8QString ContextHelpButton::trUtf8( const char *s, const char *c ){    if ( qApp )	return qApp->translate( "ContextHelpButton", s, c, QApplication::UnicodeUTF8 );    else	return QString::fromUtf8( s );}#endif // QT_NO_TRANSLATION_UTF8#endif // QT_NO_TRANSLATIONQMetaObject* ContextHelpButton::staticMetaObject(){    if ( metaObj )	return metaObj;    QMetaObject* parentObject = QToolButton::staticMetaObject();    static const QUMethod slot_0 = {"mouseReleased", 0, 0 };    static const QMetaData slot_tbl[] = {	{ "mouseReleased()", &slot_0, QMetaData::Public }    };    metaObj = QMetaObject::new_metaobject(	"ContextHelpButton", parentObject,	slot_tbl, 1,	0, 0,#ifndef QT_NO_PROPERTIES	0, 0,	0, 0,#endif // QT_NO_PROPERTIES	0, 0 );    cleanUp_ContextHelpButton.setMetaObject( metaObj );    return metaObj;}void* ContextHelpButton::qt_cast( const char* clname ){    if ( !qstrcmp( clname, "ContextHelpButton" ) )	return this;    return QToolButton::qt_cast( clname );}bool ContextHelpButton::qt_invoke( int _id, QUObject* _o ){    switch ( _id - staticMetaObject()->slotOffset() ) {    case 0: mouseReleased(); break;    default:	return QToolButton::qt_invoke( _id, _o );    }    return TRUE;}bool ContextHelpButton::qt_emit( int _id, QUObject* _o ){    return QToolButton::qt_emit(_id,_o);}#ifndef QT_NO_PROPERTIESbool ContextHelpButton::qt_property( int id, int f, QVariant* v){    return QToolButton::qt_property( id, f, v);}bool ContextHelpButton::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }#endif // QT_NO_PROPERTIESconst char *ContextHelp::className() const{    return "ContextHelp";}QMetaObject *ContextHelp::metaObj = 0;static QMetaObjectCleanUp cleanUp_ContextHelp( "ContextHelp", &ContextHelp::staticMetaObject );#ifndef QT_NO_TRANSLATIONQString ContextHelp::tr( const char *s, const char *c ){    if ( qApp )	return qApp->translate( "ContextHelp", s, c, QApplication::DefaultCodec );    else	return QString::fromLatin1( s );}#ifndef QT_NO_TRANSLATION_UTF8QString ContextHelp::trUtf8( const char *s, const char *c ){    if ( qApp )	return qApp->translate( "ContextHelp", s, c, QApplication::UnicodeUTF8 );    else	return QString::fromUtf8( s );}#endif // QT_NO_TRANSLATION_UTF8#endif // QT_NO_TRANSLATIONQMetaObject* ContextHelp::staticMetaObject(){    if ( metaObj )	return metaObj;    QMetaObject* parentObject = QObject::staticMetaObject();    static const QUMethod slot_0 = {"cleanupWidget", 0, 0 };    static const QMetaData slot_tbl[] = {	{ "cleanupWidget()", &slot_0, QMetaData::Private }    };    metaObj = QMetaObject::new_metaobject(	"ContextHelp", parentObject,	slot_tbl, 1,	0, 0,#ifndef QT_NO_PROPERTIES	0, 0,	0, 0,#endif // QT_NO_PROPERTIES	0, 0 );    cleanUp_ContextHelp.setMetaObject( metaObj );    return metaObj;}void* ContextHelp::qt_cast( const char* clname ){    if ( !qstrcmp( clname, "ContextHelp" ) )	return this;    return QObject::qt_cast( clname );}bool ContextHelp::qt_invoke( int _id, QUObject* _o ){    switch ( _id - staticMetaObject()->slotOffset() ) {    case 0: cleanupWidget(); break;    default:	return QObject::qt_invoke( _id, _o );    }    return TRUE;}bool ContextHelp::qt_emit( int _id, QUObject* _o ){    return QObject::qt_emit(_id,_o);}#ifndef QT_NO_PROPERTIESbool ContextHelp::qt_property( int id, int f, QVariant* v){    return QObject::qt_property( id, f, v);}bool ContextHelp::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }#endif // QT_NO_PROPERTIES

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -