kjsembed
KJSEmbed::SlotBinding Class Reference
#include <qobject_binding.h>
Inherits InternalFunctionImp.
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 | ( | KJS::ExecState * | exec, |
const QMetaMethod & | memberName | ||
) |
Definition at line 725 of file qobject_binding.cpp.
Member Function Documentation
KJS::JSValue * SlotBinding::callAsFunction | ( | KJS::ExecState * | exec, |
KJS::JSObject * | self, | ||
const KJS::List & | args | ||
) |
Definition at line 619 of file qobject_binding.cpp.
|
inline |
Definition at line 199 of file qobject_binding.h.
|
inline |
Definition at line 200 of file qobject_binding.h.
Member Data Documentation
|
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:53 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:47:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.