abstract class Resolvable

Overview

Represents a widget which stores temporary state that can be committed or dropped on request.

Direct Known Subclasses

Defined in:

crab/common/frontend/widgets/resolvable.cr

Instance Method Summary

Instance Method Detail

abstract def apply : Nil #

Called to indicate the selection should be written back to the config.


[View source]
abstract def render : Nil #

Called once per frame for rendering the widget.


[View source]
abstract def reset : Nil #

Called to indicate the widget should be reset.


[View source]
def visible : Bool #

Whether the widget is visible.


[View source]
def visible=(visible : Bool) #

Whether the widget is visible.


[View source]