EditActCommands

object EditActCommands : Commands

Properties

Link copied to clipboard
val commands: MutableMap<String, Command>
Link copied to clipboard
var icons: NamedImages?
Link copied to clipboard
val JUMP_DOWN: Command
Link copied to clipboard
val JUMP_LEFT: Command
Link copied to clipboard
val JUMP_RIGHT: Command
Link copied to clipboard
val JUMP_UP: Command
Link copied to clipboard
val MOVE_DOWN: Command
Link copied to clipboard
val MOVE_LEFT: Command
Link copied to clipboard
val MOVE_RIGHT: Command
Link copied to clipboard
val MOVE_UP: Command
Link copied to clipboard
val ZOOM_IN: Command
Link copied to clipboard
val ZOOM_OUT: Command
Link copied to clipboard
val ZOOM_RESET: Command

Functions

Link copied to clipboard
fun define(name: String, text: String, keyCombination: KeyCombination?, tooltip: String?): Command
fun define(name: String, text: String, keyCombination: KeyCombination?, tooltip: String?, block: Command.() -> Unit): Command