kjsembed
#include "qobject_binding.h"
#include <QtCore/QObject>
#include <QtCore/QArgument>
#include <QtCore/QMetaEnum>
#include <QtCore/QMetaType>
#include <QtCore/QVariant>
#include <QtCore/QVector>
#include <QtCore/QUrl>
#include <QtCore/QDebug>
#include <QWidget>
#include "slotproxy.h"
#include "eventproxy.h"
#include "jseventmapper.h"
#include "pointer.h"
#include "variant_binding.h"
#include <kjs/array_instance.h>
#include <kjs/function_object.h>
Go to the source code of this file.
Functions | |
KJS::JSValue * | callConnect (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &args) |
QByteArray | createSignal (const QByteArray &sig) |
QByteArray | createSlot (const QByteArray &slt) |
QByteArray | extractMemberName (const QMetaMethod &member) |
PointerBase * | getArg (KJS::ExecState *exec, const QList< QByteArray > &types, const KJS::List &args, int idx, QString &errorText) |
if (imp->access()&QObjectBinding::GetParentObject) | |
END_QOBJECT_METHOD | if (imp->access()&QObjectBinding::SetParentObject) |
END_QOBJECT_METHOD | if (imp->access()&QObjectBinding::ChildObjects) |
END_QOBJECT_METHOD | START_METHOD_LUT (QObjectFactory) |
bool | validProperty (const QMetaProperty &property, QObjectBinding::AccessFlags accessflags) |
bool | validSignal (const QMetaMethod &method, QObjectBinding::AccessFlags accessflags) |
bool | validSlot (const QMetaMethod &method, QObjectBinding::AccessFlags accessflags) |
Variables | |
END_QOBJECT_METHOD QByteArray | className = KJSEmbed::extractQString(exec, args, 0).toLatin1() |
END_QOBJECT_METHOD | result = KJS::jsBoolean(object->isWidgetType()) |
Function Documentation
KJS::JSValue* callConnect | ( | KJS::ExecState * | exec, |
KJS::JSObject * | self, | ||
const KJS::List & | args | ||
) |
Definition at line 113 of file qobject_binding.cpp.
QByteArray createSignal | ( | const QByteArray & | sig | ) |
Definition at line 48 of file qobject_binding.cpp.
QByteArray createSlot | ( | const QByteArray & | slt | ) |
Definition at line 53 of file qobject_binding.cpp.
QByteArray extractMemberName | ( | const QMetaMethod & | member | ) |
Definition at line 168 of file qobject_binding.cpp.
PointerBase* getArg | ( | KJS::ExecState * | exec, |
const QList< QByteArray > & | types, | ||
const KJS::List & | args, | ||
int | idx, | ||
QString & | errorText | ||
) |
Definition at line 401 of file qobject_binding.cpp.
if | ( | imp->access()&QObjectBinding::GetParentObject | ) |
Definition at line 817 of file qobject_binding.cpp.
END_QOBJECT_METHOD if | ( | imp->access()&QObjectBinding::SetParentObject | ) |
Definition at line 836 of file qobject_binding.cpp.
END_QOBJECT_METHOD if | ( | imp->access()&QObjectBinding::ChildObjects | ) |
Definition at line 843 of file qobject_binding.cpp.
END_QOBJECT_METHOD START_METHOD_LUT | ( | QObjectFactory | ) |
Definition at line 856 of file qobject_binding.cpp.
bool validProperty | ( | const QMetaProperty & | property, |
QObjectBinding::AccessFlags | accessflags | ||
) |
Definition at line 102 of file qobject_binding.cpp.
bool validSignal | ( | const QMetaMethod & | method, |
QObjectBinding::AccessFlags | accessflags | ||
) |
Definition at line 80 of file qobject_binding.cpp.
bool validSlot | ( | const QMetaMethod & | method, |
QObjectBinding::AccessFlags | accessflags | ||
) |
Definition at line 58 of file qobject_binding.cpp.
Variable Documentation
END_QOBJECT_METHOD QByteArray className = KJSEmbed::extractQString(exec, args, 0).toLatin1() |
Definition at line 832 of file qobject_binding.cpp.
result = KJS::jsBoolean(object->isWidgetType()) |
Definition at line 829 of file qobject_binding.cpp.
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.