working on new course edit screens

This commit is contained in:
Chris Danford
2005-08-01 05:12:06 +00:00
parent dbaec61958
commit 5e89bb8a4b
6 changed files with 254 additions and 60 deletions
+3 -2
View File
@@ -1,10 +1,10 @@
#ifndef ScreenOptionsEditCourse_H
#define ScreenOptionsEditCourse_H
#include "ScreenOptions.h"
#include "ScreenOptionsManageCourses.h"
#include "Course.h"
class ScreenOptionsEditCourse : public ScreenOptions
class ScreenOptionsEditCourse : public ScreenOptionsEditCourseSubMenu
{
public:
ScreenOptionsEditCourse( CString sName );
@@ -19,6 +19,7 @@ protected:
virtual void ExportOptions( int iRow, const vector<PlayerNumber> &vpns );
virtual void AfterChangeRow( PlayerNumber pn );
virtual void AfterChangeValueInRow( int iRow, PlayerNumber pn );
virtual void ProcessMenuStart( PlayerNumber pn, const InputEventType type );
int GetCourseEntryIndexWithFocus() const;