org.kde.koala
public class KTextBrowser extends QTextBrowser
UNKNOWN: Extended QTextBrowser.
Constructor Summary | |
---|---|
protected | KTextBrowser(Class dummy) |
KTextBrowser(QWidget parent, String name, boolean notifyClick)
Constructor. | |
KTextBrowser(QWidget parent, String name) | |
KTextBrowser(QWidget parent) | |
KTextBrowser() |
Method Summary | |
---|---|
String | className() |
protected void | contentsWheelEvent(QWheelEvent e)
Reimplemented to support Qt2 behavior (Ctrl-Wheel = fast scroll) |
protected QPopupMenu | createPopupMenu(QPoint pos)
Re-implemented for internal reasons. |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isNotifyClick()
Returns whether a click on a link should be handled internally
or if a signal should be emitted. |
protected void | keyPressEvent(QKeyEvent e)
Makes sure Key_Escape is ignored |
QMetaObject | metaObject() |
void | setNotifyClick(boolean notifyClick)
Decide whether a click on a link should be handled internally
or if a signal should be emitted. |
void | setSource(String name)
Reimplemented to NOT set the source but to do the special handling.
|
protected void | viewportMouseMoveEvent(QMouseEvent e)
Make sure we use our own hand cursor |
Parameters: parent Parent of the widget. name Widget name. notifyClick true
causes signals to be emitted.
UNKNOWN: Constructor.
UNKNOWN: Reimplemented to support Qt2 behavior (Ctrl-Wheel = fast scroll)
UNKNOWN: Re-implemented for internal reasons.
UNKNOWN: Returns whether a click on a link should be handled internally or if a signal should be emitted.
UNKNOWN: Makes sure Key_Escape is ignored
Parameters: notifyClick true
causes signals to be emitted.
UNKNOWN: Decide whether a click on a link should be handled internally or if a signal should be emitted.
UNKNOWN: Reimplemented to NOT set the source but to do the special handling.
UNKNOWN: Make sure we use our own hand cursor