KParts
browserextension.h
90 class KPARTS_EXPORT BrowserExtension : public QObject // TODO KF6, rename class and header to NavigationExtension. See https://phabricator.kde.org/T12224
111 ShowNavigationItems KPARTS_ENUMERATOR_DEPRECATED_VERSION_BELATED(5, 82, 5, 27, "No effect anymore") =
113 ShowUp KPARTS_ENUMERATOR_DEPRECATED_VERSION_BELATED(5, 82, 5, 27, "No effect anymore") = 0x0002, /**< @deprecated since 5.27, no effect anymore */
114 ShowReload KPARTS_ENUMERATOR_DEPRECATED_VERSION_BELATED(5, 82, 5, 27, "No effect anymore") = 0x0004, /**< @deprecated since 5.27, no effect anymore */
116 ShowBookmark = 0x0008, /**< show "add to bookmarks" (usually not done on the local filesystem) */
117 ShowCreateDirectory = 0x0010, /**< show "create directory" (usually only done on the background of the view, or
119 ShowTextSelectionItems = 0x0020, /**< set when selecting text, for a popup that only contains text-related items. */
120 NoDeletion = 0x0040, /**< deletion, trashing and renaming not allowed (e.g. parent dir not writeable).
122 IsLink = 0x0080, /**< show "Bookmark This Link" and other link-related actions (linkactions merging group) */
307 void openUrlRequestDelayed(const QUrl &url, const KParts::OpenUrlArguments &arguments, const KParts::BrowserArguments &browserArguments);
380 * @param actionGroups named groups of actions which should be inserted into the popup, see ActionGroupMap
BrowserArguments is a set of web-browsing-specific arguments, which allow specifying how a URL should...
Definition: browserarguments.h:41
Definition: browserextension.h:25
QMap< QString, QList< QAction * > > ActionGroupMap
Associates a list of actions with a predefined name known by the host's popupmenu: "editactions" for ...
Definition: browserextension.h:273
The WindowArgs are used to specify arguments to the "create new window" call (see the createNewWindow...
Definition: windowargs.h:29
The Browser Extension is an extension (yes, no kidding) to KParts::ReadOnlyPart, which allows a bette...
Definition: browserextension.h:90
Definition: browserextension.h:23
The purpose of this interface is to allow a direct communication between a KPart and the hosting brow...
Definition: browserinterface.h:43
OpenUrlArguments is the set of arguments that specify how a URL should be opened by KParts::ReadOnlyP...
Definition: openurlarguments.h:34
PopupFlag
Set of flags passed via the popupMenu signal, to ask for some items in the popup menu.
Definition: browserextension.h:108
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Sep 25 2023 03:50:51 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Sep 25 2023 03:50:51 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.