C# Class ExportSession, chronojump

Afficher le fichier Open project: GNOME/chronojump Class Usage Examples

Méthodes publiques

Свойство Type Description
preferences Preferences,

Protected Properties

Свойство Type Description
app1 Gtk.Window
fileName string
myJumps string[]
myJumpsRj string[]
myMCs string[]
myPersonsAndPS ArrayList
myPulses string[]
myReactionTimes string[]
myRuns string[]
myRunsInterval string[]
mySession Session,
spreadsheetString string
writer TextWriter

Méthodes publiques

Méthode Description
ExportSession ( ) : System
ExportSession ( Session, mySession, Gtk app1, Preferences, preferences ) : System

Méthodes protégées

Méthode Description
checkFile ( string formatFile ) : void
closeWriter ( ) : void
getData ( ) : void
getPower ( double tc, double tf, double personWeight, double extraWeightInKg, double fall ) : string
printData ( ) : void
printFooter ( ) : void
printJumps ( string title ) : void
printJumpsRj ( bool showSubjumps, string title ) : void
printMCs ( string title ) : void
printPersons ( ) : void
printPulses ( string title ) : void
printReactionTimes ( string title ) : void
printRuns ( string title ) : void
printRunsInterval ( bool showSubruns, string title ) : void
printSessionInfo ( ) : void
printTitles ( string title ) : void
writeData ( ArrayList exportData ) : void
writeData ( string exportData ) : void

Private Methods

Méthode Description
addHtmlIfNeeded ( string myFile ) : string
on_overwrite_file_accepted ( object o, EventArgs args ) : void

Method Details

ExportSession() public méthode

public ExportSession ( ) : System
Résultat System

ExportSession() public méthode

public ExportSession ( Session, mySession, Gtk app1, Preferences, preferences ) : System
mySession Session,
app1 Gtk
preferences Preferences,
Résultat System

checkFile() protected méthode

protected checkFile ( string formatFile ) : void
formatFile string
Résultat void

closeWriter() protected méthode

protected closeWriter ( ) : void
Résultat void

getData() protected méthode

protected getData ( ) : void
Résultat void

getPower() protected méthode

protected getPower ( double tc, double tf, double personWeight, double extraWeightInKg, double fall ) : string
tc double
tf double
personWeight double
extraWeightInKg double
fall double
Résultat string

printData() protected méthode

protected printData ( ) : void
Résultat void

printFooter() protected méthode

protected printFooter ( ) : void
Résultat void

printJumps() protected méthode

protected printJumps ( string title ) : void
title string
Résultat void

printJumpsRj() protected méthode

protected printJumpsRj ( bool showSubjumps, string title ) : void
showSubjumps bool
title string
Résultat void

printMCs() protected méthode

protected printMCs ( string title ) : void
title string
Résultat void

printPersons() protected méthode

protected printPersons ( ) : void
Résultat void

printPulses() protected méthode

protected printPulses ( string title ) : void
title string
Résultat void

printReactionTimes() protected méthode

protected printReactionTimes ( string title ) : void
title string
Résultat void

printRuns() protected méthode

protected printRuns ( string title ) : void
title string
Résultat void

printRunsInterval() protected méthode

protected printRunsInterval ( bool showSubruns, string title ) : void
showSubruns bool
title string
Résultat void

printSessionInfo() protected méthode

protected printSessionInfo ( ) : void
Résultat void

printTitles() protected méthode

protected printTitles ( string title ) : void
title string
Résultat void

writeData() protected méthode

protected writeData ( ArrayList exportData ) : void
exportData ArrayList
Résultat void

writeData() protected méthode

protected writeData ( string exportData ) : void
exportData string
Résultat void

Property Details

app1 protected_oe static_oe property

protected static Window,Gtk app1
Résultat Gtk.Window

fileName protected_oe property

protected string fileName
Résultat string

myJumps protected_oe property

protected string[] myJumps
Résultat string[]

myJumpsRj protected_oe property

protected string[] myJumpsRj
Résultat string[]

myMCs protected_oe property

protected string[] myMCs
Résultat string[]

myPersonsAndPS protected_oe property

protected ArrayList myPersonsAndPS
Résultat ArrayList

myPulses protected_oe property

protected string[] myPulses
Résultat string[]

myReactionTimes protected_oe property

protected string[] myReactionTimes
Résultat string[]

myRuns protected_oe property

protected string[] myRuns
Résultat string[]

myRunsInterval protected_oe property

protected string[] myRunsInterval
Résultat string[]

mySession protected_oe property

protected Session, mySession
Résultat Session,

preferences public_oe property

public Preferences, preferences
Résultat Preferences,

spreadsheetString protected_oe property

protected string spreadsheetString
Résultat string

writer protected_oe property

protected TextWriter writer
Résultat TextWriter