KHTML
khtml_iface.cc
Go to the documentation of this file.
208 KHTMLPopupGUIClient::saveURL( part->widget(), srcURL, KUrl( destination ), metaData, part->cacheId() );
The Node interface is the primary datatype for the entire Document Object Model.
Definition dom_node.h:271
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
Q_NOREPLY void print(bool quick)
Print the contents of the current html view.
Definition khtml_iface.cc:231
QString evalJS(const QString &script)
Evaluate a given piece of Javascript code.
Definition khtml_iface.cc:226
void setPluginsEnabled(bool enable)
Enables or disables plugins via, default is enabled.
Definition khtml_iface.cc:83
void setMetaRefreshEnabled(bool enable)
Enable/disable the automatic forwarding by <meta http-equiv="refresh" ....
Definition khtml_iface.cc:108
void setAutoloadImages(bool enable)
Specifies whether images contained in the document should be loaded automatically or not.
Definition khtml_iface.cc:93
void activateNode()
Activate the node that currently has the focus (emulates pressing Return)
Definition khtml_iface.cc:149
static void saveURL(QWidget *parent, const QString &caption, const KUrl &url, const QMap< QString, QString > &metaData=KIO::MetaData(), const QString &filter=QString(), long cacheId=0, const QString &suggestedFilename=QString())
Definition khtml_ext.cpp:859
virtual QWidget * widget()
ObeyTrailingSlash
void setFileName(const QString &_txt)
QString fileName(const DirectoryOptions &options=IgnoreTrailingSlash) const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.