class toHelpBrowser

Widget used to display HTML of help pages. More...

Definition#include <tohelpbrowser.h>
InheritsKHTMLPart (khtml) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Slots

Signals


Detailed Description

Widget used to display HTML of help pages.

 toHelpBrowser (QWidget *parent,const char *name=NULL)

toHelpBrowser

Create a help browser.

Parameters:
parentParent widget.
nameName of widget.

bool  openURL (const KURL &url)

openURL

[virtual]

Open an URL in this widget.

Parameters:
urlURL to open.

Returns: Success of operator.

Reimplemented from KHTMLPart.

QString  source (void)

source

Get source of URL.

Returns: String containing the current localtion.

void  forward (void)

forward

[slot]

Go forward if available.

void  backward (void)

backward

[slot]

Go backward if available.

void  backwardAvailable (bool avail)

backwardAvailable

[signal]

Change availability of backward history.

Parameters:
availWether history is available.

void  forwardAvailable (bool avail)

forwardAvailable

[signal]

Change availability of forward history.

Parameters:
availWether history is available.

void  textChanged (void)

textChanged

[signal]

The contents of the browser changed.