class Peridot::UI::SongWindow
- Peridot::UI::SongWindow
- Peridot::UI::Window
- Reference
- Object
Defined in:
ui.crConstructors
Instance Method Summary
- #add
- #filter(album_name : String)
-
#play
Defined Here to be overriden in child classes
- #unfilter
Instance methods inherited from class Peridot::UI::Window
add
add,
container : Peridot::TContainer
container,
current_line : String
current_line,
deselect
deselect,
draw
draw,
filter(arg)
filter,
filtered? : Bool
filtered?,
lines : Array(String)
lines,
lines=(lines : Array(String))
lines=,
play
play,
resize(dimensions)
resize,
select
select,
selected_line : Int32
selected_line,
selected_line=(selected_line : Int32)
selected_line=,
title=(title : String)
title=,
unfilter
unfilter,
update
update,
write_line(text : String, line : Int32, fg : Int32, bg : Int32)write_line(text : String, line : Int32) write_line, write_lines(lines : Array(String), selected_index : Int32)
write_lines(lines : Array(String)) write_lines
Constructor methods inherited from class Peridot::UI::Window
new(title : String, dimensions : NamedTuple(x: Int32, y: Int32, w: Int32, h: Int32), lines : Array(String))new(title : String, dimensions : NamedTuple(x: Int32, y: Int32, w: Int32, h: Int32)) new
Constructor Detail
Instance Method Detail
def play
#
Description copied from class Peridot::UI::Window
Defined Here to be overriden in child classes