C# Class PersistentTrails.TrackManager

Afficher le fichier Open project: GrJo/KSPPersistentTrails Class Usage Examples

Méthodes publiques

Свойство Type Description
Instance TrackManager
allTracks List

Méthodes publiques

Méthode Description
AddLogEntry ( String label, String description ) : void
OnFloatingOriginUpdated ( ) : void
checkGPS ( ) : bool
continueTrack ( Track track ) : void
deleteTrack ( Track &track ) : void
isRecordingAllowed ( ) : bool
restoreTracksFromFile ( ) : void
saveTracks ( ) : void
startNewTrack ( ) : void
stopRecording ( ) : void
updateAllLabelPositions ( ) : void
updateCurrentTrack ( ) : void

Private Methods

Méthode Description
TrackManager ( ) : System
clearTracks ( ) : void

Method Details

AddLogEntry() public méthode

public AddLogEntry ( String label, String description ) : void
label String
description String
Résultat void

OnFloatingOriginUpdated() public méthode

public OnFloatingOriginUpdated ( ) : void
Résultat void

checkGPS() public méthode

public checkGPS ( ) : bool
Résultat bool

continueTrack() public méthode

public continueTrack ( Track track ) : void
track Track
Résultat void

deleteTrack() public méthode

public deleteTrack ( Track &track ) : void
track Track
Résultat void

isRecordingAllowed() public méthode

public isRecordingAllowed ( ) : bool
Résultat bool

restoreTracksFromFile() public méthode

public restoreTracksFromFile ( ) : void
Résultat void

saveTracks() public méthode

public saveTracks ( ) : void
Résultat void

startNewTrack() public méthode

public startNewTrack ( ) : void
Résultat void

stopRecording() public méthode

public stopRecording ( ) : void
Résultat void

updateAllLabelPositions() public méthode

public updateAllLabelPositions ( ) : void
Résultat void

updateCurrentTrack() public méthode

public updateCurrentTrack ( ) : void
Résultat void

Property Details

Instance public_oe static_oe property

public static TrackManager,PersistentTrails Instance
Résultat TrackManager

allTracks public_oe property

public List allTracks
Résultat List