Package-level declarations

Types

Link copied to clipboard
class DeleteResourceDialog(resource: Resource) : Dialog
Link copied to clipboard
class MoveResourceDialog(val resource: Resource) : Dialog
Link copied to clipboard
class NewGameDialog(val onNewGame: (Game) -> Unit) : Dialog
Link copied to clipboard
class NewPickDialog(val game: Game, fixedPickGroup: PickGroup?, name: String = "") : Dialog

Asks about the details of a new Pick and then creates it. This dialog is used from PoseTab, GraphicTab as well as from PickerDock and ResourcesDock.

Link copied to clipboard
class NewResourceDialog(parentResource: ParentResource) : Dialog