OpenTTD Source  20241108-master-g80f628063a
music_widget.h
Go to the documentation of this file.
1 /*
2  * This file is part of OpenTTD.
3  * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
4  * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
5  * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
6  */
7 
10 #ifndef WIDGETS_MUSIC_WIDGET_H
11 #define WIDGETS_MUSIC_WIDGET_H
12 
27 };
28 
51 };
52 
53 #endif /* WIDGETS_MUSIC_WIDGET_H */
MusicTrackSelectionWidgets
Widgets of the MusicTrackSelectionWindow class.
Definition: music_widget.h:14
@ WID_MTS_OLD
Old button.
Definition: music_widget.h:21
@ WID_MTS_CUSTOM2
Custom2 button.
Definition: music_widget.h:25
@ WID_MTS_ALL
All button.
Definition: music_widget.h:20
@ WID_MTS_CUSTOM1
Custom1 button.
Definition: music_widget.h:24
@ WID_MTS_LIST_LEFT
Left button.
Definition: music_widget.h:16
@ WID_MTS_EZY
Ezy button.
Definition: music_widget.h:23
@ WID_MTS_CLEAR
Clear button.
Definition: music_widget.h:26
@ WID_MTS_LIST_RIGHT
Right button.
Definition: music_widget.h:18
@ WID_MTS_NEW
New button.
Definition: music_widget.h:22
@ WID_MTS_PLAYLIST
Playlist.
Definition: music_widget.h:17
@ WID_MTS_MUSICSET
Music set selection.
Definition: music_widget.h:19
@ WID_MTS_CAPTION
Window caption.
Definition: music_widget.h:15
MusicWidgets
Widgets of the MusicWindow class.
Definition: music_widget.h:30
@ WID_M_PREV
Previous button.
Definition: music_widget.h:31
@ WID_M_TRACK_NAME
Track name.
Definition: music_widget.h:42
@ WID_M_NEXT
Next button.
Definition: music_widget.h:32
@ WID_M_NEW
New button.
Definition: music_widget.h:47
@ WID_M_TRACK_TITLE
Track title.
Definition: music_widget.h:41
@ WID_M_STOP
Stop button.
Definition: music_widget.h:33
@ WID_M_BACKGROUND
Background of the window.
Definition: music_widget.h:38
@ WID_M_ALL
All button.
Definition: music_widget.h:45
@ WID_M_CUSTOM2
Custom2 button.
Definition: music_widget.h:50
@ WID_M_CUSTOM1
Custom1 button.
Definition: music_widget.h:49
@ WID_M_TRACK
Track playing.
Definition: music_widget.h:39
@ WID_M_OLD
Old button.
Definition: music_widget.h:46
@ WID_M_SLIDERS
Sliders.
Definition: music_widget.h:35
@ WID_M_SHUFFLE
Shuffle button.
Definition: music_widget.h:43
@ WID_M_EZY
Ezy button.
Definition: music_widget.h:48
@ WID_M_MUSIC_VOL
Music volume.
Definition: music_widget.h:36
@ WID_M_EFFECT_VOL
Effect volume.
Definition: music_widget.h:37
@ WID_M_TRACK_NR
Track number.
Definition: music_widget.h:40
@ WID_M_PROGRAMME
Program button.
Definition: music_widget.h:44
@ WID_M_PLAY
Play button.
Definition: music_widget.h:34
int WidgetID
Widget ID.
Definition: window_type.h:18