|
OpenTTD Source 20251116-master-g21329071df
|
Functions related to the graphical selection of a date. More...
Go to the source code of this file.
Typedefs | |
| using | SetDateCallback = std::function< void(const Window *w, TimerGameEconomy::Date date)> |
| Callback for when a date has been chosen. | |
Functions | |
| void | ShowSetDateWindow (Window *parent, int window_number, TimerGameEconomy::Date initial_date, TimerGameEconomy::Year min_year, TimerGameEconomy::Year max_year, SetDateCallback &&callback) |
| Create the new 'set date' window. | |
Functions related to the graphical selection of a date.
Definition in file date_gui.h.
| using SetDateCallback = std::function<void (const Window *w, TimerGameEconomy::Date date)> |
Callback for when a date has been chosen.
| w | the window that sends the callback |
| date | the date that has been chosen |
Definition at line 21 of file date_gui.h.
| void ShowSetDateWindow | ( | Window * | parent, |
| int | window_number, | ||
| TimerGameEconomy::Date | initial_date, | ||
| TimerGameEconomy::Year | min_year, | ||
| TimerGameEconomy::Year | max_year, | ||
| SetDateCallback && | callback | ||
| ) |
Create the new 'set date' window.
| window_number | number for the window |
| parent | the parent window, i.e. if this closes we should close too |
| initial_date | the initial date to show |
| min_year | the minimum year to show in the year dropdown |
| max_year | the maximum year (inclusive) to show in the year dropdown |
| callback | the callback to call once a date has been selected |
Definition at line 214 of file date_gui.cpp.
References _set_date_desc, CloseWindowByClass(), and WC_SET_DATE.
Referenced by TimetableWindow::OnClick().