WebHitTestResult

WebKitWebHitTestResult extends #WebKitHitTestResult to provide information about the #WebKitDOMNode in the coordinates of the Hit Test.

Constructors

this
this(WebKitWebHitTestResult* webKitWebHitTestResult, bool ownedRef)

Sets our main struct and passes it to the parent class.

Members

Functions

getNode
DOMNode getNode()

Get the #WebKitDOMNode in the coordinates of the Hit Test.

getStruct
void* getStruct()

the main Gtk struct as a void*

getWebHitTestResultStruct
WebKitWebHitTestResult* getWebHitTestResultStruct(bool transferOwnership)

Get the main Gtk struct

Static functions

getType
GType getType()

Variables

webKitWebHitTestResult
WebKitWebHitTestResult* webKitWebHitTestResult;

the main Gtk struct

Inherited Members

From HitTestResult

webKitHitTestResult
WebKitHitTestResult* webKitHitTestResult;

the main Gtk struct

getHitTestResultStruct
WebKitHitTestResult* getHitTestResultStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getType
GType getType()
contextIsEditable
bool contextIsEditable()

Gets whether %WEBKIT_HIT_TEST_RESULT_CONTEXT_EDITABLE flag is present in #WebKitHitTestResult:context.

contextIsImage
bool contextIsImage()

Gets whether %WEBKIT_HIT_TEST_RESULT_CONTEXT_IMAGE flag is present in #WebKitHitTestResult:context.

contextIsLink
bool contextIsLink()

Gets whether %WEBKIT_HIT_TEST_RESULT_CONTEXT_LINK flag is present in #WebKitHitTestResult:context.

contextIsMedia
bool contextIsMedia()

Gets whether %WEBKIT_HIT_TEST_RESULT_CONTEXT_MEDIA flag is present in #WebKitHitTestResult:context.

contextIsScrollbar
bool contextIsScrollbar()

Gets whether %WEBKIT_HIT_TEST_RESULT_CONTEXT_SCROLLBAR flag is present in #WebKitHitTestResult:context.

contextIsSelection
bool contextIsSelection()

Gets whether %WEBKIT_HIT_TEST_RESULT_CONTEXT_SELECTION flag is present in #WebKitHitTestResult:context.

getContext
uint getContext()

Gets the value of the #WebKitHitTestResult:context property.

getImageUri
string getImageUri()

Gets the value of the #WebKitHitTestResult:image-uri property.

getLinkLabel
string getLinkLabel()

Gets the value of the #WebKitHitTestResult:link-label property.

getLinkTitle
string getLinkTitle()

Gets the value of the #WebKitHitTestResult:link-title property.

getLinkUri
string getLinkUri()

Gets the value of the #WebKitHitTestResult:link-uri property.

getMediaUri
string getMediaUri()

Gets the value of the #WebKitHitTestResult:media-uri property.

Meta