LinksControl

Bases: PluginTemplateMixin

See the Links Control Plugin Documentation for more details.

Note

Changing linking after adding markers via add_markers is unsupported and will raise an error requiring resetting the markers manually via add_markers or clicking a button in the plugin first.

Only the following attributes and methods are available through the public plugin API:

Public constructor

Attributes Summary

link_type_items

An instance of a Python list.

link_type_selected

A trait for unicode strings.

linking_in_progress

A boolean (True, False) trait.

need_clear_markers

A boolean (True, False) trait.

template_file

user_api

wcs_use_affine

A boolean (True, False) trait.

wcs_use_fallback

A boolean (True, False) trait.

Methods Summary

vue_reset_markers(*args)

Attributes Documentation

An instance of a Python list.

A trait for unicode strings.

A boolean (True, False) trait.

A boolean (True, False) trait.

A boolean (True, False) trait.

A boolean (True, False) trait.

Methods Documentation