kjsembed
#include <object_binding.h>
|
static const KJS::ClassInfo | info = { "ObjectBinding", 0, 0, 0 } |
|
Definition at line 88 of file object_binding.h.
◆ Ownership
◆ ObjectBinding()
template<typename T >
KJSEmbed::ObjectBinding::ObjectBinding |
( |
KJS::ExecState * |
exec, |
|
|
const char * |
typeName, |
|
|
T * |
ptr |
|
) |
| |
|
inline |
◆ ~ObjectBinding()
ObjectBinding::~ObjectBinding |
( |
| ) |
|
|
virtual |
◆ className()
KJS::UString ObjectBinding::className |
( |
| ) |
const |
◆ object()
template<typename T >
T * KJSEmbed::ObjectBinding::object |
( |
| ) |
const |
|
inline |
- Returns
- the internal object as a pointer of type T
Definition at line 119 of file object_binding.h.
◆ ownership()
◆ setObject()
template<typename T >
void KJSEmbed::ObjectBinding::setObject |
( |
T * |
ptr | ) |
|
|
inline |
◆ setOwnership()
◆ toString()
KJS::UString ObjectBinding::toString |
( |
KJS::ExecState * |
exec | ) |
const |
◆ type()
KJS::JSType ObjectBinding::type |
( |
| ) |
const |
◆ typeName()
const char * ObjectBinding::typeName |
( |
| ) |
const |
◆ voidStar()
void * KJSEmbed::ObjectBinding::voidStar |
( |
| ) |
const |
|
inline |
◆ info
const KJS::ClassInfo ObjectBinding::info = { "ObjectBinding", 0, 0, 0 } |
|
static |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by
doxygen 1.9.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.