KHTMLView Class Reference
#include <khtmlview.h>
Inheritance diagram for KHTMLView:

Detailed Description
Renders and displays HTML in a QScrollView.Suitable for use as an application's main view.
Definition at line 78 of file khtmlview.h.
Constructor & Destructor Documentation
Member Function Documentation
void KHTMLView::displayAccessKeys | ( | ) |
void KHTMLView::finishedLayout | ( | ) | [signal] |
This signal is used for internal layouting.
Don't use it to check if rendering finished. Use KHTMLPart completed() signal instead.
void KHTMLView::layout | ( | ) |
int KHTMLView::marginHeight | ( | ) | [inline] |
Returns the margin height.
A return value of -1 means the default value will be used.
Definition at line 139 of file khtmlview.h.
int KHTMLView::marginWidth | ( | ) | const [inline] |
Returns the margin width.
A return value of -1 means the default value will be used.
Definition at line 127 of file khtmlview.h.
KHTMLPart* KHTMLView::part | ( | ) | const [inline] |
Returns a pointer to the KHTMLPart that is rendering the page.
Definition at line 113 of file khtmlview.h.
void KHTMLView::print | ( | bool | quick | ) |
Prints the HTML document.
- Parameters:
-
quick if true, fully automated printing, without print dialog
Definition at line 2737 of file khtmlview.cpp.
void KHTMLView::print | ( | ) |
void KHTMLView::setHScrollBarMode | ( | ScrollBarMode | mode | ) | [virtual] |
Sets horizontal scrollbar mode.
Reimplemented for internal reasons.
Reimplemented from QScrollView.
Definition at line 2991 of file khtmlview.cpp.
void KHTMLView::setMarginWidth | ( | int | x | ) |
void KHTMLView::setVScrollBarMode | ( | ScrollBarMode | mode | ) | [virtual] |
Sets verticals scrollbar mode.
Reimplemented for internal reasons.
Reimplemented from QScrollView.
Definition at line 2981 of file khtmlview.cpp.
The documentation for this class was generated from the following files: