KParts
browserextension.h
Go to the documentation of this file.
323 Q_PROPERTY( bool urlDropHandling READ isURLDropHandlingEnabled WRITE setURLDropHandlingEnabled )
339 DefaultPopupItems=0x0000,
340 ShowNavigationItems=0x0001,
341 ShowUp=0x0002,
342 ShowReload=0x0004,
343 ShowBookmark=0x0008,
344 ShowCreateDirectory=0x0010,
346 ShowTextSelectionItems=0x0020,
347 NoDeletion=0x0040,
349 IsLink=0x0080,
350 ShowUrlOperations=0x0100,
351 ShowProperties=0x200
738 virtual BrowserHostExtension *findFrameParent(KParts::ReadOnlyPart *callingPart, const QString &frame);
770 TypeVoid=0, TypeBool, TypeFunction, TypeNumber, TypeObject, TypeString
780 virtual bool get( const unsigned long objid, const QString & field, Type & type, unsigned long & retobjid, QString & value );
788 virtual bool call( const unsigned long objid, const QString & func, const QStringList & args, Type & type, unsigned long & retobjid, QString & value );
802 void partEvent( const unsigned long objid, const QString & event, const KParts::LiveConnectExtension::ArgList & args );
The Browser Extension is an extension (yes, no kidding) to KParts::ReadOnlyPart, which allows a bette...
Definition: browserextension.h:320
TransferJob * put(const KUrl &url, int permissions, JobFlags flags=DefaultFlags)
The purpose of this interface is to allow a direct communication between a KPart and the hosting brow...
Definition: browserinterface.h:53
BrowserArguments is a set of web-browsing-specific arguments, which allow specifying how a URL should...
Definition: browserextension.h:64
Definition: browserextension.h:33
default value, no additional menu item
Definition: browserextension.h:339
Definition: browserextension.h:32
bool trustedSource
If true, the part who asks for a URL to be opened can be 'trusted' to execute applications.
Definition: browserextension.h:140
QStringList docState
This buffer can be used by the part to save and restore its contents.
Definition: browserextension.h:81
KGuiItem test()
An extension class for LiveConnect, i.e.
Definition: browserextension.h:765
PopupFlag
Set of flags passed via the popupMenu signal, to ask for some items in the popup menu.
Definition: browserextension.h:338
Definition: browserextension.h:34
Definition: browserextension.h:31
The KParts::OpenUrlEvent event informs that a given part has opened a given URL.
Definition: browserextension.h:249
An extension class for container parts, i.e.
Definition: browserextension.h:712
bool softReload
softReload is set when user just hits reload button.
Definition: browserextension.h:89
QMap< QByteArray, int > ActionNumberMap
Definition: browserextension.h:700
QList< QPair< Type, QString > > ArgList
Definition: browserextension.h:772
QByteArray postData
KHTML-specific field, contents of the HTTP POST data.
Definition: browserextension.h:94
The WindowArgs are used to specify arguments to the "create new window" call (see the createNewWindow...
Definition: browserextension.h:192
OpenUrlArguments is the set of arguments that specify how a URL should be opened by KParts::ReadOnlyP...
Definition: part.h:404
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:25:35 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:25:35 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.