OpenTTD Source
20241108-master-g80f628063a
|
Types related to the music widgets. More...
Go to the source code of this file.
Enumerations | |
enum | MusicTrackSelectionWidgets : WidgetID { WID_MTS_CAPTION , WID_MTS_LIST_LEFT , WID_MTS_PLAYLIST , WID_MTS_LIST_RIGHT , WID_MTS_MUSICSET , WID_MTS_ALL , WID_MTS_OLD , WID_MTS_NEW , WID_MTS_EZY , WID_MTS_CUSTOM1 , WID_MTS_CUSTOM2 , WID_MTS_CLEAR } |
Widgets of the MusicTrackSelectionWindow class. More... | |
enum | MusicWidgets : WidgetID { WID_M_PREV , WID_M_NEXT , WID_M_STOP , WID_M_PLAY , WID_M_SLIDERS , WID_M_MUSIC_VOL , WID_M_EFFECT_VOL , WID_M_BACKGROUND , WID_M_TRACK , WID_M_TRACK_NR , WID_M_TRACK_TITLE , WID_M_TRACK_NAME , WID_M_SHUFFLE , WID_M_PROGRAMME , WID_M_ALL , WID_M_OLD , WID_M_NEW , WID_M_EZY , WID_M_CUSTOM1 , WID_M_CUSTOM2 } |
Widgets of the MusicWindow class. More... | |
Types related to the music widgets.
Definition in file music_widget.h.
Widgets of the MusicTrackSelectionWindow class.
Enumerator | |
---|---|
WID_MTS_CAPTION | Window caption. |
WID_MTS_LIST_LEFT | Left button. |
WID_MTS_PLAYLIST | Playlist. |
WID_MTS_LIST_RIGHT | Right button. |
WID_MTS_MUSICSET | Music set selection. |
WID_MTS_ALL | All button. |
WID_MTS_OLD | Old button. |
WID_MTS_NEW | New button. |
WID_MTS_EZY | Ezy button. |
WID_MTS_CUSTOM1 | Custom1 button. |
WID_MTS_CUSTOM2 | Custom2 button. |
WID_MTS_CLEAR | Clear button. |
Definition at line 14 of file music_widget.h.
enum MusicWidgets : WidgetID |
Widgets of the MusicWindow class.
Definition at line 30 of file music_widget.h.