KParts
openurlarguments.cpp
OpenUrlArguments is the set of arguments that specify how a URL should be opened by KParts::ReadOnlyP...
Definition openurlarguments.h:35
void setReload(bool b)
Indicates that the url should be loaded from the network even if it matches the current url of the pa...
Definition openurlarguments.cpp:47
int xOffset() const
xOffset is the horizontal scrolling of the part's widget (in case it's a scrollview).
Definition openurlarguments.cpp:52
QString mimeType() const
The mimetype to use when opening the url, when known by the calling application.
Definition openurlarguments.cpp:72
QMap< QString, QString > & metaData()
Meta-data to associate with the KIO operation that will be used to open the URL.
Definition openurlarguments.cpp:82
int yOffset() const
yOffset is the vertical scrolling of the part's widget (in case it's a scrollview).
Definition openurlarguments.cpp:62
bool actionRequestedByUser() const
True if the user requested that the URL be opened.
Definition openurlarguments.cpp:92
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.