IDocumentViewCallback

Description

interface Tinman.Engine.GUI.Components.IDocumentViewCallback

Callback methods for DocumentView components.

Public / Methods

Get​Resource


public method GetResource → (2)

view in : DocumentView

[not-null]
The document view component.

image in : ImageNode

[not-null]
The image node.

returns → IResourceHandle

A resource handle for the visual to display (see remarks) or null if not found.

Returns a resource handle for loading the content of the given image.

The returned resource handle may produce one of the following resource objects:

Link​Clicked


public method LinkClicked → (2)

view in : DocumentView

[not-null]
The document view component.

link in : LinkNode

[not-null]
The link node.

A link has been clicked.