|
OpenTTD Source
14.0-beta3
|
Go to the source code of this file.
Typedefs | |
| typedef void | SetDateCallback(const Window *w, TimerGameEconomy::Date date, void *data) |
| Callback for when a date has been chosen. More... | |
Functions | |
| void | ShowSetDateWindow (Window *parent, int window_number, TimerGameEconomy::Date initial_date, TimerGameEconomy::Year min_year, TimerGameEconomy::Year max_year, SetDateCallback *callback, void *callback_data) |
| Create the new 'set date' window. More... | |
Functions related to the graphical selection of a date.
Definition in file date_gui.h.
| typedef void SetDateCallback(const Window *w, TimerGameEconomy::Date date, void *data) |
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, | ||
| void * | callback_data | ||
| ) |
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 |
| callback_data | extra callback data |
Definition at line 215 of file date_gui.cpp.
References _set_date_desc, CloseWindowByClass(), and WC_SET_DATE.