KParts
readonlypart.h
132 // TODO to avoid problems with the case where the loading fails, this could also be a openUrl() argument (heavy porting!).
133 // However we need to have setArguments in any case for updated made by the part, see e.g. KHTMLPart::openUrl.
170protected: // are parsed by doxygen (kapidox/ecm_add_qch): unhide for doxygen configured to skip private methods
This event is sent to a Part when its GUI has been activated or deactivated.
Definition guiactivateevent.h:30
OpenUrlArguments is the set of arguments that specify how a URL should be opened by KParts::ReadOnlyP...
Definition openurlarguments.h:35
void completedWithPendingAction()
This signal is similar to the KParts::ReadOnlyPart::completed() signal except it is only emitted if t...
void urlChanged(const QUrl &url)
Emitted by the part when url() changes.
virtual bool doCloseStream()
This is called by closeStream(), to indicate that all the data has been sent.
Definition readonlypart.h:201
void canceled(const QString &errMsg)
Emit this if loading is canceled by the user or by an error.
virtual bool doWriteStream(const QByteArray &data)
Receive some data from the hosting application.
Definition readonlypart.h:191
void started(KIO::Job *job)
The part emits this when starting to load data.
virtual bool doOpenStream(const QString &mimeType)
Called by openStream to initiate sending of data.
Definition readonlypart.h:180
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.