abstract class Resolvable
- Resolvable
- Reference
- Object
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.crInstance Method Summary
-
#apply : Nil
Called to indicate the selection should be written back to the config.
-
#render : Nil
Called once per frame for rendering the widget.
-
#reset : Nil
Called to indicate the widget should be reset.
-
#visible : Bool
Whether the widget is visible.
-
#visible=(visible : Bool)
Whether the widget is visible.