Property | Type | Description | |
---|---|---|---|
preferences | Preferences, |
Property | 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 |
Method | Description | |
---|---|---|
ExportSession ( ) : System | ||
ExportSession ( Session, mySession, Gtk app1, Preferences, preferences ) : System |
Method | 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 |
Method | Description | |
---|---|---|
addHtmlIfNeeded ( string myFile ) : string | ||
on_overwrite_file_accepted ( object o, EventArgs args ) : void |
public ExportSession ( Session, mySession, Gtk app1, Preferences, preferences ) : System | ||
mySession | Session, | |
app1 | Gtk | |
preferences | Preferences, | |
return | System |
protected checkFile ( string formatFile ) : void | ||
formatFile | string | |
return | void |
protected getPower ( double tc, double tf, double personWeight, double extraWeightInKg, double fall ) : string | ||
tc | double | |
tf | double | |
personWeight | double | |
extraWeightInKg | double | |
fall | double | |
return | string |
protected printJumpsRj ( bool showSubjumps, string title ) : void | ||
showSubjumps | bool | |
title | string | |
return | void |
protected printPulses ( string title ) : void | ||
title | string | |
return | void |
protected printReactionTimes ( string title ) : void | ||
title | string | |
return | void |
protected printRunsInterval ( bool showSubruns, string title ) : void | ||
showSubruns | bool | |
title | string | |
return | void |
protected printTitles ( string title ) : void | ||
title | string | |
return | void |
protected writeData ( ArrayList exportData ) : void | ||
exportData | ArrayList | |
return | void |
protected writeData ( string exportData ) : void | ||
exportData | string | |
return | void |