org.kde.koala
public class KHTMLView extends QScrollView
UNKNOWN: Renders and displays HTML in a QScrollView.
| Constructor Summary | |
|---|---|
| protected | KHTMLView(Class dummy) |
| KHTMLView(KHTMLPart part, QWidget parent, String name)
Constructs a KHTMLView. | |
| KHTMLView(KHTMLPart part, QWidget parent) | |
| Method Summary | |
|---|---|
| String | className() |
| protected void | clear() |
| protected void | closeEvent(QCloseEvent arg1) |
| protected void | contentsContextMenuEvent(QContextMenuEvent _ce) |
| void | displayAccessKeys()
Display all accesskeys in small tooltips |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | doAutoScroll() |
| protected void | dragEnterEvent(QDragEnterEvent arg1) |
| protected void | drawContents(QPainter p, int clipx, int clipy, int clipw, int cliph) |
| protected void | drawContents(QPainter arg1) |
| protected void | dropEvent(QDropEvent arg1) |
| boolean | eventFilter(QObject arg1, QEvent arg2) |
| protected void | finalize() Deletes the wrapped C++ instance |
| protected void | focusInEvent(QFocusEvent arg1) |
| protected boolean | focusNextPrevChild(boolean next) |
| protected void | focusOutEvent(QFocusEvent arg1) |
| int | frameWidth() |
| protected void | hideEvent(QHideEvent arg1) |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| protected void | keyPressEvent(QKeyEvent _ke) |
| protected void | keyReleaseEvent(QKeyEvent _ke) |
| int | marginHeight()
Returns the margin height.
|
| int | marginWidth()
Returns the margin width.
|
| QMetaObject | metaObject() |
| KHTMLPart | part()
Returns a pointer to the KHTMLPart that is
rendering the page. |
| void | print()
Prints the HTML document. |
| void | print(boolean quick)
Prints the HTML document. |
| protected void | resizeEvent(QResizeEvent event) |
| void | setHScrollBarMode(int mode)
Sets horizontal scrollbar mode. |
| void | setMarginHeight(int y) |
| void | setMarginWidth(int x)
Sets a margin in x direction. |
| void | setVScrollBarMode(int mode)
Sets verticals scrollbar mode. |
| void | showEvent(QShowEvent arg1) |
| protected void | slotPaletteChanged() |
| protected void | slotScrollBarMoved() |
| protected void | timerEvent(QTimerEvent arg1) |
| void | updateLayout()
ensure the display is up to date |
| protected void | viewportMouseDoubleClickEvent(QMouseEvent arg1) |
| protected void | viewportMouseMoveEvent(QMouseEvent arg1) |
| protected void | viewportMousePressEvent(QMouseEvent arg1) |
| protected void | viewportMouseReleaseEvent(QMouseEvent arg1) |
| protected void | viewportResizeEvent(QResizeEvent arg1) |
| protected void | viewportWheelEvent(QWheelEvent arg1) |
UNKNOWN: Constructs a KHTMLView.
UNKNOWN: Display all accesskeys in small tooltips
UNKNOWN: Returns the margin height.
UNKNOWN: Returns the margin width.
UNKNOWN: Returns a pointer to the KHTMLPart that is rendering the page.
UNKNOWN: Prints the HTML document.
Parameters: quick if true, fully automated printing, without print dialog
UNKNOWN: Prints the HTML document.
UNKNOWN: Sets horizontal scrollbar mode.
UNKNOWN: Sets a margin in x direction.
UNKNOWN: Sets verticals scrollbar mode.
UNKNOWN: ensure the display is up to date