#include <kjsembedpart_imp.h>
Inheritance diagram for KJSEmbed::Bindings::KJSEmbedPartImp::
Public Types | |
enum | MethodId { MethodPrint, MethodPrintLn, MethodWarn, MethodReadLine, MethodReadFile, MethodCreate, MethodLoadUI, MethodLoadScript, ConstructImage, ConstructTextStream, ConstructQObject, MethodDumpObject, CustomMethod = 0x1000 } |
Public Methods | |
KJSEmbedPartImp (KJSEmbedPart *part, int id, const QString ¶m=QString::null) | |
~KJSEmbedPartImp () | |
QString | parameter () const |
virtual bool | implementsCall () const |
virtual KJS::Value | call (KJS::ExecState *exec, KJS::Object &self, const KJS::List &args) |
virtual bool | implementsConstruct () const |
virtual KJS::Object | construct (KJS::ExecState *exec, const KJS::List &args) |
|
Identifiers for the various methods.
|