org.kde.koala
public interface KHTMLPartSignals
Method Summary | |
---|---|
void | caretPositionChanged(Node node, long offset)
void docCreated();
/*
This signal is emitted whenever the caret position has been changed.
|
void | formSubmitNotification(String action, String url, byte[] formData, String target, String contentType, String boundary)
If form notification is on, this will be emitted either for a form
submit or before the form submit according to the setting. |
void | nodeActivated(Node arg1)
This signal is emitted when an element retrieves the
keyboard focus. |
void | onURL(String url)
Emitted if the cursor is moved over an URL. |
void | popupMenu(String url, QPoint point)
Emitted when the user clicks the right mouse button on the document. |
void | selectionChanged()
This signal is emitted when the selection changes. |
Parameters: node node which the caret is in. This can be null if the caret has been deactivated. offset offset within the node. If the node is null, the offset is meaningless.
UNKNOWN:
UNKNOWN: If form notification is on, this will be emitted either for a form submit or before the form submit according to the setting.
UNKNOWN: This signal is emitted when an element retrieves the keyboard focus.
UNKNOWN: Emitted if the cursor is moved over an URL.
UNKNOWN: Emitted when the user clicks the right mouse button on the document.
UNKNOWN: This signal is emitted when the selection changes.