kjsembed
KJSEmbed::SlotBinding Class Reference
#include <qobject_binding.h>
Inheritance diagram for KJSEmbed::SlotBinding:

Public Member Functions | |
SlotBinding (KJS::ExecState *exec, const QMetaMethod &memberName) | |
KJS::JSValue * | callAsFunction (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
bool | implementsCall () const |
bool | implementsConstruct () const |
Protected Attributes | |
QByteArray | m_memberName |
Detailed Description
Definition at line 194 of file qobject_binding.h.
Constructor & Destructor Documentation
◆ SlotBinding()
SlotBinding::SlotBinding | ( | KJS::ExecState * | exec, |
const QMetaMethod & | memberName | ||
) |
Definition at line 725 of file qobject_binding.cpp.
Member Function Documentation
◆ callAsFunction()
KJS::JSValue * SlotBinding::callAsFunction | ( | KJS::ExecState * | exec, |
KJS::JSObject * | self, | ||
const KJS::List & | args | ||
) |
Definition at line 619 of file qobject_binding.cpp.
◆ implementsCall()
|
inline |
Definition at line 199 of file qobject_binding.h.
◆ implementsConstruct()
|
inline |
Definition at line 200 of file qobject_binding.h.
Member Data Documentation
◆ m_memberName
|
protected |
Definition at line 203 of file qobject_binding.h.
The documentation for this class was generated from the following files:
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.