Kross
metafunction.h
Go to the documentation of this file.
57 //krossdebug(QString("MetaFunction sender=\"%1\" signal=\"%2\"").arg(sender->objectName()).arg(m_signature.constData()));
QMetaObject staticMetaObject
The static QMetaObject instance that provides the QMeta-information for this QObject class...
Definition: metafunction.h:101
void * qt_metacast(const char *_clname)
Try to cast this QObject instance into the class with name _clname and return the casted pointer or N...
Definition: metafunction.h:116
The MetaFunction class implements a QObject to provide an adaptor between Qt signals+slots and script...
Definition: metafunction.h:42
const QMetaObject * metaObject() const
Definition: metafunction.h:107
int qt_metacall(QMetaObject::Call _c, int _id, void **_a)=0
This method got called if a method this QObject instance defines should be invoked.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.