zircon.core
/
org.hexworks.zircon.samples
/
WelcomeView
common
Welcome
View
class
WelcomeView
(tileGrid:
TileGrid
, theme:
ColorTheme
) :
BaseView
Content copied to clipboard
Functions
Properties
Sources
Functions
dock
Link copied to clipboard
common
override fun
dock
()
Content copied to clipboard
Docks this
View
to the
screen
.
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
onDock
Link copied to clipboard
common
open override fun
onDock
()
Content copied to clipboard
Callback that will be executed whenever this View is
dock
ed.
onUndock
Link copied to clipboard
common
open override fun
onUndock
()
Content copied to clipboard
Callback that will be executed whenever another View is
dock
ed.
replaceWith
Link copied to clipboard
common
override fun
replaceWith
(view:
View
)
Content copied to clipboard
Replaces this
View
with
view
.
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
screen
Link copied to clipboard
common
override val
screen
:
Screen
Content copied to clipboard
The
Screen
that's used to display the contents of this
View
.
theme
Link copied to clipboard
common
override var
theme
:
ColorTheme
Content copied to clipboard
The (mutable)
ColorTheme
.
themeProperty
Link copied to clipboard
common
open override val
themeProperty
:
Property
<
ColorTheme
>
Content copied to clipboard
Sources
(source)
Link copied to clipboard