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()));
The MetaFunction class implements a QObject to provide an adaptor between Qt signals+slots and script...
Definition: metafunction.h:43
QMetaObject staticMetaObject
The static QMetaObject instance that provides the QMeta-information for this QObject class.
Definition: metafunction.h:101
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.
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
Definition: action.cpp:36
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.