class ViewSerial
- ViewSerial
- Reference
- Object
Defined in:
view.crConstructors
Instance Method Summary
- #find(step : Time::Span, continue : Bool, over_all : Bool)
- #find_next(continue, over_all)
- #find_prev(continue, over_all)
- #get_last_candidate_year
- #render(window_width)
- #render_day(cursor, line_days, line_weekdays, line_separator, month_sep, highlight)
- #render_event(cursor, buf_events, is_first_column, last_covers, covers, highlight)
- #render_month_year(cursor, line_months, line_days, last_month)
- #resize(window_width : Int32)
- #set_start_date(date : Time)
- #shift_date(delta, locked)
- #shift_vcursor(offset)
Constructor Detail
def self.new(rows : Hash(String, Hash(String, AnnotatedSpec)), today : Time, start_date : Time, cursor_offset : Int32)
#
Instance Method Detail
def render_day(cursor, line_days, line_weekdays, line_separator, month_sep, highlight)
#
def render_event(cursor, buf_events, is_first_column, last_covers, covers, highlight)
#