KParts
browserarguments.cpp
QByteArray postData
KHTML-specific field, contents of the HTTP POST data.
Definition: browserarguments.h:65
void setRedirectedRequest(bool redirected)
Set the redirect flag to indicate URL is a result of either a META redirect or HTTP redirect.
Definition: browserarguments.cpp:75
void setNewTab(bool newTab)
Whether the URL should be opened in a new tab instead in a new window.
Definition: browserarguments.cpp:119
bool softReload
softReload is set when user just hits reload button.
Definition: browserarguments.h:60
QStringList docState
This buffer can be used by the part to save and restore its contents.
Definition: browserarguments.h:52
void setDoPost(bool enable)
KHTML-specific field, whether to do a POST instead of a GET, for the next openURL.
Definition: browserarguments.cpp:93
BrowserArguments is a set of web-browsing-specific arguments, which allow specifying how a URL should...
Definition: browserarguments.h:41
QString contentType() const
KHTML-specific field, header defining the type of the POST data.
Definition: browserarguments.cpp:88
bool redirectedRequest() const
Definition: browserarguments.cpp:83
void setLockHistory(bool lock)
Whether to lock the history when opening the next URL.
Definition: browserarguments.cpp:106
bool doPost() const
KHTML-specific field, whether to do a POST instead of a GET, for the next openURL.
Definition: browserarguments.cpp:101
void setContentType(const QString &contentType)
KHTML-specific field, header defining the type of the POST data.
Definition: browserarguments.cpp:67
bool trustedSource
If true, the part who asks for a URL to be opened can be 'trusted' to execute applications.
Definition: browserarguments.h:111
bool forcesNewWindow() const
Whether the URL specifies to be opened in a new window.
Definition: browserarguments.cpp:140
void setForcesNewWindow(bool forcesNewWindow)
Set whether the URL specifies to be opened in a new window.
Definition: browserarguments.cpp:132
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Sep 23 2023 03:49:40 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Sep 23 2023 03:49:40 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.