Constructors

Link copied to clipboard
constructor(context: Context)
constructor(context: Context, attrs: AttributeSet)
constructor(context: Context, attrs: AttributeSet, defStyleAttr: Int)

Types

Link copied to clipboard
A mapper that allows you to map the IDs of AnnotationCreationToolbar menu items with the annotation tool (and variant) you want it to activate/deactivate.

Properties

Link copied to clipboard
Mapper for mapping annotation creation tool menu items with the tool/variant they want to activate.

Functions

Link copied to clipboard
Binds controller for managing annotation creation mode.
Link copied to clipboard
Returns true if the controller is bound.
Link copied to clipboard
Called when the settings changed in the active annotation creation mode.
Link copied to clipboard
Called when the annotation creation mode has changed, meaning another annotation type is being selected for creation.
Link copied to clipboard
Called when the annotation creation mode has been entered.
Link copied to clipboard
Called when the annotation creation mode has been exited.
Link copied to clipboard
Called when the menu items are being grouped.
Link copied to clipboard
open fun onUndoHistoryChanged(@NonNull undoManager: UndoManager)
Notifies the observer that the undo history has changed inside the undo manager.
Link copied to clipboard
Mapper for mapping annotation creation tool menu items with the tool/variant they want to activate.
Link copied to clipboard
open fun unbindController()
Unbinds controller for managing annotation creation mode.