KParts
readonlypart.h
140 // TODO to avoid problems with the case where the loading fails, this could also be a openUrl() argument (heavy porting!).
141 // However we need to have setArguments in any case for updated made by the part, see e.g. KHTMLPart::openUrl.
178 protected: // are parsed by doxygen (kapidox/ecm_add_qch): unhide for doxygen configured to skip private methods
virtual bool doCloseStream()
This is called by closeStream(), to indicate that all the data has been sent.
Definition: readonlypart.h:209
virtual bool doOpenStream(const QString &mimeType)
Called by openStream to initiate sending of data.
Definition: readonlypart.h:188
This event is sent to a Part when its GUI has been activated or deactivated. This is related to PartA...
Definition: guiactivateevent.h:26
The Browser Extension is an extension (yes, no kidding) to KParts::ReadOnlyPart, which allows a bette...
Definition: browserextension.h:90
virtual bool doWriteStream(const QByteArray &data)
Receive some data from the hosting application.
Definition: readonlypart.h:199
OpenUrlArguments is the set of arguments that specify how a URL should be opened by KParts::ReadOnlyP...
Definition: openurlarguments.h:34
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Oct 3 2023 03:47:58 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Oct 3 2023 03:47:58 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.