kjsembed
object_binding.cpp File Reference
#include "object_binding.h"
#include <QtCore/QArgument>
#include <QtCore/QDebug>
#include "static_binding.h"
#include "variant_binding.h"
Include dependency graph for object_binding.cpp:
Go to the source code of this file.
Functions | |
KJS::JSValue * | callPointerCast (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &) |
KJS::JSValue * | callPointerName (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &) |
KJS::JSValue * | callPointerToString (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &) |
Function Documentation
KJS::JSValue* callPointerCast | ( | KJS::ExecState * | exec, |
KJS::JSObject * | self, | ||
const KJS::List & | |||
) |
Definition at line 85 of file object_binding.cpp.
KJS::JSValue* callPointerName | ( | KJS::ExecState * | exec, |
KJS::JSObject * | self, | ||
const KJS::List & | |||
) |
Definition at line 75 of file object_binding.cpp.
KJS::JSValue* callPointerToString | ( | KJS::ExecState * | exec, |
KJS::JSObject * | self, | ||
const KJS::List & | |||
) |
Definition at line 95 of file object_binding.cpp.
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.