KParts
KParts::OpenUrlArguments Class Reference
#include <part.h>
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 388 of file part.h.
Public Member Functions | |
| OpenUrlArguments () | |
| OpenUrlArguments (const OpenUrlArguments &other) | |
| OpenUrlArguments & | operator= (const OpenUrlArguments &other) |
| ~OpenUrlArguments () | |
| bool | reload () const |
| void | setReload (bool b) |
| int | xOffset () const |
| void | setXOffset (int x) |
| int | yOffset () const |
| void | setYOffset (int y) |
| QString | mimeType () const |
| void | setMimeType (const QString &mime) |
| QMap< QString, QString > & | metaData () |
| const QMap< QString, QString > & | metaData () const |
Constructor & Destructor Documentation
| KParts::OpenUrlArguments::OpenUrlArguments | ( | const OpenUrlArguments & | other | ) |
Member Function Documentation
| KParts::OpenUrlArguments & KParts::OpenUrlArguments::operator= | ( | const OpenUrlArguments & | other | ) |
| bool KParts::OpenUrlArguments::reload | ( | ) | const |
| void KParts::OpenUrlArguments::setReload | ( | bool | b | ) |
| int KParts::OpenUrlArguments::xOffset | ( | ) | const |
| int KParts::OpenUrlArguments::yOffset | ( | ) | const |
| QString KParts::OpenUrlArguments::mimeType | ( | ) | const |
| void KParts::OpenUrlArguments::setMimeType | ( | const QString & | mime | ) |
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.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference