(svn r25365) -Feature: show cargo by next hops and final destinations in the station GUI

This commit is contained in:
fonsinchen
2013-06-09 13:08:52 +00:00
parent 5cd8240544
commit 7b2f8a885e
6 changed files with 1068 additions and 134 deletions

View File

@@ -15,6 +15,10 @@
/** Widgets of the #StationViewWindow class. */
enum StationViewWidgets {
WID_SV_CAPTION, ///< Caption of the window.
WID_SV_SORT_ORDER, ///< 'Sort order' button
WID_SV_SORT_BY, ///< 'Sort by' button
WID_SV_GROUP, ///< label for "group by"
WID_SV_GROUP_BY, ///< 'Group by' button
WID_SV_WAITING, ///< List of waiting cargo.
WID_SV_SCROLLBAR, ///< Scrollbar.
WID_SV_ACCEPT_RATING_LIST, ///< List of accepted cargoes / rating of cargoes.