KHTML
#include <khtml_iface.h>
Signals | |
void | configurationChanged () |
Public Member Functions | |
KHTMLPartIface (KHTMLPart *) | |
virtual | ~KHTMLPartIface () |
Public Member Functions inherited from QDBusAbstractAdaptor | |
~QDBusAbstractAdaptor () | |
Public Member Functions inherited from QObject | |
QObject (QObject *parent) | |
QObject (QObject *parent, const char *name) | |
virtual | ~QObject () |
bool | blockSignals (bool block) |
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
const QObjectList & | children () const |
const char * | className () const |
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
void | deleteLater () |
void | destroyed (QObject *obj) |
bool | disconnect (const QObject *receiver, const char *method) |
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
T | findChild (const QString &name) const |
QList< T > | findChildren (const QRegExp ®Exp) const |
QList< T > | findChildren (const QString &name) const |
bool | inherits (const char *className) const |
void | insertChild (QObject *object) |
void | installEventFilter (QObject *filterObj) |
bool | isA (const char *className) const |
bool | isWidgetType () const |
void | killTimer (int id) |
virtual const QMetaObject * | metaObject () const |
void | moveToThread (QThread *targetThread) |
const char * | name () const |
const char * | name (const char *defaultName) const |
QString | objectName () const |
QObject * | parent () const |
QVariant | property (const char *name) const |
void | removeChild (QObject *object) |
void | removeEventFilter (QObject *obj) |
void | setName (const char *name) |
void | setObjectName (const QString &name) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
bool | signalsBlocked () const |
int | startTimer (int interval) |
QThread * | thread () const |
Properties | |
bool | autoloadImages |
bool | dndEnabled |
QString | encoding |
bool | javaEnabled |
bool | jScriptEnabled |
QString | lastModified |
bool | metaRefreshEnabled |
bool | onlyLocalReferences |
bool | pluginsEnabled |
QString | url |
Properties inherited from QObject | |
objectName | |
Additional Inherited Members | |
Static Public Member Functions inherited from QObject | |
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
Protected Member Functions inherited from QDBusAbstractAdaptor | |
QDBusAbstractAdaptor (QObject *obj) | |
bool | autoRelaySignals () const |
void | setAutoRelaySignals (bool enable) |
Protected Member Functions inherited from QObject | |
bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const char *signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const char *signal) |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
Static Protected Member Functions inherited from QObject | |
QByteArray | normalizeSignalSlot (const char *signalSlot) |
Detailed Description
D-BUS interface for KHTML.
Definition at line 32 of file khtml_iface.h.
Constructor & Destructor Documentation
KHTMLPartIface::KHTMLPartIface | ( | KHTMLPart * | _part | ) |
Definition at line 29 of file khtml_iface.cc.
|
virtual |
Definition at line 34 of file khtml_iface.cc.
Member Function Documentation
|
slot |
Activate the node that currently has the focus (emulates pressing Return)
Definition at line 149 of file khtml_iface.cc.
|
slot |
Returns whether images contained in the document are loaded automatically or not.
- Note
- that the returned information is unrelieable as long as no begin() was called.
|
slot |
Definition at line 53 of file khtml_iface.cc.
|
signal |
|
slot |
Definition at line 173 of file khtml_iface.cc.
|
slot |
Definition at line 168 of file khtml_iface.cc.
|
slot |
Returns whether Dragn'n'Drop support is enabled or not.
|
slot |
Returns the encoding the page currently uses.
Note that the encoding might be different from the charset.
Evaluate a given piece of Javascript code.
Definition at line 226 of file khtml_iface.cc.
Finds the anchor named name
.
If the anchor is found, the widget scrolls to the closest position. Returns true
if the anchor has been found.
Definition at line 134 of file khtml_iface.cc.
|
slot |
Return if Java applet support is enabled/disabled.
|
slot |
Returns true
if Javascript support is enabled or false
otherwise.
|
slot |
Last-modified date (in raw string format), if received in the [HTTP] headers.
|
slot |
Returns true
if automtaic forwarding is enabled.
|
slot |
Go to next Anchor.
This is useful to navigate from outside of the navigator.
Definition at line 139 of file khtml_iface.cc.
|
slot |
Returns whether references should be loaded ( default false )
|
slot |
Returns trie if plugins are enabled/disabled.
|
slot |
Go to previous Anchor.
Definition at line 144 of file khtml_iface.cc.
|
slot |
Print the contents of the current html view.
- Parameters
-
quick if true, fully automated printing, without the print dialog.
Definition at line 231 of file khtml_iface.cc.
|
slot |
Definition at line 188 of file khtml_iface.cc.
|
slot |
Definition at line 199 of file khtml_iface.cc.
|
slot |
Marks all text in the document as selected.
Definition at line 158 of file khtml_iface.cc.
|
slot |
Returns the text the user has marked.
Definition at line 216 of file khtml_iface.cc.
|
slot |
Specifies whether images contained in the document should be loaded automatically or not.
- Note
- Request will be ignored if called before begin().
Definition at line 93 of file khtml_iface.cc.
|
slot |
Enables or disables Drag'n'Drop support.
A drag operation is started if the users drags a link.
Definition at line 63 of file khtml_iface.cc.
Sets the encoding the page uses.
This can be different from the charset. The widget will try to reload the current page in the new encoding, if url() is not empty.
Definition at line 118 of file khtml_iface.cc.
|
slot |
Sets the fixed font style.
- Parameters
-
name The font name to use for fixed text, e.g. the <pre>
tag.
Definition at line 128 of file khtml_iface.cc.
|
slot |
Enables/disables Java applet support.
Note that calling this function will permanently override the User settings about Java applet support. Not calling this function is the only way to let the default settings apply.
Definition at line 73 of file khtml_iface.cc.
|
slot |
Enable/disable Javascript support.
Note that this will in either case permanently override the default usersetting. If you want to have the default UserSettings, don't call this method.
Definition at line 43 of file khtml_iface.cc.
|
slot |
Enable/disable the automatic forwarding by <meta http-equiv="refresh" ....
>
Definition at line 108 of file khtml_iface.cc.
|
slot |
Security option.
Specify whether only local references ( stylesheets, images, scripts, subdocuments ) should be loaded. ( default false - everything is loaded, if the more specific options allow )
Definition at line 103 of file khtml_iface.cc.
|
slot |
Enables or disables plugins via, default is enabled.
Definition at line 83 of file khtml_iface.cc.
|
slot |
Sets a user defined style sheet to be used on top of the HTML 4 default style sheet.
This gives a wide range of possibilities to change the layout of the page.
Definition at line 211 of file khtml_iface.cc.
|
slot |
Stops display of animated images.
Definition at line 178 of file khtml_iface.cc.
|
slot |
- Returns
- the current URL
|
slot |
Definition at line 183 of file khtml_iface.cc.
|
slot |
Definition at line 221 of file khtml_iface.cc.
Property Documentation
|
readwrite |
Definition at line 36 of file khtml_iface.h.
|
readwrite |
Definition at line 37 of file khtml_iface.h.
|
readwrite |
Definition at line 38 of file khtml_iface.h.
|
readwrite |
Definition at line 40 of file khtml_iface.h.
|
readwrite |
Definition at line 39 of file khtml_iface.h.
|
read |
Definition at line 41 of file khtml_iface.h.
|
readwrite |
Definition at line 42 of file khtml_iface.h.
|
readwrite |
Definition at line 43 of file khtml_iface.h.
|
readwrite |
Definition at line 44 of file khtml_iface.h.
|
read |
Definition at line 45 of file khtml_iface.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.