KHTML
khtml_iface.h
Go to the documentation of this file.
void setAutoloadImages(bool enable)
Specifies whether images contained in the document should be loaded automatically or not...
Definition: khtml_iface.cc:93
bool setEncoding(const QString &name)
Sets the encoding the page uses.
Definition: khtml_iface.cc:118
QString evalJS(const QString &script)
Evaluate a given piece of Javascript code.
Definition: khtml_iface.cc:226
Q_NOREPLY void print(bool quick)
Print the contents of the current html view.
Definition: khtml_iface.cc:231
void setUserStyleSheet(const QString &styleSheet)
Sets a user defined style sheet to be used on top of the HTML 4 default style sheet.
Definition: khtml_iface.cc:211
bool metaRefreshEnabled() const
Returns true if automtaic forwarding is enabled.
bool dndEnabled() const
Returns whether Dragn'n'Drop support is enabled or not.
void activateNode()
Activate the node that currently has the focus (emulates pressing Return)
Definition: khtml_iface.cc:149
bool javaEnabled() const
Return if Java applet support is enabled/disabled.
QString lastModified() const
Last-modified date (in raw string format), if received in the [HTTP] headers.
void setMetaRefreshEnabled(bool enable)
Enable/disable the automatic forwarding by
Definition: khtml_iface.cc:108
bool pluginsEnabled() const
Returns trie if plugins are enabled/disabled.
bool onlyLocalReferences() const
Returns whether references should be loaded ( default false )
QString url() const
bool jScriptEnabled() const
Returns true if Javascript support is enabled or false otherwise.
void setPluginsEnabled(bool enable)
Enables or disables plugins via, default is enabled.
Definition: khtml_iface.cc:83
bool autoloadImages() const
Returns whether images contained in the document are loaded automatically or not. ...
void configurationChanged()
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.