music_widget.h

Go to the documentation of this file.
00001 /* $Id: music_widget.h 23600 2011-12-19 20:46:17Z truebrain $ */
00002 
00003 /*
00004  * This file is part of OpenTTD.
00005  * 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.
00006  * 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.
00007  * 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/>.
00008  */
00009 
00012 #ifndef WIDGETS_MUSIC_WIDGET_H
00013 #define WIDGETS_MUSIC_WIDGET_H
00014 
00016 enum MusicTrackSelectionWidgets {
00017   WID_MTS_LIST_LEFT,  
00018   WID_MTS_PLAYLIST,   
00019   WID_MTS_LIST_RIGHT, 
00020   WID_MTS_ALL,        
00021   WID_MTS_OLD,        
00022   WID_MTS_NEW,        
00023   WID_MTS_EZY,        
00024   WID_MTS_CUSTOM1,    
00025   WID_MTS_CUSTOM2,    
00026   WID_MTS_CLEAR,      
00027 };
00028 
00030 enum MusicWidgets {
00031   WID_M_PREV,        
00032   WID_M_NEXT,        
00033   WID_M_STOP,        
00034   WID_M_PLAY,        
00035   WID_M_SLIDERS,     
00036   WID_M_MUSIC_VOL,   
00037   WID_M_EFFECT_VOL,  
00038   WID_M_BACKGROUND,  
00039   WID_M_TRACK,       
00040   WID_M_TRACK_NR,    
00041   WID_M_TRACK_TITLE, 
00042   WID_M_TRACK_NAME,  
00043   WID_M_SHUFFLE,     
00044   WID_M_PROGRAMME,   
00045   WID_M_ALL,         
00046   WID_M_OLD,         
00047   WID_M_NEW,         
00048   WID_M_EZY,         
00049   WID_M_CUSTOM1,     
00050   WID_M_CUSTOM2,     
00051 };
00052 
00053 #endif /* WIDGETS_MUSIC_WIDGET_H */