WebHitTest (gb.qt4.webkit)

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

Esta clase no es instanciable.

Propiedades
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.