KParts::OpenUrlEvent
KParts::OpenUrlEvent Class Reference
#include <KParts/OpenUrlEvent>
Inheritance diagram for KParts::OpenUrlEvent:

Public Member Functions | |
OpenUrlEvent (ReadOnlyPart *part, const QUrl &url, const OpenUrlArguments &args=OpenUrlArguments(), const BrowserArguments &browserArgs=BrowserArguments()) | |
OpenUrlArguments | arguments () const |
BrowserArguments | browserArguments () const |
ReadOnlyPart * | part () const |
QUrl | url () const |
![]() | |
QEvent (QEvent::Type type) | |
void | accept () |
void | ignore () |
bool | isAccepted () const const |
void | setAccepted (bool accepted) |
bool | spontaneous () const const |
QEvent::Type | type () const const |
Static Public Member Functions | |
static bool | test (const QEvent *event) |
![]() | |
int | registerEventType (int hint) |
Detailed Description
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.
Definition at line 33 of file openurlevent.h.
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 Jun 5 2023 03:53:24 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Jun 5 2023 03:53:24 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.