cleanup
This commit is contained in:
@@ -42,8 +42,6 @@ public:
|
|||||||
virtual void HandleScreenMessage( const ScreenMessage SM );
|
virtual void HandleScreenMessage( const ScreenMessage SM );
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
OptionRowType m_OptionRowType;
|
|
||||||
|
|
||||||
virtual void TweenOnScreen();
|
virtual void TweenOnScreen();
|
||||||
virtual void TweenOffScreen();
|
virtual void TweenOffScreen();
|
||||||
|
|
||||||
@@ -104,6 +102,7 @@ protected: // derived classes need access to these
|
|||||||
protected:
|
protected:
|
||||||
/* Map menu lines to m_OptionRow entries. */
|
/* Map menu lines to m_OptionRow entries. */
|
||||||
vector<OptionRow*> m_pRows;
|
vector<OptionRow*> m_pRows;
|
||||||
|
OptionRowType m_OptionRowType;
|
||||||
|
|
||||||
Navigation m_OptionsNavigation;
|
Navigation m_OptionsNavigation;
|
||||||
InputMode m_InputMode;
|
InputMode m_InputMode;
|
||||||
|
|||||||
@@ -87,11 +87,6 @@ void ScreenOptionsMemoryCard::HandleMessage( const CString& sMessage )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void ScreenOptionsMemoryCard::MenuStart( const InputEventPlus &input )
|
|
||||||
{
|
|
||||||
ScreenOptions::MenuStart( input );
|
|
||||||
}
|
|
||||||
|
|
||||||
void ScreenOptionsMemoryCard::ImportOptions( int iRow, const vector<PlayerNumber> &vpns )
|
void ScreenOptionsMemoryCard::ImportOptions( int iRow, const vector<PlayerNumber> &vpns )
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
@@ -11,8 +11,6 @@ public:
|
|||||||
|
|
||||||
virtual void HandleScreenMessage( const ScreenMessage SM );
|
virtual void HandleScreenMessage( const ScreenMessage SM );
|
||||||
|
|
||||||
virtual void MenuStart( const InputEventPlus &input );
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void ImportOptions( int iRow, const vector<PlayerNumber> &vpns );
|
void ImportOptions( int iRow, const vector<PlayerNumber> &vpns );
|
||||||
void ExportOptions( int iRow, const vector<PlayerNumber> &vpns );
|
void ExportOptions( int iRow, const vector<PlayerNumber> &vpns );
|
||||||
|
|||||||
Reference in New Issue
Block a user