summaryrefslogtreecommitdiff
path: root/src/widgets/vehicle_widget.h
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-19 20:46:17 +0000
committertruebrain <truebrain@openttd.org>2011-12-19 20:46:17 +0000
commitbcbdc3933c4aeff90692a1059375b1f590e7c904 (patch)
treee88b733b9ea32dc510656e425a85b94c779323ee /src/widgets/vehicle_widget.h
parent285621eb9ab8218206c99f7338a740fd634e3061 (diff)
downloadopenttd-bcbdc3933c4aeff90692a1059375b1f590e7c904.tar.xz
(svn r23600) -Codechange: link WC+number to a Widget, and the Widget to a Window class
Diffstat (limited to 'src/widgets/vehicle_widget.h')
-rw-r--r--src/widgets/vehicle_widget.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widgets/vehicle_widget.h b/src/widgets/vehicle_widget.h
index 075d3c99b..ac15d652d 100644
--- a/src/widgets/vehicle_widget.h
+++ b/src/widgets/vehicle_widget.h
@@ -12,7 +12,7 @@
#ifndef WIDGETS_VEHICLE_WIDGET_H
#define WIDGETS_VEHICLE_WIDGET_H
-/** Widgets of the WC_VEHICLE_VIEW. */
+/** Widgets of the #VehicleViewWindow class. */
enum VehicleViewWidgets {
WID_VV_CAPTION, ///< Caption of window.
WID_VV_VIEWPORT, ///< Viewport widget.
@@ -29,7 +29,7 @@ enum VehicleViewWidgets {
WID_VV_FORCE_PROCEED, ///< Force this vehicle to pass a signal at danger.
};
-/** Widgets of the WC_VEHICLE_REFIT. */
+/** Widgets of the #RefitWindow class. */
enum VehicleRefitWidgets {
WID_VR_CAPTION, ///< Caption of window.
WID_VR_VEHICLE_PANEL_DISPLAY, ///< Display with a representation of the vehicle to refit.
@@ -42,7 +42,7 @@ enum VehicleRefitWidgets {
WID_VR_REFIT, ///< Perform the refit.
};
-/** Widgets of the WC_VEHICLE_DETAILS. */
+/** Widgets of the #VehicleDetailsWindow class. */
enum VehicleDetailsWidgets {
WID_VD_CAPTION, ///< Caption of window.
WID_VD_RENAME_VEHICLE, ///< Rename this vehicle.
@@ -59,7 +59,7 @@ enum VehicleDetailsWidgets {
WID_VD_DETAILS_TOTAL_CARGO, ///< Show the capacity and carried cargo amounts aggregrated per cargo of the train.
};
-/** Widgets of the vehicle lists (WC_TRAINS_LIST, WC_ROADVEH_LIST, WC_SHIPS_LIST, WC_AIRCRAFT_LIST). */
+/** Widgets of the #VehicleListWindow class. */
enum VehicleListWidgets {
WID_VL_CAPTION, ///< Caption of window.
WID_VL_SORT_ORDER, ///< Sort order.