class BiosSelection
- BiosSelection
- Resolvable
- Reference
- Object
Defined in:
crab/common/frontend/widgets/bios_selection.crConstant Summary
-
RED_TEXT_COL =
ImGui::ImVec4.new(1, 0.5, 0.5, 1)
Constructors
Instance 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.
Instance methods inherited from class Resolvable
apply : Nil
apply,
render : Nil
render,
reset : Nil
reset,
visible : Bool
visible,
visible=(visible : Bool)
visible=
Constructor Detail
Instance Method Detail
def apply : Nil
#
Description copied from class Resolvable
Called to indicate the selection should be written back to the config.
def render : Nil
#
Description copied from class Resolvable
Called once per frame for rendering the widget.
def reset : Nil
#
Description copied from class Resolvable
Called to indicate the widget should be reset.