Home
last modified time | relevance | path

Searched refs:GetVehicleSorterNames (Results 1 – 3 of 3) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dvehicle_gui_base.h119 const StringID *GetVehicleSorterNames() in GetVehicleSorterNames() function
H A Dgroup_gui.cpp544 …this->GetWidget<NWidgetCore>(WID_GL_SORT_BY_DROPDOWN)->widget_data = this->GetVehicleSorterNames()… in OnPaint()
660 …ShowDropDownMenu(this, this->GetVehicleSorterNames(), this->vehgroups.SortType(), WID_GL_SORT_BY_… in OnClick()
H A Dvehicle_gui.cpp1817 …this->GetWidget<NWidgetCore>(WID_VL_SORT_BY_PULLDOWN)->widget_data = this->GetVehicleSorterNames()… in OnPaint()
1841 …ShowDropDownMenu(this, this->GetVehicleSorterNames(), this->vehgroups.SortType(), WID_VL_SORT_BY_P… in OnClick()