OpenTTD Source
20241108-master-g80f628063a
|
Expense list container. More...
Public Member Functions | |
ExpensesList (StringID title, const std::initializer_list< ExpensesType > &list) | |
uint | GetHeight () const |
uint | GetListWidth () const |
Compute width of the expenses categories in pixels. | |
Data Fields | |
const StringID | title |
StringID of list title. | |
const std::initializer_list< ExpensesType > & | items |
List of expenses types. | |
Expense list container.
Definition at line 85 of file company_gui.cpp.