derive ScreenPlayerOptions from ScreenOptionsMaster

This commit is contained in:
Glenn Maynard
2003-09-29 09:08:02 +00:00
parent 846c931438
commit f4bb406ee4
3 changed files with 28 additions and 457 deletions
+2 -14
View File
@@ -4,18 +4,14 @@
-----------------------------------------------------------------------------
Class: ScreenPlayerOptions
Desc: Select a song.
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
Chris Danford
-----------------------------------------------------------------------------
*/
#include "ScreenOptions.h"
#include "PrefsManager.h"
#include "ScreenOptionsMaster.h"
class ScreenPlayerOptions : public ScreenOptions
class ScreenPlayerOptions : public ScreenOptionsMaster
{
public:
ScreenPlayerOptions( CString sName );
@@ -26,17 +22,9 @@ public:
virtual void HandleScreenMessage( const ScreenMessage SM );
private:
void ImportOptions();
void ExportOptions();
void GoToNextState();
void GoToPrevState();
CString ConvertParamToThemeDifficulty( const CString &in ) const;
float ConvertModToNumber( CString value );
bool IsModTimeSpacing( CString value );
bool m_bAcceptedChoices;
bool m_bGoToOptions;
Sprite m_sprOptionsMessage;