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

Public Member Functions | |
KJS::JSValue * | callAsFunction (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
bool | implementsCall () const |
bool | implementsConstruct () const |
SlotBinding (KJS::ExecState *exec, const QMetaMethod &memberName) | |
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 722 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 616 of file qobject_binding.cpp.
bool KJSEmbed::SlotBinding::implementsCall | ( | ) | const [inline] |
Definition at line 199 of file qobject_binding.h.
bool KJSEmbed::SlotBinding::implementsConstruct | ( | ) | const [inline] |
Definition at line 200 of file qobject_binding.h.
Member Data Documentation
QByteArray KJSEmbed::SlotBinding::m_memberName [protected] |
Definition at line 203 of file qobject_binding.h.
The documentation for this class was generated from the following files: