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

ScreenEz2SelectPlayer.h

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

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