Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

ScreenJukeboxMenu.h

Go to the documentation of this file.
00001 #ifndef SCREEN_JUKEBOX_MENU_H 00002 #define SCREEN_JUKEBOX_MENU_H 00003 00004 #include "ScreenWithMenuElements.h" 00005 #include "JukeboxMenu.h" 00006 #include "BitmapText.h" 00007 #include "RageSound.h" 00008 00009 class ScreenJukeboxMenu : public ScreenWithMenuElements 00010 { 00011 public: 00012 ScreenJukeboxMenu( CString sName ); 00013 virtual ~ScreenJukeboxMenu(); 00014 00015 virtual void Input( const DeviceInput& DeviceI, const InputEventType type, const GameInput &GameI, const MenuInput &MenuI, const StyleInput &StyleI ); 00016 00017 private: 00018 00019 void MenuUp( PlayerNumber pn ); 00020 void MenuDown( PlayerNumber pn ); 00021 void MenuLeft( PlayerNumber pn, const InputEventType type ); 00022 void MenuRight( PlayerNumber pn, const InputEventType type ); 00023 void MenuBack( PlayerNumber pn ); 00024 void MenuStart( PlayerNumber pn ); 00025 00026 JukeboxMenu m_Selector; 00027 00028 BitmapText m_textExplanation; 00029 }; 00030 00031 #endif 00032 00033 /* 00034 * (c) 2003-2004 Chris Danford 00035 * All rights reserved. 00036 * 00037 * Permission is hereby granted, free of charge, to any person obtaining a 00038 * copy of this software and associated documentation files (the 00039 * "Software"), to deal in the Software without restriction, including 00040 * without limitation the rights to use, copy, modify, merge, publish, 00041 * distribute, and/or sell copies of the Software, and to permit persons to 00042 * whom the Software is furnished to do so, provided that the above 00043 * copyright notice(s) and this permission notice appear in all copies of 00044 * the Software and that both the above copyright notice(s) and this 00045 * permission notice appear in supporting documentation. 00046 * 00047 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 00048 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 00049 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF 00050 * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS 00051 * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT 00052 * OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 00053 * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 00054 * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 00055 * PERFORMANCE OF THIS SOFTWARE. 00056 */

Generated on Thu Jan 27 20:57:31 2005 for StepMania by doxygen 1.3.7