kjsembed
KJSEmbed::SlotProxy Class Reference
#include <slotproxy.h>
Inheritance diagram for KJSEmbed::SlotProxy:

Public Member Functions | |
const QMetaObject * | metaObject () const |
int | qt_metacall (QMetaObject::Call _c, int _id, void **_a) |
void * | qt_metacast (const char *_clname) |
SlotProxy (KJS::JSObject *obj, KJS::Interpreter *interpreter, QObject *parent, const QByteArray &signature) | |
~SlotProxy () | |
Public Attributes | |
QMetaObject | staticMetaObject |
Detailed Description
Definition at line 41 of file slotproxy.h.
Constructor & Destructor Documentation
SlotProxy::SlotProxy | ( | KJS::JSObject * | obj, | |
KJS::Interpreter * | interpreter, | |||
QObject * | parent, | |||
const QByteArray & | signature | |||
) |
Definition at line 38 of file slotproxy.cpp.
SlotProxy::~SlotProxy | ( | ) |
Definition at line 76 of file slotproxy.cpp.
Member Function Documentation
const QMetaObject * SlotProxy::metaObject | ( | ) | const |
Definition at line 83 of file slotproxy.cpp.
int SlotProxy::qt_metacall | ( | QMetaObject::Call | _c, | |
int | _id, | |||
void ** | _a | |||
) |
Definition at line 295 of file slotproxy.cpp.
void * SlotProxy::qt_metacast | ( | const char * | _clname | ) |
Definition at line 88 of file slotproxy.cpp.
Member Data Documentation
Definition at line 47 of file slotproxy.h.
The documentation for this class was generated from the following files: