khtml_iface.cc
bool metaRefreshEnabled() const
Returns true if automatic forwarding is enabled.
Definition: khtml_part.cpp:954
TQString evalJS(const TQString &script)
Evaluate a given piece of Javascript code.
Definition: khtml_iface.cc:226
void setAutoloadImages(bool enable)
Specifies whether images contained in the document should be loaded automatically or not...
Definition: khtml_iface.cc:93
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:274
TQString encoding() const
Returns the encoding the page currently uses.
Definition: khtml_part.cpp:2486
bool onlyLocalReferences() const
Returns whether only file:/ or data:/ references are allowed to be loaded ( default false )...
Definition: khtml_part.cpp:2608
void setPluginsEnabled(bool enable)
Enables or disables plugins, default is enabled.
Definition: khtml_part.cpp:1274
virtual TQWidget * widget()
bool isEmpty() const
TQString lastModified() const
Last-modified date (in raw string format), if received in the [HTTP] headers.
Definition: khtml_iface.cc:163
bool metaRefreshEnabled() const
Returns true if automtaic forwarding is enabled.
Definition: khtml_iface.cc:58
bool dndEnabled() const
Returns whether Dragn'n'Drop support is enabled or not.
Definition: khtml_iface.cc:68
KHTMLView * view() const
Returns a pointer to the HTML document's view.
Definition: khtml_part.cpp:907
void activateNode()
Activate the node that currently has the focus (emulates pressing Return)
Definition: khtml_iface.cc:149
void setMetaRefreshEnabled(bool enable)
Enable/disable automatic forwarding by <meta http-equiv="refresh" ....
Definition: khtml_part.cpp:949
virtual bool closeURL()
Stops loading the document and kills all data requests (for images, etc.)
Definition: khtml_part.cpp:770
void setFileName(const TQString &_txt)
bool javaEnabled() const
Return if Java applet support is enabled/disabled.
Definition: khtml_iface.cc:78
void setMetaRefreshEnabled(bool enable)
Enable/disable the automatic forwarding by <meta http-equiv="refresh" ....
Definition: khtml_iface.cc:108
const KShortcut & back()
KURL url() const
void setJavaEnabled(bool enable)
Enables/disables Java applet support.
Definition: khtml_part.cpp:1245
bool pluginsEnabled() const
Returns trie if plugins are enabled/disabled.
Definition: khtml_iface.cc:88
TQString lastModified() const
Last-modified date (in raw string format), if received in the [HTTP] headers.
Definition: khtml_part.cpp:5836
void setUserStyleSheet(const KURL &url)
Sets a user defined style sheet to be used on top of the HTML 4 default style sheet.
Definition: khtml_part.cpp:2510
bool onlyLocalReferences() const
Returns whether references should be loaded ( default false )
Definition: khtml_iface.cc:113
KURL backgroundURL() const
Returns the URL for the background Image (used by save background)
Definition: khtml_part.cpp:4118
virtual TQString selectedText() const
Returns the text the user has marked.
Definition: khtml_part.cpp:3455
TQVariant executeScript(const DOM::Node &n, const TQString &script)
Same as executeScript( const TQString & ) except with the Node parameter specifying the 'this' value...
Definition: khtml_part.cpp:1187
void setJScriptEnabled(bool enable)
Enable/disable Javascript support.
Definition: khtml_part.cpp:931
bool jScriptEnabled() const
Returns true if Javascript support is enabled or false otherwise.
Definition: khtml_iface.cc:48
void setPluginsEnabled(bool enable)
Enables or disables plugins via, default is enabled.
Definition: khtml_iface.cc:83
TQString encoding() const
Returns the encoding the page currently uses.
Definition: khtml_iface.cc:123
void setUserStyleSheet(const TQString &styleSheet)
Sets a user defined style sheet to be used on top of the HTML 4 default style sheet.
Definition: khtml_iface.cc:211
bool autoloadImages() const
Returns whether images contained in the document are loaded automatically or not. ...
Definition: khtml_iface.cc:98
void setAutoloadImages(bool enable)
Specifies whether images contained in the document should be loaded automatically or not...
Definition: khtml_part.cpp:1336
bool jScriptEnabled() const
Returns true if Javascript support is enabled or false otherwise.
Definition: khtml_part.cpp:940
bool setEncoding(const TQString &name, bool override=false)
Sets the encoding the page uses.
Definition: khtml_part.cpp:2468
KParts::ReadOnlyPart * currentFrame() const
Return the current frame (the one that has focus) Not necessarily a direct child of ours...
Definition: khtml_part.cpp:5277
bool setEncoding(const TQString &name)
Sets the encoding the page uses.
Definition: khtml_iface.cc:118