class UI::ValidationScenes::GalleryScene

Defined in:

ui/validation_scenes/gallery_scene.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(focal : View, focal_position : Symbol = :grid_full) #

[View source]

Class Method Detail

def self.memory_tile(symbol : String, caption : String, timestamp : String) : View #

Build an Amber-branded memory tile for the grid. symbol: SF Symbol name. caption: tile label.


[View source]

Instance Method Detail

def build : View #

Build the full scene tree. Returns a UI::View tree ready for rendering.


[View source]
def focal : View #

[View source]
def focal=(focal : View) #

[View source]
def focal_position : Symbol #

[View source]
def focal_position=(focal_position : Symbol) #

[View source]