Method |
Description |
|
AddControlPoint ( ControlPoint control ) : Id |
|
|
AddCourse ( Course course ) : Id |
|
|
AddCourseControl ( CourseControl courseControl ) : Id |
|
|
AddLeg ( Leg leg ) : Id |
|
|
AddSpecial ( Special special ) : Id |
|
|
ChangeEvent ( Event e ) : void |
|
|
CheckControlId ( Id id ) : void |
|
|
CheckCourseControlId ( Id id ) : void |
|
|
CheckCourseId ( Id id ) : void |
|
|
CheckLegId ( Id id ) : void |
|
|
CheckSpecialId ( Id id ) : void |
|
|
EventDB ( UndoMgr undomgr ) : System |
|
|
GetControl ( Id controlId ) : ControlPoint |
|
|
GetCourse ( Id courseId ) : Course |
|
|
GetCourseControl ( Id courseControlId ) : CourseControl |
|
|
GetEvent ( ) : Event |
|
|
GetLeg ( Id legId ) : Leg |
|
|
GetSpecial ( Id specialId ) : Special |
|
|
IsControlPresent ( Id id ) : bool |
|
|
IsCourseControlPresent ( Id id ) : bool |
|
|
IsCoursePresent ( Id id ) : bool |
|
|
IsLegPresent ( Id id ) : bool |
|
|
IsSpecialPresent ( Id id ) : bool |
|
|
Load ( string filename ) : void |
Load the entire state of the event DB from a file. |
|
RemoveControlPoint ( Id id ) : void |
|
|
RemoveCourse ( Id id ) : void |
|
|
RemoveCourseControl ( Id id ) : void |
|
|
RemoveLeg ( Id id ) : void |
|
|
RemoveSpecial ( Id id ) : void |
|
|
ReplaceControlPoint ( Id id, ControlPoint control ) : void |
|
|
ReplaceCourse ( Id id, Course course ) : void |
|
|
ReplaceCourseControl ( Id id, CourseControl courseControl ) : void |
|
|
ReplaceLeg ( Id id, Leg leg ) : void |
|
|
ReplaceSpecial ( Id id, Special special ) : void |
|
|
Save ( string filename ) : void |
Save the entire state of the event DB to a file. |
|
Validate ( ) : void |
Validate that items in the event DB are internally consistent. |
|