Dokumentaro de Gambaso
Compilation & Installation from source code
Components
gb
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

WebHitTest (gb.qt4.webkit)

This class implements the result of the WebView.HitTest() method.

This class is not creatable.

Properties
Document   Return TRUE if the hit test points at some document contents that is not a link or some image.
Editable   Return TRUE if the hit test points at some editable contents.
Element   Return the element the hit test points at.
HTML   Return the HTML of the element the hit test points at.
Image   Return TRUE if the hit test points at an image.
Link   Return TRUE if the hit test points at a link.
Selected   Return TRUE if the hit test points inside the current selection.
Url   Return the URL of what the hit test points at, or NULL if there is no URL.