tdehtml_iface.cpp
bool setEncoding(const TQString &name)
Sets the encoding the page uses.
Definition: tdehtml_iface.cpp:118
TQString selectedText() const
Returns the text the user has marked.
Definition: tdehtml_iface.cpp:216
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 dndEnabled() const
Returns whether Dragn'n'Drop support is enabled or not.
Definition: tdehtml_part.cpp:5939
bool metaRefreshEnabled() const
Returns true if automatic forwarding is enabled.
Definition: tdehtml_part.cpp:953
void setMetaRefreshEnabled(bool enable)
Enable/disable the automatic forwarding by
Definition: tdehtml_iface.cpp:108
bool onlyLocalReferences() const
Returns whether references should be loaded ( default false )
Definition: tdehtml_iface.cpp:113
TQString encoding() const
Returns the encoding the page currently uses.
Definition: tdehtml_iface.cpp:123
TQString encoding() const
Returns the encoding the page currently uses.
Definition: tdehtml_part.cpp:2485
virtual TQWidget * widget()
bool pluginsEnabled() const
Returns true if plugins are enabled/disabled.
Definition: tdehtml_part.cpp:1279
ASYNC print(bool quick)
Print the contents of the current html view.
Definition: tdehtml_iface.cpp:231
bool isEmpty() const
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
bool setEncoding(const TQString &name, bool override=false)
Sets the encoding the page uses.
Definition: tdehtml_part.cpp:2467
void setJScriptEnabled(bool enable)
Enable/disable Javascript support.
Definition: tdehtml_part.cpp:930
void setJavaEnabled(bool enable)
Enables/disables Java applet support.
Definition: tdehtml_part.cpp:1244
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
void setFileName(const TQString &_txt)
bool dndEnabled() const
Returns whether Dragn'n'Drop support is enabled or not.
Definition: tdehtml_iface.cpp:68
bool javaEnabled() const
Return true if Java applet support is enabled, false if disabled.
Definition: tdehtml_part.cpp:1250
bool javaEnabled() const
Return if Java applet support is enabled/disabled.
Definition: tdehtml_iface.cpp:78
KURL url() const
bool onlyLocalReferences() const
Returns whether only file:/ or data:/ references are allowed to be loaded ( default false )...
Definition: tdehtml_part.cpp:2607
virtual bool closeURL()
Stops loading the document and kills all data requests (for images, etc.)
Definition: tdehtml_part.cpp:769
void setJScriptEnabled(bool enable)
Enable/disable Javascript support.
Definition: tdehtml_iface.cpp:43
TQString lastModified() const
Last-modified date (in raw string format), if received in the [HTTP] headers.
Definition: tdehtml_iface.cpp:163
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_part.cpp:1335
bool jScriptEnabled() const
Returns true if Javascript support is enabled or false otherwise.
Definition: tdehtml_iface.cpp:48
void setAutoloadImages(bool enable)
Specifies whether images contained in the document should be loaded automatically or not...
Definition: tdehtml_iface.cpp:93
virtual TQString selectedText() const
Returns the text the user has marked.
Definition: tdehtml_part.cpp:3454
TQString lastModified() const
Last-modified date (in raw string format), if received in the [HTTP] headers.
Definition: tdehtml_part.cpp:5835
TDEHTMLView * view() const
Returns a pointer to the HTML document's view.
Definition: tdehtml_part.cpp:906
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
const TDEShortcut & back()
bool metaRefreshEnabled() const
Returns true if automtaic forwarding is enabled.
Definition: tdehtml_iface.cpp:58
void setMetaRefreshEnabled(bool enable)
Enable/disable automatic forwarding by
Definition: tdehtml_part.cpp:948
void setPluginsEnabled(bool enable)
Enables or disables plugins via, default is enabled.
Definition: tdehtml_iface.cpp:83
bool autoloadImages() const
Returns whether images contained in the document are loaded automatically or not. ...
Definition: tdehtml_part.cpp:1359
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_part.cpp:939
void setPluginsEnabled(bool enable)
Enables or disables plugins, default is enabled.
Definition: tdehtml_part.cpp:1273
void setDNDEnabled(bool b)
Enables or disables Drag'n'Drop support.
Definition: tdehtml_part.cpp:5934
KURL backgroundURL() const
Returns the URL for the background Image (used by save background)
Definition: tdehtml_part.cpp:4117
bool pluginsEnabled() const
Returns trie if plugins are enabled/disabled.
Definition: tdehtml_iface.cpp:88
TQString evalJS(const TQString &script)
Evaluate a given piece of Javascript code.
Definition: tdehtml_iface.cpp:226