Méthode | Description | |
---|---|---|
AddControlPoint ( |
||
AddCourse ( |
||
AddCourseControl ( |
||
AddLeg ( |
||
AddSpecial ( |
||
ChangeEvent ( |
||
CheckControlId ( Id |
||
CheckCourseControlId ( Id |
||
CheckCourseId ( Id |
||
CheckLegId ( Id |
||
CheckSpecialId ( Id |
||
EventDB ( UndoMgr undomgr ) : System | ||
GetControl ( Id |
||
GetCourse ( Id |
||
GetCourseControl ( Id |
||
GetEvent ( ) : |
||
GetLeg ( Id |
||
GetSpecial ( Id |
||
IsControlPresent ( Id |
||
IsCourseControlPresent ( Id |
||
IsCoursePresent ( Id |
||
IsLegPresent ( Id |
||
IsSpecialPresent ( Id |
||
Load ( string filename ) : void |
Load the entire state of the event DB from a file.
|
|
RemoveControlPoint ( Id |
||
RemoveCourse ( Id |
||
RemoveCourseControl ( Id |
||
RemoveLeg ( Id |
||
RemoveSpecial ( Id |
||
ReplaceControlPoint ( Id |
||
ReplaceCourse ( Id |
||
ReplaceCourseControl ( Id |
||
ReplaceLeg ( Id |
||
ReplaceSpecial ( Id |
||
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.
|
Méthode | Description | |
---|---|---|
FixControlPointGaps ( ) : void | ||
FixCourseSortOrders ( ) : void | ||
FixPrintAreas ( ) : void |
public AddControlPoint ( |
||
control | ||
Résultat | Id |
public AddCourseControl ( |
||
courseControl | ||
Résultat | Id |
public CheckCourseControlId ( Id |
||
id | Id |
|
Résultat | void |
public EventDB ( UndoMgr undomgr ) : System | ||
undomgr | UndoMgr | |
Résultat | System |
public GetControl ( Id |
||
controlId | Id |
|
Résultat |
public GetCourseControl ( Id |
||
courseControlId | Id |
|
Résultat |
public GetSpecial ( Id |
||
specialId | Id |
|
Résultat |
public IsCourseControlPresent ( Id |
||
id | Id |
|
Résultat | bool |
public RemoveCourseControl ( Id |
||
id | Id |
|
Résultat | void |
public ReplaceControlPoint ( Id |
||
id | Id |
|
control | ||
Résultat | void |
public ReplaceCourse ( Id |
||
id | Id |
|
course | ||
Résultat | void |
public ReplaceCourseControl ( Id |
||
id | Id |
|
courseControl | ||
Résultat | void |
public ReplaceSpecial ( Id |
||
id | Id |
|
special | ||
Résultat | void |