tdehtml_iface.h
bool autoloadImages() const
Returns whether images contained in the document are loaded automatically or not.
Definition: tdehtml_iface.cpp:98
bool jScriptEnabled() const
Returns true if Javascript support is enabled or false otherwise.
Definition: tdehtml_iface.cpp:48
void setPluginsEnabled(bool enable)
Enables or disables plugins via, default is enabled.
Definition: tdehtml_iface.cpp:83
TQString lastModified() const
Last-modified date (in raw string format), if received in the [HTTP] headers.
Definition: tdehtml_iface.cpp:163
bool pluginsEnabled() const
Returns trie if plugins are enabled/disabled.
Definition: tdehtml_iface.cpp:88
bool onlyLocalReferences() const
Returns whether references should be loaded ( default false )
Definition: tdehtml_iface.cpp:113
bool dndEnabled() const
Returns whether Dragn'n'Drop support is enabled or not.
Definition: tdehtml_iface.cpp:68
ASYNC print(bool quick)
Print the contents of the current html view.
Definition: tdehtml_iface.cpp:231
bool metaRefreshEnabled() const
Returns true if automtaic forwarding is enabled.
Definition: tdehtml_iface.cpp:58
TQString evalJS(const TQString &script)
Evaluate a given piece of Javascript code.
Definition: tdehtml_iface.cpp:226
void activateNode()
Activate the node that currently has the focus (emulates pressing Return)
Definition: tdehtml_iface.cpp:149
bool setEncoding(const TQString &name)
Sets the encoding the page uses.
Definition: tdehtml_iface.cpp:118
void setJavaEnabled(bool enable)
Enables/disables Java applet support.
Definition: tdehtml_iface.cpp:73
bool javaEnabled() const
Return if Java applet support is enabled/disabled.
Definition: tdehtml_iface.cpp:78
TQString encoding() const
Returns the encoding the page currently uses.
Definition: tdehtml_iface.cpp:123
void setJScriptEnabled(bool enable)
Enable/disable Javascript support.
Definition: tdehtml_iface.cpp:43
void setUserStyleSheet(const TQString &styleSheet)
Sets a user defined style sheet to be used on top of the HTML 4 default style sheet.
Definition: tdehtml_iface.cpp:211
void setMetaRefreshEnabled(bool enable)
Enable/disable the automatic forwarding by <meta http-equiv="refresh" ....
Definition: tdehtml_iface.cpp:108
void setAutoloadImages(bool enable)
Specifies whether images contained in the document should be loaded automatically or not.
Definition: tdehtml_iface.cpp:93