KHTMLPartIface Class Reference
#include <khtml_iface.h>
Detailed Description
DCOP interface for KHTML.
Definition at line 32 of file khtml_iface.h.
DCOP Member Functions | |
KURL | url () const |
bool | closeURL () |
void | setJScriptEnabled (bool enable) |
bool | jScriptEnabled () const |
void | setMetaRefreshEnabled (bool enable) |
bool | metaRefreshEnabled () const |
void | setDNDEnabled (bool b) |
bool | dndEnabled () const |
void | setJavaEnabled (bool enable) |
bool | javaEnabled () const |
void | setPluginsEnabled (bool enable) |
bool | pluginsEnabled () const |
void | setAutoloadImages (bool enable) |
bool | autoloadImages () const |
void | setOnlyLocalReferences (bool enable) |
bool | onlyLocalReferences () const |
bool | setEncoding (const QString &name) |
QString | encoding () const |
void | setUserStyleSheet (const QString &styleSheet) |
void | setFixedFont (const QString &name) |
bool | gotoAnchor (const QString &name) |
bool | nextAnchor () |
bool | prevAnchor () |
void | activateNode () |
QString | selectedText () const |
void | selectAll () |
QString | lastModified () const |
ASYNC | print (bool quick) |
void | debugRenderTree () |
void | debugDOMTree () |
void | viewDocumentSource () |
void | viewFrameSource () |
void | saveBackground (const QString &url) |
void | saveDocument (const QString &url) |
QString | evalJS (const QString &script) |
void | stopAnimations () |
Public Member Functions | |
KHTMLPartIface (KHTMLPart *) | |
virtual | ~KHTMLPartIface () |
Member Function Documentation
|
Activate the node that currently has the focus (emulates pressing Return).
Definition at line 149 of file khtml_iface.cc. |
|
Returns whether images contained in the document are loaded automatically or not.
Definition at line 98 of file khtml_iface.cc. |
|
Returns whether Dragn'n'Drop support is enabled or not.
Definition at line 68 of file khtml_iface.cc. |
|
Returns the encoding the page currently uses. Note that the encoding might be different from the charset. Definition at line 123 of file khtml_iface.cc. |
|
Evaluate a given piece of Javascript code.
Definition at line 226 of file khtml_iface.cc. |
|
Finds the anchor named
If the anchor is found, the widget scrolls to the closest position. Returns Definition at line 134 of file khtml_iface.cc. |
|
Return if Java applet support is enabled/disabled.
Definition at line 78 of file khtml_iface.cc. |
|
Returns
Definition at line 48 of file khtml_iface.cc. |
|
Last-modified date (in raw string format), if received in the [HTTP] headers.
Definition at line 163 of file khtml_iface.cc. |
|
Returns
Definition at line 58 of file khtml_iface.cc. |
|
Go to next Anchor. This is useful to navigate from outside of the navigator.
Definition at line 139 of file khtml_iface.cc. |
|
Returns whether references should be loaded ( default false ).
Definition at line 113 of file khtml_iface.cc. |
|
Returns trie if plugins are enabled/disabled.
Definition at line 88 of file khtml_iface.cc. |
|
Go to previous Anchor.
Definition at line 144 of file khtml_iface.cc. |
|
Print the contents of the current html view.
Definition at line 231 of file khtml_iface.cc. |
|
Marks all text in the document as selected.
Definition at line 158 of file khtml_iface.cc. |
|
Returns the text the user has marked.
Definition at line 216 of file khtml_iface.cc. |
|
Specifies whether images contained in the document should be loaded automatically or not.
Definition at line 93 of file khtml_iface.cc. |
|
Enables or disables Drag'n'Drop support. A drag operation is started if the users drags a link. Definition at line 63 of file khtml_iface.cc. |
|
Sets the encoding the page uses. This can be different from the charset. The widget will try to reload the current page in the new encoding, if url() is not empty. Definition at line 118 of file khtml_iface.cc. |
|
Sets the fixed font style.
Definition at line 128 of file khtml_iface.cc. |
|
Enables/disables Java applet support. Note that calling this function will permanently override the User settings about Java applet support. Not calling this function is the only way to let the default settings apply. Definition at line 73 of file khtml_iface.cc. |
|
Enable/disable Javascript support. Note that this will in either case permanently override the default usersetting. If you want to have the default UserSettings, don't call this method. Definition at line 43 of file khtml_iface.cc. |
|
Enable/disable the automatic forwarding by <meta http-equiv="refresh" . ...> Definition at line 108 of file khtml_iface.cc. |
|
Security option. Specify whether only local references ( stylesheets, images, scripts, subdocuments ) should be loaded. ( default false - everything is loaded, if the more specific options allow ) Definition at line 103 of file khtml_iface.cc. |
|
Enables or disables plugins via, default is enabled.
Definition at line 83 of file khtml_iface.cc. |
|
Sets a user defined style sheet to be used on top of the HTML 4 default style sheet. This gives a wide range of possibilities to change the layout of the page. Definition at line 211 of file khtml_iface.cc. |
|
Stops display of animated images.
Definition at line 178 of file khtml_iface.cc. |
|
Definition at line 38 of file khtml_iface.cc. |
The documentation for this class was generated from the following files: