tdehtml_iface.cpp
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:275
virtual TQWidget * widget()
KURL url() const
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
TQVariant executeScript(const DOM::Node &n, const TQString &script)
Same as executeScript( const TQString & ) except with the Node parameter specifying the 'this' value.
Definition: tdehtml_part.cpp:1186
bool pluginsEnabled() const
Returns true if plugins are enabled/disabled.
Definition: tdehtml_part.cpp:1279
TQString encoding() const
Returns the encoding the page currently uses.
Definition: tdehtml_part.cpp:2485
void setMetaRefreshEnabled(bool enable)
Enable/disable automatic forwarding by <meta http-equiv="refresh" ....
Definition: tdehtml_part.cpp:948
bool onlyLocalReferences() const
Returns whether only file:/ or data:/ references are allowed to be loaded ( default false ).
Definition: tdehtml_part.cpp:2607
TDEHTMLView * view() const
Returns a pointer to the HTML document's view.
Definition: tdehtml_part.cpp:906
bool dndEnabled() const
Returns whether Dragn'n'Drop support is enabled or not.
Definition: tdehtml_part.cpp:5939
void setJavaEnabled(bool enable)
Enables/disables Java applet support.
Definition: tdehtml_part.cpp:1244
bool setEncoding(const TQString &name, bool override=false)
Sets the encoding the page uses.
Definition: tdehtml_part.cpp:2467
virtual TQString selectedText() const
Returns the text the user has marked.
Definition: tdehtml_part.cpp:3454
KURL backgroundURL() const
Returns the URL for the background Image (used by save background)
Definition: tdehtml_part.cpp:4117
bool autoloadImages() const
Returns whether images contained in the document are loaded automatically or not.
Definition: tdehtml_part.cpp:1359
void setJScriptEnabled(bool enable)
Enable/disable Javascript support.
Definition: tdehtml_part.cpp:930
KParts::ReadOnlyPart * currentFrame() const
Return the current frame (the one that has focus) Not necessarily a direct child of ours,...
Definition: tdehtml_part.cpp:5276
TQString lastModified() const
Last-modified date (in raw string format), if received in the [HTTP] headers.
Definition: tdehtml_part.cpp:5835
void setPluginsEnabled(bool enable)
Enables or disables plugins, default is enabled.
Definition: tdehtml_part.cpp:1273
bool metaRefreshEnabled() const
Returns true if automatic forwarding is enabled.
Definition: tdehtml_part.cpp:953
void setUserStyleSheet(const KURL &url)
Sets a user defined style sheet to be used on top of the HTML 4 default style sheet.
Definition: tdehtml_part.cpp:2509
virtual bool closeURL()
Stops loading the document and kills all data requests (for images, etc.)
Definition: tdehtml_part.cpp:769
bool javaEnabled() const
Return true if Java applet support is enabled, false if disabled.
Definition: tdehtml_part.cpp:1250
bool jScriptEnabled() const
Returns true if Javascript support is enabled or false otherwise.
Definition: tdehtml_part.cpp:939
void setAutoloadImages(bool enable)
Specifies whether images contained in the document should be loaded automatically or not.
Definition: tdehtml_part.cpp:1335
const TDEShortcut & back()