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

📄 configurationpanelimplmoc.cpp

📁 sip 开源代码 源于novell sip 开源代码 源于novell
💻 CPP
字号:
/****************************************************************************** ConfigurationPanelImpl meta object code from reading C++ file 'ConfigurationPanelImpl.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 "ConfigurationPanelImpl.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 *ConfigurationPanelImpl::className() const{    return "ConfigurationPanelImpl";}QMetaObject *ConfigurationPanelImpl::metaObj = 0;static QMetaObjectCleanUp cleanUp_ConfigurationPanelImpl( "ConfigurationPanelImpl", &ConfigurationPanelImpl::staticMetaObject );#ifndef QT_NO_TRANSLATIONQString ConfigurationPanelImpl::tr( const char *s, const char *c ){    if ( qApp )	return qApp->translate( "ConfigurationPanelImpl", s, c, QApplication::DefaultCodec );    else	return QString::fromLatin1( s );}#ifndef QT_NO_TRANSLATION_UTF8QString ConfigurationPanelImpl::trUtf8( const char *s, const char *c ){    if ( qApp )	return qApp->translate( "ConfigurationPanelImpl", s, c, QApplication::UnicodeUTF8 );    else	return QString::fromUtf8( s );}#endif // QT_NO_TRANSLATION_UTF8#endif // QT_NO_TRANSLATIONQMetaObject* ConfigurationPanelImpl::staticMetaObject(){    if ( metaObj )	return metaObj;    QMetaObject* parentObject = QDialog::staticMetaObject();    static const QUParameter param_slot_0[] = {	{ "entry", &static_QUType_ptr, "ConfigEntry", QUParameter::In }    };    static const QUMethod slot_0 = {"add", 1, param_slot_0 };    static const QUMethod slot_1 = {"generate", 0, 0 };    static const QMetaData slot_tbl[] = {	{ "add(const ConfigEntry&)", &slot_0, QMetaData::Public },	{ "generate()", &slot_1, QMetaData::Public }    };    metaObj = QMetaObject::new_metaobject(	"ConfigurationPanelImpl", parentObject,	slot_tbl, 2,	0, 0,#ifndef QT_NO_PROPERTIES	0, 0,	0, 0,#endif // QT_NO_PROPERTIES	0, 0 );    cleanUp_ConfigurationPanelImpl.setMetaObject( metaObj );    return metaObj;}void* ConfigurationPanelImpl::qt_cast( const char* clname ){    if ( !qstrcmp( clname, "ConfigurationPanelImpl" ) )	return this;    return QDialog::qt_cast( clname );}bool ConfigurationPanelImpl::qt_invoke( int _id, QUObject* _o ){    switch ( _id - staticMetaObject()->slotOffset() ) {    case 0: add((const ConfigEntry&)*((const ConfigEntry*)static_QUType_ptr.get(_o+1))); break;    case 1: generate(); break;    default:	return QDialog::qt_invoke( _id, _o );    }    return TRUE;}bool ConfigurationPanelImpl::qt_emit( int _id, QUObject* _o ){    return QDialog::qt_emit(_id,_o);}#ifndef QT_NO_PROPERTIESbool ConfigurationPanelImpl::qt_property( int id, int f, QVariant* v){    return QDialog::qt_property( id, f, v);}bool ConfigurationPanelImpl::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }#endif // QT_NO_PROPERTIES

⌨️ 快捷键说明

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