KJsEmbed
slotproxy.cpp
38 SlotProxy::SlotProxy(KJS::JSObject *obj, KJS::Interpreter *interpreter, QObject *parent, const QByteArray &signature)
140 (*KJSEmbed::conerr()) << i18n("Exception calling '%1' slot from %2:%3:%4", QString(methodName), !sourceURL.isEmpty() ? sourceURL : QString::number(sourceId), line, message) << Qt::endl;
163 qDebug() << "SlotProxy::convertArguments(): obj=" << this << " m_signature=" << m_signature << " offset=" << offset << " params=" << params;
203 qDebug() << "\tQVariant::UserType: typeName=" << typeName << " param=" << param.constData() << " isPtr" << isPtr;
void append(JSValue *val)
QTextStream & endl(QTextStream &stream)
QString number(int n, int base)
JSGlobalObject * globalObject() const
int type(const char *typeName)
Type type(const QSqlDatabase &db)
PointerToQObject
QVariant::Type nameToType(const char *name)
QByteArray normalizedSignature(const char *method)
bool hadException() const
QString typeName(const QJsonObject &obj)
void clearException()
QString i18n(const char *text, const TYPE &arg...)
bool isEmpty() const const
KJS::JSObject * construct(KJS::ExecState *exec, const KJS::List &args) override
Calls the callback that will in turn create a new instance of this object with the arguments passed i...
Definition: static_binding.cpp:77
QString & replace(int position, int n, QChar after)
QMetaType::TypeFlags typeFlags(int type)
const char * constData() const const
Interpreter * dynamicInterpreter() const
bool contains(QChar ch, Qt::CaseSensitivity cs) const const
JSValue * exception() const
QList< QByteArray > parameterTypes() const const
QObject * parent() const const
QString message
char * data()
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 10 2023 03:59:19 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 10 2023 03:59:19 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.