📄 valkyrie_options_page.moc.cpp
字号:
/****************************************************************************** ValkyrieOptionsPage meta object code from reading C++ file 'valkyrie_options_page.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 "valkyrie_options_page.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 *ValkyrieOptionsPage::className() const{ return "ValkyrieOptionsPage";}QMetaObject *ValkyrieOptionsPage::metaObj = 0;static QMetaObjectCleanUp cleanUp_ValkyrieOptionsPage( "ValkyrieOptionsPage", &ValkyrieOptionsPage::staticMetaObject );#ifndef QT_NO_TRANSLATIONQString ValkyrieOptionsPage::tr( const char *s, const char *c ){ if ( qApp ) return qApp->translate( "ValkyrieOptionsPage", s, c, QApplication::DefaultCodec ); else return QString::fromLatin1( s );}#ifndef QT_NO_TRANSLATION_UTF8QString ValkyrieOptionsPage::trUtf8( const char *s, const char *c ){ if ( qApp ) return qApp->translate( "ValkyrieOptionsPage", s, c, QApplication::UnicodeUTF8 ); else return QString::fromUtf8( s );}#endif // QT_NO_TRANSLATION_UTF8#endif // QT_NO_TRANSLATIONQMetaObject* ValkyrieOptionsPage::staticMetaObject(){ if ( metaObj ) return metaObj; QMetaObject* parentObject = OptionsPage::staticMetaObject(); static const QUMethod slot_0 = {"chooseGenFont", 0, 0 }; static const QUMethod slot_1 = {"chooseToolFont", 0, 0 }; static const QUMethod slot_2 = {"getEditor", 0, 0 }; static const QUMethod slot_3 = {"getBinary", 0, 0 }; static const QUMethod slot_4 = {"getBrowser", 0, 0 }; static const QUMethod slot_5 = {"getVgExec", 0, 0 }; static const QMetaData slot_tbl[] = { { "chooseGenFont()", &slot_0, QMetaData::Private }, { "chooseToolFont()", &slot_1, QMetaData::Private }, { "getEditor()", &slot_2, QMetaData::Private }, { "getBinary()", &slot_3, QMetaData::Private }, { "getBrowser()", &slot_4, QMetaData::Private }, { "getVgExec()", &slot_5, QMetaData::Private } }; metaObj = QMetaObject::new_metaobject( "ValkyrieOptionsPage", parentObject, slot_tbl, 6, 0, 0,#ifndef QT_NO_PROPERTIES 0, 0, 0, 0,#endif // QT_NO_PROPERTIES 0, 0 ); cleanUp_ValkyrieOptionsPage.setMetaObject( metaObj ); return metaObj;}void* ValkyrieOptionsPage::qt_cast( const char* clname ){ if ( !qstrcmp( clname, "ValkyrieOptionsPage" ) ) return this; return OptionsPage::qt_cast( clname );}bool ValkyrieOptionsPage::qt_invoke( int _id, QUObject* _o ){ switch ( _id - staticMetaObject()->slotOffset() ) { case 0: chooseGenFont(); break; case 1: chooseToolFont(); break; case 2: getEditor(); break; case 3: getBinary(); break; case 4: getBrowser(); break; case 5: getVgExec(); break; default: return OptionsPage::qt_invoke( _id, _o ); } return TRUE;}bool ValkyrieOptionsPage::qt_emit( int _id, QUObject* _o ){ return OptionsPage::qt_emit(_id,_o);}#ifndef QT_NO_PROPERTIESbool ValkyrieOptionsPage::qt_property( int id, int f, QVariant* v){ return OptionsPage::qt_property( id, f, v);}bool ValkyrieOptionsPage::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }#endif // QT_NO_PROPERTIES
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -