app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.minapps.trackeditor.core.domain.tool
/
EditorTool
Editor
Tool
interface
EditorTool
Interface that every tool should implement
Inheritors
DeleteTool
DummyTool
ExportTool
FilterTool
JoinTool
ReverseTool
Members
Functions
launch
Link copied to clipboard
abstract
suspend
fun
launch
(
listener
:
ToolResultListener
,
uiContext
:
ToolUiContext
,
isSelected
:
Boolean
)