📄 moc_iconview.cpp
字号:
/****************************************************************************
** IconView meta object code from reading C++ file 'iconview.h'
**
** Created: ??? ?? 3 11:27:06 2009
** by: The Qt MOC ($Id: $)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#undef QT_NO_COMPAT
#include "../../../dnd/iconview.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.2.0. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
const char *IconView::className() const
{
return "IconView";
}
QMetaObject *IconView::metaObj = 0;
static QMetaObjectCleanUp cleanUp_IconView( "IconView", &IconView::staticMetaObject );
#ifndef QT_NO_TRANSLATION
QString IconView::tr( const char *s, const char *c )
{
if ( qApp )
return qApp->translate( "IconView", s, c, QApplication::DefaultCodec );
else
return QString::fromLatin1( s );
}
#ifndef QT_NO_TRANSLATION_UTF8
QString IconView::trUtf8( const char *s, const char *c )
{
if ( qApp )
return qApp->translate( "IconView", s, c, QApplication::UnicodeUTF8 );
else
return QString::fromUtf8( s );
}
#endif // QT_NO_TRANSLATION_UTF8
#endif // QT_NO_TRANSLATION
QMetaObject* IconView::staticMetaObject()
{
if ( metaObj )
return metaObj;
QMetaObject* parentObject = QIconView::staticMetaObject();
static const QUParameter param_slot_0[] = {
{ "t", &static_QUType_ptr, "QDropEvent", QUParameter::In },
{ 0, &static_QUType_ptr, "QValueList<QIconDragItem>", QUParameter::In }
};
static const QUMethod slot_0 = {"slotNewItem", 2, param_slot_0 };
static const QMetaData slot_tbl[] = {
{ "slotNewItem(QDropEvent*,const QValueList<QIconDragItem>&)", &slot_0, QMetaData::Public }
};
metaObj = QMetaObject::new_metaobject(
"IconView", parentObject,
slot_tbl, 1,
0, 0,
#ifndef QT_NO_PROPERTIES
0, 0,
0, 0,
#endif // QT_NO_PROPERTIES
0, 0 );
cleanUp_IconView.setMetaObject( metaObj );
return metaObj;
}
void* IconView::qt_cast( const char* clname )
{
if ( !qstrcmp( clname, "IconView" ) )
return this;
return QIconView::qt_cast( clname );
}
bool IconView::qt_invoke( int _id, QUObject* _o )
{
switch ( _id - staticMetaObject()->slotOffset() ) {
case 0: slotNewItem((QDropEvent*)static_QUType_ptr.get(_o+1),(const QValueList<QIconDragItem>&)*((const QValueList<QIconDragItem>*)static_QUType_ptr.get(_o+2))); break;
default:
return QIconView::qt_invoke( _id, _o );
}
return TRUE;
}
bool IconView::qt_emit( int _id, QUObject* _o )
{
return QIconView::qt_emit(_id,_o);
}
#ifndef QT_NO_PROPERTIES
bool IconView::qt_property( int id, int f, QVariant* v)
{
return QIconView::qt_property( id, f, v);
}
bool IconView::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
#endif // QT_NO_PROPERTIES
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -