tdehtml_iface.cpp
bool isEmpty() const
bool setEncoding(const TQString &name)
Sets the encoding the page uses.
Definition: tdehtml_iface.cpp:118
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:274
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
bool autoloadImages() const
Returns whether images contained in the document are loaded automatically or not. ...
Definition: tdehtml_iface.cpp:98
TQString url(int _trailing=0, int encoding_hint=0) const
TQString encoding() const
Returns the encoding the page currently uses.
Definition: tdehtml_iface.cpp:123
TQString lastModified() const
Last-modified date (in raw string format), if received in the [HTTP] headers.
Definition: tdehtml_iface.cpp:163
void setMetaRefreshEnabled(bool enable)
Enable/disable the automatic forwarding by <meta http-equiv="refresh" ....
Definition: tdehtml_iface.cpp:108
virtual TQWidget * widget()
bool onlyLocalReferences() const
Returns whether references should be loaded ( default false )
Definition: tdehtml_iface.cpp:113
ASYNC print(bool quick)
Print the contents of the current html view.
Definition: tdehtml_iface.cpp:231
void setDNDEnabled(bool b)
Enables or disables Drag'n'Drop support.
Definition: tdehtml_iface.cpp:63
void setFileName(const TQString &_txt)
bool metaRefreshEnabled() const
Returns true if automtaic forwarding is enabled.
Definition: tdehtml_iface.cpp:58
void setJScriptEnabled(bool enable)
Enable/disable Javascript support.
Definition: tdehtml_iface.cpp:43
void activateNode()
Activate the node that currently has the focus (emulates pressing Return)
Definition: tdehtml_iface.cpp:149
void setJavaEnabled(bool enable)
Enables/disables Java applet support.
Definition: tdehtml_iface.cpp:73
void setAutoloadImages(bool enable)
Specifies whether images contained in the document should be loaded automatically or not...
Definition: tdehtml_iface.cpp:93
TQString selectedText() const
Returns the text the user has marked.
Definition: tdehtml_iface.cpp:216
bool dndEnabled() const
Returns whether Dragn'n'Drop support is enabled or not.
Definition: tdehtml_iface.cpp:68
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
bool pluginsEnabled() const
Returns trie if plugins are enabled/disabled.
Definition: tdehtml_iface.cpp:88
bool javaEnabled() const
Return if Java applet support is enabled/disabled.
Definition: tdehtml_iface.cpp:78
TQString evalJS(const TQString &script)
Evaluate a given piece of Javascript code.
Definition: tdehtml_iface.cpp:226