Skip to content

Class

CalendarDisplay

Generated GDScript class reference for CalendarTime.CalendarDisplay.

Status
Current
Version
v2.1.1
Source updated
2026-08-09
Generated on
2026-09-26

Source: addons/calendar_time/ui/display/calendar_display.gd

Syntax

class CalendarDisplay extends Container

Members

NameKindSummary
ClockValidatorFieldDisplays the individual days in a month.
displayed_year_changedSignalEmitted when the calendar view changes to a different year.
clockPropertyClock driving the display. Reassigning after [method _ready] disconnects the old clock, connects the new one, and refreshes the date and year.
year_spin_boxPropertySpin box the player uses to change the displayed year.
tab_containerPropertyContainer that holds the per-month table tabs.
month_table_templatePropertyScene instantiated to render each month's day grid.
prev_month_buttonPropertyOptional header controls wired by the bundled template; consumers may wire their own actions instead.
next_month_buttonProperty
current_month_buttonProperty
close_buttonProperty
context_labelProperty
live_date_labelPropertyOptional label showing the bound clock's live date.
toggle_actionPropertyInput action that toggles visibility (set in ProjectSettings -> InputMap).
auto_switch_to_current_datePropertyAutomatically switch to the current month and year on date change.
shown_yearPropertyYear currently shown. Changing it refreshes the UI for the new year.
refreshMethod
clearMethod
setup_tabsMethod
toggle_displayMethod
go_to_current_monthMethod
go_to_previous_monthMethod
go_to_next_monthMethod