org.kde.koala

Class OpenURLEvent

public class OpenURLEvent extends Event

The KParts.OpenURLEvent event informs that a given part has opened a given URL. Applications can use this event to send this information to interested plugins. The event should be sent before opening the URL in the part, so that the plugins can use part().url() to get the old URL.

UNKNOWN: The KParts.OpenURLEvent event informs that a given part has opened a given URL.

Constructor Summary
protected OpenURLEvent(Class dummy)
OpenURLEvent(ReadOnlyPart part, KURL url, URLArgs args)
OpenURLEvent(ReadOnlyPart part, KURL url)
Method Summary
URLArgsargs()
ReadOnlyPartpart()
static booleantest(QEvent event)
KURLurl()

Constructor Detail

OpenURLEvent

protected OpenURLEvent(Class dummy)

OpenURLEvent

public OpenURLEvent(ReadOnlyPart part, KURL url, URLArgs args)

OpenURLEvent

public OpenURLEvent(ReadOnlyPart part, KURL url)

Method Detail

args

public URLArgs args()

part

public ReadOnlyPart part()

test

public static boolean test(QEvent event)

url

public KURL url()