#include <browserextension.h>
Public Methods | |
| void | setContentType (const QString &contentType) |
| QString | contentType () const |
| void | setDoPost (bool enable) |
| bool | doPost () const |
| void | setLockHistory (bool lock) |
| void | setNewTab (bool newTab) |
| QMap< QString, QString > & | metaData () |
Public Attributes | |
| QStringList | docState |
| bool | reload |
| int | xOffset |
| int | yOffset |
| QString | serviceType |
| QByteArray | postData |
| QString | frameName |
| bool | trustedSource |
This can also be used the other way round, when a part asks for a URL to be opened (with openURLRequest or createNewWindow).
Definition at line 56 of file browserextension.h.
|
|
KHTML-specific field, header defining the type of the POST data. |
|
|
KHTML-specific field, whether to do a POST instead of a GET, for the next openURL. |
|
|
Meta-data to associate with the next KIO operation
|
|
|
KHTML-specific field, header defining the type of the POST data. |
|
|
KHTML-specific field, whether to do a POST instead of a GET, for the next openURL. |
|
|
Whether to lock the history when opening the next URL. This is used during e.g. a redirection, to avoid a new entry in the history. |
|
|
Whether the URL should be opened in a new tab instead in a new window. |
|
|
This buffer can be used by the part to save and restore its contents. See KHTMLPart for instance. Definition at line 69 of file browserextension.h. |
|
|
The frame in which to open the URL. KHTML/Konqueror-specific. Definition at line 136 of file browserextension.h. |
|
|
KHTML-specific field, contents of the HTTP POST data. Definition at line 93 of file browserextension.h. |
|
|
Definition at line 74 of file browserextension.h. |
|
|
The servicetype (usually mimetype) to use when opening the next URL. Definition at line 88 of file browserextension.h. |
|
|
If true, the part who asks for a URL to be opened can be 'trusted' to execute applications. For instance, the directory views can be 'trusted' whereas HTML pages are not trusted in that respect. Definition at line 143 of file browserextension.h. |
|
|
Definition at line 80 of file browserextension.h. |
|
|
Definition at line 84 of file browserextension.h. |
1.2.18