|
OpenTTD Source 20251213-master-g1091fa6071
|
Types related to the sign widgets. More...
Go to the source code of this file.
Enumerations | |
| enum | SignListWidgets : WidgetID { WID_SIL_CAPTION , WID_SIL_LIST , WID_SIL_SCROLLBAR , WID_SIL_FILTER_TEXT , WID_SIL_FILTER_MATCH_CASE_BTN } |
| Widgets of the SignListWindow class. More... | |
| enum | QueryEditSignWidgets : WidgetID { WID_QES_CAPTION , WID_QES_LOCATION , WID_QES_TEXT , WID_QES_OK , WID_QES_CANCEL , WID_QES_DELETE , WID_QES_COLOUR_PANE , WID_QES_COLOUR , WID_QES_MOVE , WID_QES_PREVIOUS , WID_QES_NEXT } |
| Widgets of the SignWindow class. More... | |
Types related to the sign widgets.
Definition in file sign_widget.h.
| enum QueryEditSignWidgets : WidgetID |
Widgets of the SignWindow class.
| Enumerator | |
|---|---|
| WID_QES_CAPTION | Caption of the window. |
| WID_QES_LOCATION | Scroll to sign location. |
| WID_QES_TEXT | Text of the query. |
| WID_QES_OK | OK button. |
| WID_QES_CANCEL | Cancel button. |
| WID_QES_DELETE | Delete button. |
| WID_QES_COLOUR_PANE | Pane to show/hide the color dropdown. |
| WID_QES_COLOUR | Colour selection dropdown. |
| WID_QES_MOVE | Move Sign button. |
| WID_QES_PREVIOUS | Previous button. |
| WID_QES_NEXT | Next button. |
Definition at line 24 of file sign_widget.h.
| enum SignListWidgets : WidgetID |
Widgets of the SignListWindow class.
| Enumerator | |
|---|---|
| WID_SIL_CAPTION | Caption of the window. |
| WID_SIL_LIST | List of signs. |
| WID_SIL_SCROLLBAR | Scrollbar of list. |
| WID_SIL_FILTER_TEXT | Text box for typing a filter string. |
| WID_SIL_FILTER_MATCH_CASE_BTN | Button to toggle if case sensitive filtering should be used. |
Definition at line 14 of file sign_widget.h.