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
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::setMarginWidth | ( | int | x | ) |
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.
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.
void KHTMLView::setVScrollBarMode | ( | ScrollBarMode | mode | ) | [virtual] |
Sets verticals scrollbar mode.
Reimplemented for internal reasons.
Reimplemented from QScrollView.
Definition at line 2982 of file khtmlview.cpp.
void KHTMLView::setHScrollBarMode | ( | ScrollBarMode | mode | ) | [virtual] |
Sets horizontal scrollbar mode.
Reimplemented for internal reasons.
Reimplemented from QScrollView.
Definition at line 2992 of file khtmlview.cpp.
void KHTMLView::print | ( | ) |
void KHTMLView::print | ( | bool | quick | ) |
Prints the HTML document.
- Parameters:
-
quick if true, fully automated printing, without print dialog
Definition at line 2738 of file khtmlview.cpp.
void KHTMLView::layout | ( | ) |
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.
The documentation for this class was generated from the following files: