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 );
QByteArray postData
KHTML-specific field, contents of the HTTP POST data.
Definition: browserextension.h:94
bool softReload
softReload is set when user just hits reload button.
Definition: browserextension.h:89
QStringList docState
This buffer can be used by the part to save and restore its contents.
Definition: browserextension.h:81
BrowserArguments is a set of web-browsing-specific arguments, which allow specifying how a URL should...
Definition: browserextension.h:64
Definition: browserextension.h:34
Definition: browserextension.h:31
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:493
KGuiItem test()
An extension class for LiveConnect, i.e.
Definition: browserextension.h:765
Definition: browserextension.h:33
TransferJob * put(const KUrl &url, int permissions, JobFlags flags=DefaultFlags)
The WindowArgs are used to specify arguments to the "create new window" call (see the createNewWindow...
Definition: browserextension.h:192
The Browser Extension is an extension (yes, no kidding) to KParts::ReadOnlyPart, which allows a bette...
Definition: browserextension.h:320
TransferJob * get(const KUrl &url, LoadType reload=NoReload, 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
bool trustedSource
If true, the part who asks for a URL to be opened can be 'trusted' to execute applications.
Definition: browserextension.h:140
QMap< QByteArray, QByteArray > ActionSlotMap
Definition: browserextension.h:439
QList< QPair< Type, QString > > ArgList
Definition: browserextension.h:772
Definition: browserextension.h:32
OpenUrlArguments is the set of arguments that specify how a URL should be opened by KParts::ReadOnlyP...
Definition: part.h:404
PopupFlag
Set of flags passed via the popupMenu signal, to ask for some items in the popup menu.
Definition: browserextension.h:338
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
QMap< QByteArray, int > ActionNumberMap
Definition: browserextension.h:700
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sun Jan 19 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sun Jan 19 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.