org.kde.koala

Class LiveConnectExtension

public class LiveConnectExtension extends QObject

An extension class for LiveConnect, i.e\. a call from JavaScript from a HTML page which embeds this part. A part can have an object hierarchie by using objid as a reference to an object. See LiveConnectExtensionSignals for signals emitted by LiveConnectExtension

UNKNOWN: An extension class for LiveConnect, i.

Constructor Summary
protected LiveConnectExtension(Class dummy)
LiveConnectExtension(ReadOnlyPart parent, String name)
LiveConnectExtension(ReadOnlyPart parent)
Method Summary
static LiveConnectExtensionchildObject(QObject arg1)
StringclassName()
QMetaObjectmetaObject()
booleanput(long objid, String field, String value)
put a field value in objid, return true on success
voidunregister(long objid)
notifies the part that there is no reference anymore to objid

Constructor Detail

LiveConnectExtension

protected LiveConnectExtension(Class dummy)

LiveConnectExtension

public LiveConnectExtension(ReadOnlyPart parent, String name)

LiveConnectExtension

public LiveConnectExtension(ReadOnlyPart parent)

Method Detail

childObject

public static LiveConnectExtension childObject(QObject arg1)

className

public String className()

metaObject

public QMetaObject metaObject()

put

public boolean put(long objid, String field, String value)
put a field value in objid, return true on success

UNKNOWN: put a field value in objid, return true on success

unregister

public void unregister(long objid)
notifies the part that there is no reference anymore to objid

UNKNOWN: notifies the part that there is no reference anymore to objid