kjsembed
KJSEmbed::FileIOBinding Class Reference
#include <fileio.h>
Inheritance diagram for KJSEmbed::FileIOBinding:
Public Member Functions | |
FileIOBinding (KJS::ExecState *exec, QFile *value) | |
Public Member Functions inherited from KJSEmbed::ObjectBinding | |
template<typename T > | |
ObjectBinding (KJS::ExecState *exec, const char *typeName, T *ptr) | |
virtual | ~ObjectBinding () |
KJS::UString | className () const |
template<typename T > | |
T * | object () const |
Ownership | ownership () const |
template<typename T > | |
void | setObject (T *ptr) |
void | setOwnership (Ownership owner) |
KJS::UString | toString (KJS::ExecState *exec) const |
KJS::JSType | type () const |
const char * | typeName () const |
void * | voidStar () const |
Public Member Functions inherited from KJSEmbed::ProxyBinding | |
ProxyBinding (KJS::ExecState *exec) | |
virtual | ~ProxyBinding () |
bool | implementsCall () const |
bool | implementsConstruct () const |
Additional Inherited Members | |
Public Types inherited from KJSEmbed::ObjectBinding | |
enum | Ownership { CPPOwned, QObjOwned, JSOwned } |
Static Public Attributes inherited from KJSEmbed::ObjectBinding | |
static const KJS::ClassInfo | info = { "ObjectBinding", 0, 0, 0 } |
Detailed Description
Constructor & Destructor Documentation
FileIOBinding::FileIOBinding | ( | KJS::ExecState * | exec, |
QFile * | value | ||
) |
Definition at line 30 of file fileio.cpp.
The documentation for this class was generated from the following files:
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.