kotcity4 / kotcity.ui / GameFrame

GameFrame

class GameFrame : View, Debuggable

Constructors

<init>

GameFrame()

Properties

activeTool

var activeTool: Tool

debug

var debug: Boolean

root

val root: BorderPane

Functions

fastClicked

fun fastClicked(): Unit

loadCityPressed

fun loadCityPressed(): Unit

mediumClicked

fun mediumClicked(): Unit

newCityPressed

fun newCityPressed(): Unit

onDock

fun onDock(): Unit

quitPressed

fun quitPressed(): Unit

saveCity

fun saveCity(): Unit

saveCityAs

fun saveCityAs(): Unit

setMap

fun setMap(cityMap: CityMap): Unit

slowClicked

fun slowClicked(): Unit

zoomIn

fun zoomIn(): Unit

zoomOut

fun zoomOut(): Unit

Inherited Functions

debug

open fun debug(message: String): Unit