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

ScreenJukebox.h

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

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