KParts
KParts::OpenUrlArguments Class Reference
#include <part.h>
List of all members.
Detailed Description
OpenUrlArguments is the set of arguments that specify how a URL should be opened by
KParts::ReadOnlyPart::openUrl().
For instance reload() indicates that the url should be loaded from the network even if it matches the current url of the part.
All setter methods in this class are for the class that calls openUrl (usually the hosting application), all the getter methods are for the part.
Definition at line 404 of file part.h.
Constructor & Destructor Documentation
KParts::OpenUrlArguments::OpenUrlArguments |
( |
|
) |
|
KParts::OpenUrlArguments::~OpenUrlArguments |
( |
|
) |
|
Member Function Documentation
bool KParts::OpenUrlArguments::actionRequestedByUser |
( |
|
) |
const |
True if the user requested that the URL be opened.
False if the URL should be opened due to an external event, like javascript popups or automatic redirections. This is true by default
- Since:
- 4.1
Definition at line 1082 of file part.cpp.
Meta-data to associate with the KIO operation that will be used to open the URL.
This method can be used to add or retrieve metadata.
- See also:
- KIO::TransferJob etc.
Definition at line 1072 of file part.cpp.
QString KParts::OpenUrlArguments::mimeType |
( |
|
) |
const |
The mimetype to use when opening the url, when known by the calling application.
Definition at line 1062 of file part.cpp.
bool KParts::OpenUrlArguments::reload |
( |
|
) |
const |
- Returns:
- true to indicate that the part should reload the URL, i.e.
the cache shouldn't be used (forced reload).
Definition at line 1032 of file part.cpp.
void KParts::OpenUrlArguments::setActionRequestedByUser |
( |
bool |
userRequested |
) |
|
void KParts::OpenUrlArguments::setMimeType |
( |
const QString & |
mime |
) |
|
void KParts::OpenUrlArguments::setReload |
( |
bool |
b |
) |
|
Indicates that the url should be loaded from the network even if it matches the current url of the part.
Definition at line 1037 of file part.cpp.
void KParts::OpenUrlArguments::setXOffset |
( |
int |
x |
) |
|
void KParts::OpenUrlArguments::setYOffset |
( |
int |
y |
) |
|
int KParts::OpenUrlArguments::xOffset |
( |
|
) |
const |
xOffset is the horizontal scrolling of the part's widget (in case it's a scrollview).
This is saved into the history and restored when going back in the history.
Definition at line 1042 of file part.cpp.
int KParts::OpenUrlArguments::yOffset |
( |
|
) |
const |
yOffset is the horizontal scrolling of the part's widget (in case it's a scrollview).
This is saved into the history and restored when going back in the history.
Definition at line 1052 of file part.cpp.
The documentation for this class was generated from the following files: