khtml Library API Documentation

KHTMLPart Class Reference

This class is khtml's main class.HTML Browser Widget. More...

#include <khtml_part.h>

Inheritance diagram for KHTMLPart:

KParts::ReadOnlyPart KParts::Part QObject KParts::PartBase KXMLGUIClient List of all members.

Public Types

enum  GUIProfile { DefaultGUI, BrowserViewGUI }
enum  CaretDisplayPolicy { CaretVisible, CaretInvisible, CaretBlink }
enum  FindOptions { FindLinksOnly = 1 * KFindDialog::MinimumUserOption, FindNoPopups = 2 * KFindDialog::MinimumUserOption }
enum  FormNotification { NoNotification = 0, Before, Only, Unused = 255 }

Public Slots

void setActiveNode (const DOM::Node &node)
void stopAnimations ()
QCString dcopObjectId () const
QVariant executeScript (const QString &script)
void setCaretMode (bool enable)
void setEditable (bool enable)
void setCaretVisible (bool show)
void submitFormProxy (const char *action, const QString &url, const QByteArray &formData, const QString &target, const QString &contentType=QString::null, const QString &boundary=QString::null)

Signals

void onURL (const QString &url)
void popupMenu (const QString &url, const QPoint &point)
void selectionChanged ()
void nodeActivated (const DOM::Node &)
void docCreated ()
void caretPositionChanged (const DOM::Node &node, long offset)
void formSubmitNotification (const char *action, const QString &url, const QByteArray &formData, const QString &target, const QString &contentType, const QString &boundary)

Public Member Functions

 KHTMLPart (QWidget *parentWidget=0, const char *widgetname=0, QObject *parent=0, const char *name=0, GUIProfile prof=DefaultGUI)
 KHTMLPart (KHTMLView *view, QObject *parent=0, const char *name=0, GUIProfile prof=DefaultGUI)
virtual ~KHTMLPart ()
virtual bool openURL (const KURL &url)
virtual bool closeURL ()
virtual void showError (KIO::Job *job)
DOM::HTMLDocument htmlDocument () const
DOM::Document document () const
QString documentSource () const
DOM::Node activeNode () const
KParts::BrowserExtensionbrowserExtension () const
KParts::LiveConnectExtensionliveConnectExtension (const khtml::RenderPart *) const
KParts::BrowserHostExtensionbrowserHostExtension () const
KHTMLViewview () const
void setJScriptEnabled (bool enable)
bool jScriptEnabled () const
KJS::Interpreter * jScriptInterpreter ()
void setStatusMessagesEnabled (bool enable)
bool statusMessagesEnabled () const
void setMetaRefreshEnabled (bool enable)
bool metaRefreshEnabled () const
QVariant executeScript (const DOM::Node &n, const QString &script)
void setDNDEnabled (bool b)
bool dndEnabled () const
void setJavaEnabled (bool enable)
bool javaEnabled () const
KJavaAppletContextjavaContext ()
KJavaAppletContextcreateJavaContext ()
void setPluginsEnabled (bool enable)
bool pluginsEnabled () const
void setAutoloadImages (bool enable)
bool autoloadImages () const
void setOnlyLocalReferences (bool enable)
bool onlyLocalReferences () const
bool isCaretMode () const
bool isEditable () const
void setCaretPosition (DOM::Node node, long offset, bool extendSelection=false)
CaretDisplayPolicy caretDisplayPolicyNonFocused () const
void setCaretDisplayPolicyNonFocused (CaretDisplayPolicy policy)
void enableJScript (bool e)
void enableJava (bool e)
void enablePlugins (bool e)
void autoloadImages (bool e)
void enableMetaRefresh (bool e)
bool setCharset (const QString &, bool)
KURL baseURL () const
QString baseTarget () const
KURL backgroundURL () const
void scheduleRedirection (int delay, const QString &url, bool lockHistory=true)
virtual void begin (const KURL &url=KURL(), int xOffset=0, int yOffset=0)
virtual void write (const char *str, int len=-1)
virtual void write (const QString &str)
virtual void end ()
void paint (QPainter *, const QRect &, int=0, bool *=0)
bool setEncoding (const QString &name, bool override=false)
QString encoding () const
void setUserStyleSheet (const KURL &url)
void setUserStyleSheet (const QString &styleSheet)
void setStandardFont (const QString &name)
void setFixedFont (const QString &name)
bool gotoAnchor (const QString &name)
bool nextAnchor ()
bool prevAnchor ()
void setURLCursor (const QCursor &c)
QCursor urlCursor () const
void findText ()
void findText (const QString &str, long options, QWidget *parent=0, KFindDialog *findDialog=0)
void findTextBegin ()
bool findTextNext (const QString &str, bool forward, bool caseSensitive, bool isRegExp)
bool findTextNext ()
void setZoomFactor (int percent)
int zoomFactor () const
virtual QString selectedText () const
QString selectedTextAsHTML () const
DOM::Range selection () const
void selection (DOM::Node &startNode, long &startOffset, DOM::Node &endNode, long &endOffset) const
void setSelection (const DOM::Range &)
bool hasSelection () const
void selectAll ()
void show ()
void hide ()
KParts::PartManagerpartManager ()
virtual void saveState (QDataStream &stream)
virtual void restoreState (QDataStream &stream)
DOM::Node nodeUnderMouse () const
DOM::Node nonSharedNodeUnderMouse () const
const KHTMLSettingssettings () const
KHTMLPartparentPart ()
QStringList frameNames () const
QPtrList< KParts::ReadOnlyPartframes () const
KHTMLPartfindFrame (const QString &f)
KHTMLPartfindFrameParent (KParts::ReadOnlyPart *callingPart, const QString &f, khtml::ChildFrame **childFrame=0)
KParts::ReadOnlyPartcurrentFrame () const
bool frameExists (const QString &frameName)
KJSProxyframejScript (KParts::ReadOnlyPart *framePart)
KParts::ReadOnlyPartfindFramePart (const QString &f)
void setJSStatusBarText (const QString &text)
void setJSDefaultStatusBarText (const QString &text)
QString jsStatusBarText () const
QString jsDefaultStatusBarText () const
QString referrer () const
QString pageReferrer () const
QString lastModified () const
void preloadStyleSheet (const QString &url, const QString &stylesheet)
void preloadScript (const QString &url, const QString &script)
bool restored () const
void setFormNotification (FormNotification fn)
FormNotification formNotification () const
KURL toplevelURL ()
bool isModified () const
void setSuppressedPopupIndicator (bool enable)

Protected Types

enum  PageSecurity { NotCrypted, Encrypted, Mixed }

Protected Member Functions

KURL completeURL (const QString &url)
void htmlError (int errorCode, const QString &text, const KURL &reqUrl)
virtual void customEvent (QCustomEvent *event)
virtual void khtmlMousePressEvent (khtml::MousePressEvent *event)
virtual void khtmlMouseDoubleClickEvent (khtml::MouseDoubleClickEvent *)
virtual void khtmlMouseMoveEvent (khtml::MouseMoveEvent *event)
virtual void khtmlMouseReleaseEvent (khtml::MouseReleaseEvent *event)
virtual void khtmlDrawContentsEvent (khtml::DrawContentsEvent *)
virtual void guiActivateEvent (KParts::GUIActivateEvent *event)
virtual bool openFile ()
virtual void urlSelected (const QString &url, int button, int state, const QString &_target, KParts::URLArgs args=KParts::URLArgs())
virtual KParts::ReadOnlyPartcreatePart (QWidget *parentWidget, const char *widgetName, QObject *parent, const char *name, const QString &mimetype, QString &serviceName, QStringList &serviceTypes, const QStringList &params)
bool pluginPageQuestionAsked (const QString &mimetype) const
void setPluginPageQuestionAsked (const QString &mimetype)
void setPageSecurity (PageSecurity sec)
virtual bool doOpenStream (const QString &mimeType)
virtual bool doWriteStream (const QByteArray &data)
virtual bool doCloseStream ()

Properties

bool javaScriptEnabled
bool javaEnabled
bool autoloadImages
bool dndEnabled
bool pluginsEnabled
bool onlyLocalReferences
QCString dcopObjectId
bool modified

Friends

class KHTMLView
class DOM::HTMLTitleElementImpl
class DOM::HTMLFrameElementImpl
class DOM::HTMLIFrameElementImpl
class DOM::HTMLObjectElementImpl
class DOM::HTMLAnchorElementImpl
class DOM::HTMLMetaElementImpl
class DOM::NodeImpl
class KHTMLRun
class DOM::HTMLFormElementImpl
class khtml::RenderPartObject
class KJS::Window
class KJS::ScheduledAction
class KJS::JSNodeFilter
class KJS::WindowFunc
class KJS::ExternalFunc
class KJS::JSEventListener
class KJS::JSLazyEventListener
class KJS::DOMDocument
class KJS::SourceFile
class KJSProxy
class KHTMLPartBrowserExtension
class DOM::DocumentImpl
class DOM::HTMLDocumentImpl
class KHTMLPartBrowserHostExtension
class khtml::HTMLTokenizer
class khtml::XMLTokenizer
class khtml::RenderWidget
class khtml::CSSStyleSelector
class KHTMLPartIface
class KHTMLPartFunction
class KHTMLPartPrivate

Detailed Description

This class is khtml's main class.HTML Browser Widget.

It features an almost complete web browser, and html renderer.

The easiest way to use this class (if you just want to display an HTML page at some URL) is the following:

 KURL url = "http://www.kde.org";
 KHTMLPart *w = new KHTMLPart();
 w->openURL(url);
 w->view()->resize(500, 400);
 w->show();

Java and JavaScript are enabled by default depending on the user's settings. If you do not need them, and especially if you display unfiltered data from untrusted sources, it is strongly recommended to turn them off. In that case, you should also turn off the automatic redirect and plugins:

 w->setJScriptEnabled(false);
 w->setJavaEnabled(false);
 w->setMetaRefreshEnabled(false);
 w->setPluginsEnabled(false);

You may also wish to disable external references. This will prevent KHTML from loading images, frames, etc, or redirecting to external sites.

 w->setOnlyLocalReferences(true);

Some apps want to write their HTML code directly into the widget instead of opening an url. You can do this in the following way:

 QString myHTMLCode = ...;
 KHTMLPart *w = new KHTMLPart();
 w->begin();
 w->write(myHTMLCode);
 ...
 w->end();

You can do as many calls to write() as you wish. There are two write() methods, one accepting a QString and one accepting a char * argument. You should use one or the other (but not both) since the method using the char * argument does an additional decoding step to convert the written data to Unicode.

It is also possible to write content to the HTML part using the standard streaming API from KParts::ReadOnlyPart. The usage of the API is similar to that of the begin(), write(), end() process described above as the following example shows:

 KHTMLPart *doc = new KHTMLPart();
 doc->openStream( "text/html", KURL() );
 doc->writeStream( QCString( "<html><body><p>KHTML Rocks!</p></body></html>" ) );
 doc->closeStream();

Author:
Lars Knoll (knoll@kde.org)

Definition at line 184 of file khtml_part.h.


Member Enumeration Documentation

enum KHTMLPart::CaretDisplayPolicy
 

Enumeration for displaying the caret.

Parameters:
Visible caret is displayed
Invisible caret is not displayed
Blink caret toggles between visible and invisible
Since:
3.2

Definition at line 482 of file khtml_part.h.

enum KHTMLPart::FindOptions
 

Extra Find options that can be used when calling the extended findText().

Since:
3.3

Definition at line 685 of file khtml_part.h.


Constructor & Destructor Documentation

KHTMLPart::KHTMLPart QWidget parentWidget = 0,
const char *  widgetname = 0,
QObject parent = 0,
const char *  name = 0,
GUIProfile  prof = DefaultGUI
 

Constructs a new KHTMLPart.

KHTML basically consists of two objects: The KHTMLPart itself, holding the document data (DOM document), and the KHTMLView, derived from QScrollView, in which the document content is rendered in. You can specify two different parent objects for a KHTMLPart, one parent for the KHTMLPart document and on parent for the KHTMLView. If the second parent argument is 0L, then parentWidget is used as parent for both objects, the part and the view.

Definition at line 204 of file khtml_part.cpp.

References KHTMLFactory::instance(), KHTMLView, parentPart(), KHTMLFactory::registerPart(), and KParts::PartBase::setInstance().

KHTMLPart::~KHTMLPart  )  [virtual]
 

Destructor.

Definition at line 448 of file khtml_part.cpp.

References closeURL(), KGlobal::config(), KHTMLFactory::deregisterPart(), QObject::disconnect(), parentPart(), KConfigBase::setGroup(), and KConfigBase::writeEntry().


Member Function Documentation

bool KHTMLPart::openURL const KURL url  )  [virtual]
 

Opens the specified URL url.

Reimplemented from KParts::ReadOnlyPart::openURL .

Reimplemented from KParts::ReadOnlyPart.

Definition at line 546 of file khtml_part.cpp.

References QToolTip::add(), KProtocolManager::cacheControl(), KIO::CC_Cache, KIO::CC_Reload, closeURL(), KParts::ReadOnlyPart::completed(), QObject::connect(), KParts::URLArgs::contentType(), QValueList::count(), KHTMLFactory::defaultHTMLSettings(), QObject::disconnect(), KParts::URLArgs::doPost(), KURL::encodedHtmlRef(), QValueList::first(), KIO::get(), KIO::getCacheControlString(), gotoAnchor(), KURL::hasRef(), KURL::hasSubURL(), KURL::host(), htmlError(), KURL::htmlRef(), KIO::http_post(), QMap::insert(), KXMLGUIClient::instance(), QString::isEmpty(), KHTMLSettings::isJavaEnabled(), KHTMLSettings::isJavaScriptEnabled(), KURL::isLocalFile(), KHTMLSettings::isPluginsEnabled(), KURL::join(), kdDebug(), KParts::ReadOnlyPart::m_url, KParts::URLArgs::metaData(), parentPart(), KURL::path(), QValueList::pop_front(), KParts::URLArgs::postData, KURL::prettyURL(), KURL::protocol(), KURL::queryItem(), KParts::URLArgs::redirectedRequest(), KParts::URLArgs::reload, QToolTip::remove(), KURL::setPath(), settings(), KIcon::Small, KURL::split(), KParts::ReadOnlyPart::started(), QString::startsWith(), KIO::stat(), QString::toInt(), toplevelURL(), KParts::ReadOnlyPart::url(), KURL::url(), KProtocolManager::userAgentForHost(), KParts::Part::widget(), KParts::URLArgs::xOffset, and KParts::URLArgs::yOffset.

Referenced by restoreState(), and setEncoding().

bool KHTMLPart::closeURL  )  [virtual]
 

Stops loading the document and kills all data requests (for images, etc.

)

Reimplemented from KParts::ReadOnlyPart.

Definition at line 750 of file khtml_part.cpp.

References KProtocolManager::cacheControl(), KHTMLPageCache::cancelEntry(), KHTMLPageCache::cancelFetch(), QObject::disconnect(), end(), kdDebug(), KParts::ReadOnlyPart::m_url, nodeActivated(), KURL::prettyURL(), and KHTMLPageCache::self().

Referenced by openURL(), restoreState(), setEncoding(), urlSelected(), and ~KHTMLPart().

void KHTMLPart::showError KIO::Job job  )  [virtual]
 

Called when a certain error situation (i.e.

connection timed out) occurred. The default implementation either shows a KIO error dialog or loads a more verbose error description a as page, depending on the users configuration. job is the job that signaled the error situation

Definition at line 1659 of file khtml_part.cpp.

References KIO::Job::error(), KIO::Job::errorText(), htmlError(), kdDebug(), and KIO::Job::showErrorDialog().

DOM::HTMLDocument KHTMLPart::htmlDocument  )  const
 

Returns a reference to the DOM HTML document (for non-HTML documents, returns null).

Definition at line 832 of file khtml_part.cpp.

Referenced by KJS::Window::get(), KJS::Window::getListener(), KJS::Window::goURL(), KJS::Window::hasProperty(), KJS::Window::openWindow(), KJS::Location::put(), and KJS::Window::setListener().

DOM::Document KHTMLPart::document  )  const
 

Returns a reference to the DOM document.

Definition at line 840 of file khtml_part.cpp.

Referenced by KJS::Window::get(), KJS::Window::hasProperty(), KJS::Window::openWindow(), and selection().

QString KHTMLPart::documentSource  )  const
 

Returns the content of the source document.

Since:
3.4

Definition at line 845 of file khtml_part.cpp.

References QTextCodec::codecForName(), KIO::NetAccess::download(), encoding(), KHTMLPageCache::isComplete(), KURL::isLocalFile(), KParts::ReadOnlyPart::m_url, QFile::open(), QTextStream::read(), KIO::NetAccess::removeTempFile(), KHTMLPageCache::saveData(), KHTMLPageCache::self(), and QTextStream::setCodec().

DOM::Node KHTMLPart::activeNode  )  const
 

Returns the node that has the keyboard focus.

Definition at line 6668 of file khtml_part.cpp.

KParts::BrowserExtension * KHTMLPart::browserExtension  )  const
 

Returns a pointer to the KParts::BrowserExtension.

Definition at line 877 of file khtml_part.cpp.

Referenced by KJS::Window::goHistory(), KHTMLImage::KHTMLImage(), KHTMLPartBrowserExtension::openSelection(), KJS::Window::openWindow(), KHTMLImageBrowserExtension::print(), KHTMLImageBrowserExtension::reparseConfiguration(), KJS::Window::resizeTo(), KHTMLPartBrowserExtension::searchProvider(), and KJS::HTMLElementFunction::tryCall().

KHTMLView * KHTMLPart::view  )  const
 

Returns a pointer to the HTML document's view.

Definition at line 887 of file khtml_part.cpp.

Referenced by caretDisplayPolicyNonFocused(), findTextNext(), KHTMLView::focusNextPrevChild(), KJS::Window::get(), khtmlMouseMoveEvent(), KJS::Window::openWindow(), KHTMLPartBrowserExtension::print(), setCaretDisplayPolicyNonFocused(), setCaretMode(), setCaretPosition(), setCaretVisible(), setEditable(), urlSelected(), KHTMLView::viewportMouseMoveEvent(), KHTMLView::viewportWheelEvent(), KHTMLImageBrowserExtension::xOffset(), KHTMLPartBrowserExtension::xOffset(), KHTMLImageBrowserExtension::yOffset(), and KHTMLPartBrowserExtension::yOffset().

void KHTMLPart::setJScriptEnabled bool  enable  ) 
 

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 911 of file khtml_part.cpp.

References jScriptEnabled().

bool KHTMLPart::jScriptEnabled  )  const
 

Returns true if Javascript support is enabled or false otherwise.

Definition at line 920 of file khtml_part.cpp.

References onlyLocalReferences().

Referenced by KJS::ScheduledAction::execute(), KJS::Window::retrieveWindow(), and setJScriptEnabled().

KJS::Interpreter * KHTMLPart::jScriptInterpreter  ) 
 

Returns the JavaScript interpreter the part is using.

This method is mainly intended for applications which embed and extend the part and provides a mechanism for adding additional native objects to the interpreter (or removing the built-ins).

One thing people using this method to add things to the interpreter must consider, is that when you start writing new content to the part, the interpreter is cleared. This includes both use of the begin( const KURL &, int, int ) method, and the openURL( const KURL & ) method. If you want your objects to have a longer lifespan, then you must retain a KJS::Object yourself to ensure that the reference count of your custom objects never reaches 0. You will also need to re-add your bindings everytime this happens - one way to detect the need for this is to connect to the docCreated() signal, another is to reimplement the begin() method.

Definition at line 897 of file khtml_part.cpp.

References KJSProxy::interpreter(), and KJSProxy::paused().

void KHTMLPart::setStatusMessagesEnabled bool  enable  ) 
 

Enable/disable statusbar messages.

Definition at line 892 of file khtml_part.cpp.

bool KHTMLPart::statusMessagesEnabled  )  const
 

Returns true if status messages are enabled.

Definition at line 906 of file khtml_part.cpp.

void KHTMLPart::setMetaRefreshEnabled bool  enable  ) 
 

Enable/disable automatic forwarding by <meta http-equiv="refresh" .

...>

Definition at line 929 of file khtml_part.cpp.

bool KHTMLPart::metaRefreshEnabled  )  const
 

Returns true if automatic forwarding is enabled.

Definition at line 934 of file khtml_part.cpp.

QVariant KHTMLPart::executeScript const DOM::Node n,
const QString script
 

Same as executeScript( const QString & ) except with the Node parameter specifying the 'this' value.

Definition at line 1161 of file khtml_part.cpp.

References KJSErrorDlg::addError(), KJSProxy::evaluate(), KJSProxy::interpreter(), DOM::Node::isNull(), kdDebug(), QString::latin1(), QObject::name(), DOM::Node::nodeName(), DOM::Node::nodeType(), KJSProxy::paused(), and DOM::DOMString::string().

Referenced by KJS::ScheduledAction::execute(), and executeScript().

void KHTMLPart::setDNDEnabled bool  b  ) 
 

Enables or disables Drag'n'Drop support.

A drag operation is started if the users drags a link.

Definition at line 5709 of file khtml_part.cpp.

bool KHTMLPart::dndEnabled  )  const
 

Returns whether Dragn'n'Drop support is enabled or not.

void KHTMLPart::setJavaEnabled bool  enable  ) 
 

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 1219 of file khtml_part.cpp.

bool KHTMLPart::javaEnabled  )  const
 

Return true if Java applet support is enabled, false if disabled.

KJavaAppletContext * KHTMLPart::javaContext  ) 
 

Returns the java context of the applets.

If no applet exists, 0 is returned.

Definition at line 1238 of file khtml_part.cpp.

KJavaAppletContext * KHTMLPart::createJavaContext  ) 
 

Returns the java context of the applets.

If no context exists yet, a new one is created.

Definition at line 1243 of file khtml_part.cpp.

void KHTMLPart::setPluginsEnabled bool  enable  ) 
 

Enables or disables plugins, default is enabled.

Definition at line 1248 of file khtml_part.cpp.

bool KHTMLPart::pluginsEnabled  )  const
 

Returns true if plugins are enabled/disabled.

void KHTMLPart::setAutoloadImages bool  enable  ) 
 

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 1310 of file khtml_part.cpp.

References KXMLGUIClient::actionCollection(), QPtrList::append(), KXMLGUIClient::plugActionList(), and KXMLGUIClient::unplugActionList().

Referenced by begin(), and KHTMLImageBrowserExtension::reparseConfiguration().

bool KHTMLPart::autoloadImages  )  const
 

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.

void KHTMLPart::setOnlyLocalReferences bool  enable  ) 
 

Security option.

Specify whether only file:/ or data:/ urls are allowed to be loaded without user confirmation by KHTML. ( for example referenced by stylesheets, images, scripts, subdocuments, embedded elements ).

This option is mainly intended for enabling the "mail reader mode", where you load untrusted content with a file:/ url.

Please note that enabling this option currently automatically disables Javascript, Java and Plugins support. This might change in the future if the security model is becoming more sophisticated, so don't rely on this behaviour.

( default false - everything is loaded unless forbidden by KApplication::authorizeURLAction).

Definition at line 2545 of file khtml_part.cpp.

bool KHTMLPart::onlyLocalReferences  )  const
 

Returns whether only file:/ or data:/ references are allowed to be loaded ( default false ).

See also:
setOnlyLocalReferences.

Referenced by jScriptEnabled().

bool KHTMLPart::isCaretMode  )  const
 

Returns whether caret mode is on/off.

Since:
3.2

Definition at line 2595 of file khtml_part.cpp.

Referenced by KHTMLView::clear(), khtml::containsEditableChildElement(), khtml::containsEditableElement(), KHTMLView::eventFilter(), KHTMLView::focusInEvent(), KHTMLView::focusOutEvent(), KHTMLView::keyPressEvent(), KHTMLView::layout(), setCaretMode(), setCaretVisible(), and setEditable().

bool KHTMLPart::isEditable  )  const
 

Returns true if the document is editable, false otherwise.

Since:
3.2

Definition at line 2616 of file khtml_part.cpp.

Referenced by KHTMLView::clear(), khtml::containsEditableChildElement(), khtml::containsEditableElement(), KHTMLView::eventFilter(), KHTMLView::focusInEvent(), KHTMLView::focusOutEvent(), KHTMLView::keyPressEvent(), khtmlMouseMoveEvent(), khtmlMousePressEvent(), KHTMLView::layout(), setCaretMode(), setCaretVisible(), and setEditable().

void KHTMLPart::setCaretPosition DOM::Node  node,
long  offset,
bool  extendSelection = false
 

Sets the caret to the given position.

If the given location is invalid, it will snap to the nearest valid location. Immediately afterwards a caretPositionChanged signal containing the effective position is emitted

Parameters:
node node to set to
offset zero-based offset within the node
extendSelection If true, a selection will be spanned from the last caret position to the given one. Otherwise, any existing selection will be deselected.
Since:
3.2

Definition at line 2621 of file khtml_part.cpp.

References KHTMLView::ensureCaretVisible(), DOM::Node::handle(), kdDebug(), DOM::Node::nodeName(), DOM::DOMString::string(), and view().

KHTMLPart::CaretDisplayPolicy KHTMLPart::caretDisplayPolicyNonFocused  )  const
 

Returns the current caret policy when the view is not focused.

Since:
3.2

Definition at line 2635 of file khtml_part.cpp.

References KHTMLView::caretDisplayPolicyNonFocused(), and view().

void KHTMLPart::setCaretDisplayPolicyNonFocused CaretDisplayPolicy  policy  ) 
 

Sets the caret display policy when the view is not focused.

Whenever the caret is in use, this property determines how the caret should be displayed when the document view is not focused.

The default policy is CaretInvisible.

Parameters:
policy new display policy
Since:
3.2

Definition at line 2644 of file khtml_part.cpp.

References KHTMLView::setCaretDisplayPolicyNonFocused(), and view().

KURL KHTMLPart::backgroundURL  )  const
 

Returns the URL for the background Image (used by save background).

Definition at line 3908 of file khtml_part.cpp.

References KParts::ReadOnlyPart::m_url.

void KHTMLPart::scheduleRedirection int  delay,
const QString url,
bool  lockHistory = true
 

Schedules a redirection after delay seconds.

Definition at line 2323 of file khtml_part.cpp.

References kdDebug().

Referenced by KJS::Window::goURL().

void KHTMLPart::begin const KURL url = KURL(),
int  xOffset = 0,
int  yOffset = 0
[virtual]
 

Clears the widget and prepares it for new content.

If you want url() to return for example "file:/tmp/test.html", you can use the following code:

 view->begin( KURL("file:/tmp/test.html" ) );

Parameters:
url is the url of the document to be displayed. Even if you are generating the HTML on the fly, it may be useful to specify a directory so that any pixmaps are found.
xOffset is the initial horizontal scrollbar value. Usually you don't want to use this.
yOffset is the initial vertical scrollbar value. Usually you don't want to use this.
All child frames and the old document are removed if you call this method.

Definition at line 1819 of file khtml_part.cpp.

References QObject::connect(), KHTMLFactory::defaultHTMLSettings(), KParts::URLArgs::docState, KParts::HistoryProvider::insert(), QString::isEmpty(), KURL::isEmpty(), KURL::isValid(), KParts::ReadOnlyPart::m_url, KMimeType::mimeType(), parentPart(), KURL::prettyURL(), KURL::protocol(), KParts::URLArgs::serviceType, setAutoloadImages(), KURL::setQuery(), KURL::setRef(), setSuppressedPopupIndicator(), setUserStyleSheet(), KParts::Part::setWindowCaption(), QString::startsWith(), KURL::url(), KHTMLSettings::userStyleSheet(), KHTMLFactory::vLinks(), KParts::URLArgs::xOffset, and KParts::URLArgs::yOffset.

Referenced by doOpenStream(), KJS::Window::get(), htmlError(), KJS::Window::openWindow(), and KMultiPart::startOfData().

void KHTMLPart::write const char *  str,
int  len = -1
[virtual]
 

Writes another part of the HTML code to the widget.

You may call this function many times in sequence. But remember: The fewer calls you make, the faster the widget will be.

The HTML code is send through a decoder which decodes the stream to Unicode.

The len parameter is needed for streams encoded in utf-16, since these can have \0 chars in them. In case the encoding you're using isn't utf-16, you can safely leave out the length parameter.

Attention: Don't mix calls to write( const char *) with calls to write( const QString & ).

The result might not be what you want.

Definition at line 1909 of file khtml_part.cpp.

References QString::isEmpty().

Referenced by doWriteStream(), end(), KJS::Window::get(), htmlError(), and KJS::Window::openWindow().

void KHTMLPart::write const QString str  )  [virtual]
 

Writes another part of the HTML code to the widget.

You may call this function many times in sequence. But remember: The fewer calls you make, the faster the widget will be.

Definition at line 1941 of file khtml_part.cpp.

References QString::isNull().

void KHTMLPart::end  )  [virtual]
 

Call this after your last call to write().

Definition at line 1956 of file khtml_part.cpp.

References write().

Referenced by closeURL(), doCloseStream(), KMultiPart::endOfData(), findFrameParent(), KJS::Window::get(), htmlError(), and KJS::Window::openWindow().

void KHTMLPart::paint QPainter ,
const QRect ,
int  = 0,
bool *  = 0
 

Paints the HTML page to a QPainter.

See KHTMLView::paint for details

Definition at line 1989 of file khtml_part.cpp.

bool KHTMLPart::setEncoding const QString name,
bool  override = false
 

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 2400 of file khtml_part.cpp.

References closeURL(), KURL::isEmpty(), KParts::ReadOnlyPart::m_url, and openURL().

QString KHTMLPart::encoding  )  const
 

Returns the encoding the page currently uses.

Note that the encoding might be different from the charset.

Definition at line 2418 of file khtml_part.cpp.

Referenced by documentSource().

void KHTMLPart::setUserStyleSheet const KURL url  ) 
 

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 2442 of file khtml_part.cpp.

References KURL::url().

Referenced by begin().

void KHTMLPart::setUserStyleSheet const QString styleSheet  ) 
 

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 2448 of file khtml_part.cpp.

void KHTMLPart::setStandardFont const QString name  ) 
 

Sets the standard font style.

Parameters:
name The font name to use for standard text.

Definition at line 2520 of file khtml_part.cpp.

void KHTMLPart::setFixedFont const QString name  ) 
 

Sets the fixed font style.

Parameters:
name The font name to use for fixed text, e.g. the <pre> tag.

Definition at line 2525 of file khtml_part.cpp.

bool KHTMLPart::gotoAnchor const QString name  ) 
 

Finds the anchor named name.

If the anchor is found, the widget scrolls to the closest position. Returns if the anchor has been found.

Definition at line 2454 of file khtml_part.cpp.

References QString::isEmpty(), kdDebug(), and QString::lower().

Referenced by KJS::Window::goURL(), and openURL().

bool KHTMLPart::nextAnchor  ) 
 

Go to the next anchor.

This is useful to navigate from outside the navigator

Since:
3.2

Definition at line 2502 of file khtml_part.cpp.

bool KHTMLPart::prevAnchor  ) 
 

Go to previous anchor.

Since:
3.2

Definition at line 2511 of file khtml_part.cpp.

void KHTMLPart::setURLCursor const QCursor c  ) 
 

Sets the cursor to use when the cursor is on a link.

Definition at line 2530 of file khtml_part.cpp.

QCursor KHTMLPart::urlCursor  )  const
 

Returns the cursor which is used when the cursor is on a link.

Definition at line 2535 of file khtml_part.cpp.

Referenced by KHTMLView::viewportMouseMoveEvent().

void KHTMLPart::findText  ) 
 

Starts a new search by popping up a dialog asking the user what he wants to search for.

Since:
3.3

Definition at line 2867 of file khtml_part.cpp.

References KWin::activateWindow(), QObject::connect(), QObject::disconnect(), hasSelection(), selectionChanged(), and KParts::Part::widget().

Referenced by findTextNext().

void KHTMLPart::findText const QString str,
long  options,
QWidget parent = 0,
KFindDialog *  findDialog = 0
 

Starts a new search, but bypasses the user dialog.

Parameters:
str The string to search for.
options Find options.
parent Parent used for centering popups like "string not found".
findDialog Optionally, you can supply your own dialog.
Since:
3.3

Definition at line 2905 of file khtml_part.cpp.

References QObject::connect(), and selectionChanged().

void KHTMLPart::findTextBegin  ) 
 

Initiates a text search.

Definition at line 2670 of file khtml_part.cpp.

Referenced by KHTMLView::keyPressEvent().

bool KHTMLPart::findTextNext const QString str,
bool  forward,
bool  caseSensitive,
bool  isRegExp
 

Finds the next occurrence of the string or expression.

If isRegExp is true then str is converted to a QRegExp, and caseSensitive is ignored.

Deprecated:
, use findText( str, options, parent, findDialog )

Definition at line 2747 of file khtml_part.cpp.

References DOM::DOMString::implementation(), QString::length(), QRegExp::matchedLength(), QRegExp::search(), QRegExp::setCaseSensitive(), and QConstString::string().

bool KHTMLPart::findTextNext  ) 
 

Finds the next occurence of a string set by findText().

Returns:
true if a new match was found.
Since:
3.3

Definition at line 2934 of file khtml_part.cpp.

References QString::data(), DOM::NodeImpl, QString::find(), findText(), hasSelection(), QString::isEmpty(), kdDebug(), QString::length(), QObject::parent(), QString::replace(), QString::truncate(), KHTMLView::updateFindAheadTimeout(), and view().

void KHTMLPart::setZoomFactor int  percent  ) 
 

Sets the Zoom factor.

The value is given in percent, larger values mean a generally larger font and larger page contents. It is not guaranteed that all parts of the page are scaled with the same factor though.

The given value should be in the range of 20..300, values outside that range are not guaranteed to work. A value of 100 will disable all zooming and show the page with the sizes determined via the given lengths in the stylesheets.

Definition at line 5506 of file khtml_part.cpp.

References QApplication::restoreOverrideCursor(), QApplication::setOverrideCursor(), and setZoomFactor().

Referenced by restoreState(), and setZoomFactor().

int KHTMLPart::zoomFactor  )  const
 

Returns the current zoom factor.

Definition at line 5442 of file khtml_part.cpp.

Referenced by khtml::CSSStyleSelector::applyRule(), KHTMLView::print(), and restoreState().

QString KHTMLPart::selectedText  )  const [virtual]
 

Returns the text the user has marked.

Definition at line 3276 of file khtml_part.cpp.

References DOM::Node::elementId(), DOM::Node::firstChild(), DOM::Node::handle(), QString::isEmpty(), DOM::Node::isNull(), QString::left(), QString::length(), QString::mid(), DOM::Node::nextSibling(), DOM::Node::nodeType(), and DOM::Node::parentNode().

Referenced by KHTMLPartBrowserExtension::copy(), khtmlMouseReleaseEvent(), KHTMLPopupGUIClient::KHTMLPopupGUIClient(), KHTMLPartBrowserExtension::openSelection(), and KHTMLPartBrowserExtension::searchProvider().

QString KHTMLPart::selectedTextAsHTML  )  const
 

Return the text the user has marked.

This is guaranteed to be valid xml, and to contain the <html> and <body> tags.

FIXME probably should make virtual for 4.0 ?

Since:
3.4

Definition at line 3259 of file khtml_part.cpp.

References DOM::Range::handle(), hasSelection(), DOM::Range::isDetached(), DOM::Range::isNull(), kdDebug(), and selection().

Referenced by KHTMLPartBrowserExtension::copy().

DOM::Range KHTMLPart::selection  )  const
 

Returns the selected part of the HTML.

Definition at line 3427 of file khtml_part.cpp.

References DOM::Document::createRange(), document(), DOM::Range::handle(), and kdDebug().

Referenced by selectedTextAsHTML().

void KHTMLPart::selection DOM::Node startNode,
long &  startOffset,
DOM::Node endNode,
long &  endOffset
const
 

Returns the selected part of the HTML by returning the starting and end position.

If there is no selection, both nodes and offsets are equal.

Parameters:
startNode returns node selection starts in
startOffset returns offset within starting node
endNode returns node selection ends in
endOffset returns offset within end node.
Since:
3.2

Definition at line 3481 of file khtml_part.cpp.

void KHTMLPart::setSelection const DOM::Range  ) 
 

Sets the current selection.

Definition at line 3489 of file khtml_part.cpp.

References DOM::Range::collapsed(), DOM::Range::endContainer(), DOM::Range::endOffset(), DOM::Range::startContainer(), and DOM::Range::startOffset().

bool KHTMLPart::hasSelection  )  const
 

Has the user selected anything?

Call selectedText() to retrieve the selected text.

Returns:
true if there is text selected.

Definition at line 3417 of file khtml_part.cpp.

Referenced by findText(), findTextNext(), KHTMLPopupGUIClient::KHTMLPopupGUIClient(), and selectedTextAsHTML().

void KHTMLPart::selectAll  ) 
 

Marks all text in the document as selected.

Definition at line 6479 of file khtml_part.cpp.

void KHTMLPart::show  ) 
 

Convenience method to show the document's view.

Equivalent to widget()->show() or view()->show() .

Definition at line 5410 of file khtml_part.cpp.

void KHTMLPart::hide  ) 
 

Convenience method to hide the document's view.

Equivalent to widget()->hide() or view()->hide().

Definition at line 5416 of file khtml_part.cpp.

KParts::PartManager * KHTMLPart::partManager  ) 
 

Returns a reference to the partmanager instance which manages html frame objects.

Definition at line 4484 of file khtml_part.cpp.

References QObject::connect(), and KParts::PartManager::setAllowNestedParts().

Referenced by currentFrame().

void KHTMLPart::saveState QDataStream stream  )  [virtual]
 

Saves the KHTMLPart's complete state (including child frame objects) to the provided QDataStream.

This is called from the saveState() method of the browserExtension().

Definition at line 5138 of file khtml_part.cpp.

References kdDebug(), KParts::ReadOnlyPart::m_url, QObject::name(), and KURL::url().

Referenced by KHTMLPartBrowserExtension::saveState().

void KHTMLPart::restoreState QDataStream stream  )  [virtual]
 

Restores the KHTMLPart's previously saved state (including child frame objects) from the provided QDataStream.

See also:
saveState()
This is called from the restoreState() method of the browserExtension() .

Definition at line 5224 of file khtml_part.cpp.

References QValueList::begin(), closeURL(), QValueList< KURL >::ConstIterator(), KParts::URLArgs::docState, frameNames(), KParts::ReadOnlyPart::m_url, openURL(), KHTMLPageCache::self(), setPageSecurity(), setZoomFactor(), KParts::URLArgs::xOffset, KParts::URLArgs::yOffset, and zoomFactor().

Referenced by KHTMLPartBrowserExtension::restoreState().

DOM::Node KHTMLPart::nodeUnderMouse  )  const
 

Returns the Node currently under the mouse.

The returned node may be a shared node (e. g. an <area> node if the mouse is hovering over an image map).

Definition at line 5422 of file khtml_part.cpp.

Referenced by KHTMLPopupGUIClient::KHTMLPopupGUIClient().

DOM::Node KHTMLPart::nonSharedNodeUnderMouse  )  const
 

Returns the Node currently under the mouse that is not shared.

The returned node is always the node that is physically under the mouse pointer (irrespective of logically overlying elements like, e. g., <area> on image maps).

Since:
3.3

Definition at line 5427 of file khtml_part.cpp.

KHTMLPart * KHTMLPart::parentPart  ) 
 

Returns a pointer to the parent KHTMLPart if the part is a frame in an HTML frameset.

Returns 0L otherwise.

Definition at line 5101 of file khtml_part.cpp.

References QObject::parent().

Referenced by begin(), KHTMLView::dragEnterEvent(), KHTMLView::dropEvent(), findFrameParent(), KHTMLView::focusNextPrevChild(), KJS::Window::get(), khtmlMouseMoveEvent(), khtmlMousePressEvent(), khtmlMouseReleaseEvent(), KHTMLPart(), KHTMLPopupGUIClient::KHTMLPopupGUIClient(), openURL(), KJS::Window::openWindow(), setPageSecurity(), setPluginPageQuestionAsked(), setSuppressedPopupIndicator(), toplevelURL(), KJS::HTMLElementFunction::tryCall(), urlSelected(), KHTMLView::viewportMouseMoveEvent(), KHTMLView::viewportWheelEvent(), and ~KHTMLPart().

QStringList KHTMLPart::frameNames  )  const
 

Returns a list of names of all frame (including iframe) objects of the current document.

Note that this method is not working recursively for sub-frames.

Definition at line 5666 of file khtml_part.cpp.

Referenced by KHTMLPartBrowserHostExtension::frameNames(), and restoreState().

KHTMLPart * KHTMLPart::findFrame const QString f  ) 
 

Finds a frame by name.

Returns 0L if frame can't be found.

Definition at line 5037 of file khtml_part.cpp.

References findFrameParent(), and QObject::inherits().

Referenced by KJS::HTMLDocument::hasProperty(), and KJS::HTMLDocument::tryGet().

KHTMLPart * KHTMLPart::findFrameParent KParts::ReadOnlyPart callingPart,
const QString f,
khtml::ChildFrame **  childFrame = 0
 

Recursively finds the part containing the frame with name f and checks if it is accessible by callingPart Returns 0L if no suitable frame can't be found.

Returns parent part if a suitable frame was found and frame info in *childFrame

Since:
3.3

Definition at line 4996 of file khtml_part.cpp.

References end(), findFrameParent(), QObject::inherits(), kdDebug(), KParts::ReadOnlyPart::m_url, QObject::name(), and parentPart().

Referenced by findFrame(), findFrameParent(), findFramePart(), and KHTMLPartBrowserHostExtension::virtual_hook().

KParts::ReadOnlyPart * KHTMLPart::currentFrame  )  const
 

Return the current frame (the one that has focus) Not necessarily a direct child of ours, framesets can be nested.

Returns "this" if this part isn't a frameset.

Definition at line 5056 of file khtml_part.cpp.

References KParts::PartManager::activePart(), QObject::inherits(), and partManager().

bool KHTMLPart::frameExists const QString frameName  ) 
 

Returns whether a frame with the specified name is exists or not.

In contrary to the findFrame method this one also returns true if the frame is defined but no displaying component has been found/loaded, yet.

Definition at line 5071 of file khtml_part.cpp.

Referenced by KJS::HTMLElementFunction::tryCall().

KJSProxy * KHTMLPart::framejScript KParts::ReadOnlyPart framePart  ) 
 

Returns child frame framePart its script interpreter.

Definition at line 5083 of file khtml_part.cpp.

References jScript().

Referenced by KJS::Window::retrieve().

KParts::ReadOnlyPart * KHTMLPart::findFramePart const QString f  ) 
 

Finds a frame by name.

Returns 0L if frame can't be found.

Definition at line 5050 of file khtml_part.cpp.

References findFrameParent().

Referenced by KJS::Window::get(), and KJS::Window::hasProperty().

void KHTMLPart::setJSStatusBarText const QString text  ) 
 

Called by KJS.

Sets the StatusBarText assigned via window.status

Definition at line 5567 of file khtml_part.cpp.

Referenced by KJS::Window::put().

void KHTMLPart::setJSDefaultStatusBarText const QString text  ) 
 

Called by KJS.

Sets the DefaultStatusBarText assigned via window.defaultStatus

Definition at line 5572 of file khtml_part.cpp.

Referenced by KJS::Window::put().

QString KHTMLPart::jsStatusBarText  )  const
 

Called by KJS.

Returns the StatusBarText assigned via window.status

Definition at line 5577 of file khtml_part.cpp.

Referenced by KJS::Window::get().

QString KHTMLPart::jsDefaultStatusBarText  )  const
 

Called by KJS.

Returns the DefaultStatusBarText assigned via window.defaultStatus

Definition at line 5582 of file khtml_part.cpp.

Referenced by KJS::Window::get().

QString KHTMLPart::referrer  )  const
 

Referrer used for links in this page.

Definition at line 5587 of file khtml_part.cpp.

QString KHTMLPart::pageReferrer  )  const
 

Referrer used to obtain this page.

Definition at line 5592 of file khtml_part.cpp.

References KURL::isValid(), KParts::ReadOnlyPart::m_url, KURL::protocol(), KURL::setPass(), KURL::setRef(), KURL::setUser(), and KURL::url().

QString KHTMLPart::lastModified  )  const
 

Last-modified date (in raw string format), if received in the [HTTP] headers.

Definition at line 5613 of file khtml_part.cpp.

References KURL::isLocalFile(), KParts::ReadOnlyPart::m_url, KURL::path(), and QDateTime::toString().

void KHTMLPart::preloadStyleSheet const QString url,
const QString stylesheet
 

Loads a style sheet into the stylesheet cache.

Definition at line 6703 of file khtml_part.cpp.

void KHTMLPart::preloadScript const QString url,
const QString script
 

Loads a script into the script cache.

Definition at line 6708 of file khtml_part.cpp.

void KHTMLPart::setFormNotification FormNotification  fn  ) 
 

Determine if signal should be emitted before, instead or never when a submitForm() happens.

Since:
3.2 ### KDE4 remove me

KHTMLPart::FormNotification KHTMLPart::formNotification  )  const
 

Determine if signal should be emitted before, instead or never when a submitForm() happens.

### KDE4 remove me

Since:
3.2

Definition at line 7048 of file khtml_part.cpp.

KURL KHTMLPart::toplevelURL  ) 
 

Returns the toplevel (origin) URL of this document, even if this part is a frame or an iframe.

Returns:
the actual original url.
Since:
3.2

Definition at line 7052 of file khtml_part.cpp.

References parentPart(), and KParts::ReadOnlyPart::url().

Referenced by openURL().

bool KHTMLPart::isModified  )  const
 

Checks whether the page contains unsubmitted form changes.

Returns:
true if form changes exist
Since:
3.3

Definition at line 7064 of file khtml_part.cpp.

void KHTMLPart::setSuppressedPopupIndicator bool  enable  ) 
 

Shows or hides the suppressed popup indicator.

Since:
3.4

Definition at line 7087 of file khtml_part.cpp.

References QToolTip::add(), KXMLGUIClient::instance(), parentPart(), QToolTip::remove(), setSuppressedPopupIndicator(), and KIcon::Small.

Referenced by begin(), KJS::Window::openWindow(), and setSuppressedPopupIndicator().

void KHTMLPart::onURL const QString url  )  [signal]
 

Emitted if the cursor is moved over an URL.

void KHTMLPart::popupMenu const QString url,
const QPoint point
[signal]
 

Emitted when the user clicks the right mouse button on the document.

Referenced by khtmlMouseMoveEvent(), and khtmlMousePressEvent().

void KHTMLPart::selectionChanged  )  [signal]
 

This signal is emitted when the selection changes.

Referenced by findText(), and khtmlMouseReleaseEvent().

void KHTMLPart::nodeActivated const DOM::Node  )  [signal]
 

This signal is emitted when an element retrieves the keyboard focus.

Note that the signal argument can be a null node if no element is active, meaning a node has explicitly been deactivated without a new one becoming active.

Referenced by closeURL(), and KHTMLView::viewportMousePressEvent().

void KHTMLPart::caretPositionChanged const DOM::Node node,
long  offset
[signal]
 

This signal is emitted whenever the caret position has been changed.

The signal transmits the position the DOM::Range way, the node and the zero-based offset within this node.

Parameters:
node node which the caret is in. This can be null if the caret has been deactivated.
offset offset within the node. If the node is null, the offset is meaningless.
Since:
3.2

void KHTMLPart::formSubmitNotification const char *  action,
const QString url,
const QByteArray formData,
const QString target,
const QString contentType,
const QString boundary
[signal]
 

If form notification is on, this will be emitted either for a form submit or before the form submit according to the setting.

Since:
3.2 ### KDE4 remove me

KURL KHTMLPart::completeURL const QString url  )  [protected]
 

returns a KURL object for the given url.

Use when you know what you're doing.

Definition at line 2311 of file khtml_part.cpp.

Referenced by khtmlMouseMoveEvent(), and urlSelected().

void KHTMLPart::htmlError int  errorCode,
const QString text,
const KURL reqUrl
[protected]
 

presents a detailed error message to the user.

errorCode kio error code, eg KIO::ERR_SERVER_TIMEOUT. text kio additional information text. url the url that triggered the error.

Definition at line 1676 of file khtml_part.cpp.

References QString::arg(), begin(), KIO::buildErrorString(), KParts::ReadOnlyPart::completed(), QStyleSheet::convertFromPlainText(), QDateTime::currentDateTime(), end(), KLocale::formatDateTime(), QString::fromLatin1(), KURL::htmlURL(), QString::isNull(), QStringList::join(), kdDebug(), KGlobal::locale(), KParts::ReadOnlyPart::m_url, KURL::prettyURL(), KURL::protocol(), KIO::rawErrorDetail(), QApplication::reverseLayout(), KParts::ReadOnlyPart::started(), and write().

Referenced by openURL(), and showError().

void KHTMLPart::khtmlMousePressEvent khtml::MousePressEvent event  )  [protected, virtual]
 

Eventhandler of the khtml::MousePressEvent.

Definition at line 5824 of file khtml_part.cpp.

References khtml::MouseEvent::absX(), khtml::MouseEvent::absY(), QMouseEvent::button(), DOM::NodeImpl, QMouseEvent::globalPos(), DOM::Node::handle(), khtml::MouseEvent::innerNode(), isEditable(), DOM::Node::isNull(), DOM::DOMString::isNull(), parentPart(), popupMenu(), QMouseEvent::pos(), khtml::MouseEvent::qmouseEvent(), QMouseEvent::state(), DOM::DOMString::string(), khtml::MouseEvent::target(), khtml::MouseEvent::url(), khtml::MouseEvent::x(), and khtml::MouseEvent::y().

Referenced by customEvent().

void KHTMLPart::khtmlMouseDoubleClickEvent khtml::MouseDoubleClickEvent  )  [protected, virtual]
 

Eventhandler for the khtml::MouseDoubleClickEvent.

Definition at line 5904 of file khtml_part.cpp.

References khtml::MouseEvent::absX(), khtml::MouseEvent::absY(), QMouseEvent::button(), khtml::MouseDoubleClickEvent::clickCount(), DOM::NodeImpl, DOM::Node::handle(), khtml::MouseEvent::innerNode(), DOM::Node::isNull(), khtml::MouseEvent::qmouseEvent(), QMouseEvent::state(), khtml::MouseEvent::x(), and khtml::MouseEvent::y().

Referenced by customEvent().

void KHTMLPart::khtmlMouseMoveEvent khtml::MouseMoveEvent event  )  [protected, virtual]
 

Eventhandler for the khtml::MouseMouseMoveEvent.

Definition at line 6154 of file khtml_part.cpp.

References khtml::MouseEvent::absX(), khtml::MouseEvent::absY(), KMultipleDrag::addDragObject(), QString::arg(), completeURL(), QScrollView::contentsToViewport(), KIcon::Desktop, KGlobalSettings::dndEventDelay(), QDragObject::drag(), DOM::Node::elementId(), QMouseEvent::globalPos(), DOM::Node::handle(), khtml::MouseEvent::innerNode(), isEditable(), DOM::Node::isNull(), QPixmap::isNull(), DOM::DOMString::length(), KURLDrag::metaData(), KMimeType::mimeType(), parentPart(), khtml::parseURL(), KMimeType::pixmapForURL(), popupMenu(), QMouseEvent::pos(), khtml::MouseEvent::qmouseEvent(), KURL::setPass(), QDragObject::setPixmap(), KIcon::SizeMedium, QMouseEvent::state(), DOM::DOMString::string(), khtml::MouseEvent::target(), khtml::MouseEvent::url(), view(), QPoint::x(), khtml::MouseEvent::x(), QMouseEvent::x(), QPoint::y(), khtml::MouseEvent::y(), and QMouseEvent::y().

Referenced by customEvent().

void KHTMLPart::khtmlMouseReleaseEvent khtml::MouseReleaseEvent event  )  [protected, virtual]
 

Eventhandler for the khtml::MouseMouseReleaseEvent.

Definition at line 6293 of file khtml_part.cpp.

References QMouseEvent::button(), KParts::BrowserInterface::callMethod(), QObject::connect(), d, QObject::disconnect(), DOM::Node::firstChild(), khtml::MouseEvent::innerNode(), DOM::Node::isNull(), DOM::DOMString::isNull(), kdDebug(), DOM::Node::nextSibling(), DOM::Node::parentNode(), parentPart(), khtml::MouseEvent::qmouseEvent(), QString::replace(), selectedText(), selectionChanged(), and khtml::MouseEvent::url().

Referenced by customEvent().

void KHTMLPart::khtmlDrawContentsEvent khtml::DrawContentsEvent  )  [protected, virtual]
 

Eventhandler for the khtml::DrawContentsEvent.

Definition at line 6407 of file khtml_part.cpp.

Referenced by customEvent().

void KHTMLPart::guiActivateEvent KParts::GUIActivateEvent event  )  [protected, virtual]
 

Internal reimplementation of KParts::Part::guiActivateEvent .

Reimplemented from KParts::ReadOnlyPart.

Definition at line 6411 of file khtml_part.cpp.

References KParts::GUIActivateEvent::activated(), QPtrList::append(), and KXMLGUIClient::plugActionList().

bool KHTMLPart::openFile  )  [protected, virtual]
 

Internal empty reimplementation of KParts::ReadOnlyPart::openFile .

Implements KParts::ReadOnlyPart.

Definition at line 1465 of file khtml_part.cpp.

KParts::ReadOnlyPart * KHTMLPart::createPart QWidget parentWidget,
const char *  widgetName,
QObject parent,
const char *  name,
const QString mimetype,
QString serviceName,
QStringList serviceTypes,
const QStringList params
[protected, virtual]
 

This method is called when a new embedded object (include html frames) is to be created.

Reimplement it if you want to add support for certain embeddable objects without registering them in the KDE wide registry system (KSyCoCa) . Another reason for re-implementing this method could be if you want to derive from KTHMLPart and also want all html frame objects to be a object of your derived type, in which case you should return a new instance for the mimetype 'text/html' .

Definition at line 4430 of file khtml_part.cpp.

References QString::append(), QValueList::begin(), QObject::className(), QValueList::ConstIterator(), KLibFactory::create(), QFile::encodeName(), QValueList::end(), KLibLoader::factory(), KXMLGUIClient::factory(), QString::find(), QObject::inherits(), QValueList::isEmpty(), QString::isEmpty(), kdWarning(), QString::left(), KTrader::query(), KLibLoader::self(), and KTrader::self().

bool KHTMLPart::doOpenStream const QString mimeType  )  [protected, virtual]
 

Implements the streaming API of KParts::ReadOnlyPart.

Definition at line 1965 of file khtml_part.cpp.

References begin(), KMimeType::mimeType(), and KParts::ReadOnlyPart::url().

bool KHTMLPart::doWriteStream const QByteArray data  )  [protected, virtual]
 

Implements the streaming API of KParts::ReadOnlyPart.

Definition at line 1976 of file khtml_part.cpp.

References write().

bool KHTMLPart::doCloseStream  )  [protected, virtual]
 

Implements the streaming API of KParts::ReadOnlyPart.

Definition at line 1982 of file khtml_part.cpp.

References end().

void KHTMLPart::setActiveNode const DOM::Node node  )  [slot]
 

Sets the focused node of the document to the specified node.

If the node is a form control, the control will receive focus in the same way that it would if the user had clicked on it or tabbed to it with the keyboard. For most other types of elements, there is no visual indication of whether or not they are focused.

See activeNode

Parameters:
node The node to focus

Definition at line 6654 of file khtml_part.cpp.

References QRect::bottom(), DOM::Node::handle(), QRect::left(), QRect::right(), and QRect::top().

Referenced by DOMTreeView::slotItemClicked().

void KHTMLPart::stopAnimations  )  [slot]
 

Stops all animated images on the current and child pages.

Definition at line 1995 of file khtml_part.cpp.

References stopAnimations().

Referenced by stopAnimations().

QVariant KHTMLPart::executeScript const QString script  )  [slot]
 

Execute the specified snippet of JavaScript code.

Returns true if JavaScript was enabled, no error occurred and the code returned true itself or false otherwise.

Deprecated:
, use executeString( DOM::Node(), script)

Definition at line 1156 of file khtml_part.cpp.

References executeScript().

void KHTMLPart::setCaretMode bool  enable  )  [slot]
 

Enables/disables caret mode.

Enabling caret mode displays a caret which can be used to navigate the document using the keyboard only. Caret mode is switched off by default.

Parameters:
enable true to enable, false to disable caret mode.
Since:
3.2

Definition at line 2578 of file khtml_part.cpp.

References KHTMLView::caretOff(), KHTMLView::ensureCaretVisible(), KHTMLView::initCaret(), isCaretMode(), isEditable(), kdDebug(), and view().

void KHTMLPart::setEditable bool  enable  )  [slot]
 

Makes the document editable.

Setting this property to true makes the document, and its subdocuments (such as frames, iframes, objects) editable as a whole. FIXME: insert more information about navigation, features etc. as seen fit

Parameters:
enable true to set document editable, false to set it read-only.
Since:
3.2 (pending, do not use)

Definition at line 2600 of file khtml_part.cpp.

References KHTMLView::caretOff(), KHTMLView::ensureCaretVisible(), KHTMLView::initCaret(), isCaretMode(), isEditable(), and view().

void KHTMLPart::setCaretVisible bool  show  )  [slot]
 

Sets the visibility of the caret.

This methods displays or hides the caret regardless of the current caret display policy (see setCaretDisplayNonFocused), and regardless of focus.

The caret will be shown/hidden only under at least one of the following conditions:

  • the document is editable
  • the document is in caret mode
  • the document's currently focused element is editable
Parameters:
show true to make visible, false to hide.
Since:
3.2

Definition at line 2651 of file khtml_part.cpp.

References KHTMLView::caretOff(), KHTMLView::caretOn(), isCaretMode(), isEditable(), and view().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for khtml Library Version 3.4.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Nov 1 10:35:35 2005 by doxygen 1.4.3 written by Dimitri van Heesch, © 1997-2003