C# 클래스 ExportSession, chronojump

파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
preferences Preferences,

보호된 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
ExportSession ( ) : System
ExportSession ( Session, mySession, Gtk app1, Preferences, preferences ) : System

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
addHtmlIfNeeded ( string myFile ) : string
on_overwrite_file_accepted ( object o, EventArgs args ) : void

메소드 상세

ExportSession() 공개 메소드

public ExportSession ( ) : System
리턴 System

ExportSession() 공개 메소드

public ExportSession ( Session, mySession, Gtk app1, Preferences, preferences ) : System
mySession Session,
app1 Gtk
preferences Preferences,
리턴 System

checkFile() 보호된 메소드

protected checkFile ( string formatFile ) : void
formatFile string
리턴 void

closeWriter() 보호된 메소드

protected closeWriter ( ) : void
리턴 void

getData() 보호된 메소드

protected getData ( ) : void
리턴 void

getPower() 보호된 메소드

protected getPower ( double tc, double tf, double personWeight, double extraWeightInKg, double fall ) : string
tc double
tf double
personWeight double
extraWeightInKg double
fall double
리턴 string

printData() 보호된 메소드

protected printData ( ) : void
리턴 void

printFooter() 보호된 메소드

protected printFooter ( ) : void
리턴 void

printJumps() 보호된 메소드

protected printJumps ( string title ) : void
title string
리턴 void

printJumpsRj() 보호된 메소드

protected printJumpsRj ( bool showSubjumps, string title ) : void
showSubjumps bool
title string
리턴 void

printMCs() 보호된 메소드

protected printMCs ( string title ) : void
title string
리턴 void

printPersons() 보호된 메소드

protected printPersons ( ) : void
리턴 void

printPulses() 보호된 메소드

protected printPulses ( string title ) : void
title string
리턴 void

printReactionTimes() 보호된 메소드

protected printReactionTimes ( string title ) : void
title string
리턴 void

printRuns() 보호된 메소드

protected printRuns ( string title ) : void
title string
리턴 void

printRunsInterval() 보호된 메소드

protected printRunsInterval ( bool showSubruns, string title ) : void
showSubruns bool
title string
리턴 void

printSessionInfo() 보호된 메소드

protected printSessionInfo ( ) : void
리턴 void

printTitles() 보호된 메소드

protected printTitles ( string title ) : void
title string
리턴 void

writeData() 보호된 메소드

protected writeData ( ArrayList exportData ) : void
exportData ArrayList
리턴 void

writeData() 보호된 메소드

protected writeData ( string exportData ) : void
exportData string
리턴 void

프로퍼티 상세

app1 보호되어 있는 정적으로 프로퍼티

protected static Window,Gtk app1
리턴 Gtk.Window

fileName 보호되어 있는 프로퍼티

protected string fileName
리턴 string

myJumps 보호되어 있는 프로퍼티

protected string[] myJumps
리턴 string[]

myJumpsRj 보호되어 있는 프로퍼티

protected string[] myJumpsRj
리턴 string[]

myMCs 보호되어 있는 프로퍼티

protected string[] myMCs
리턴 string[]

myPersonsAndPS 보호되어 있는 프로퍼티

protected ArrayList myPersonsAndPS
리턴 ArrayList

myPulses 보호되어 있는 프로퍼티

protected string[] myPulses
리턴 string[]

myReactionTimes 보호되어 있는 프로퍼티

protected string[] myReactionTimes
리턴 string[]

myRuns 보호되어 있는 프로퍼티

protected string[] myRuns
리턴 string[]

myRunsInterval 보호되어 있는 프로퍼티

protected string[] myRunsInterval
리턴 string[]

mySession 보호되어 있는 프로퍼티

protected Session, mySession
리턴 Session,

preferences 공개적으로 프로퍼티

public Preferences, preferences
리턴 Preferences,

spreadsheetString 보호되어 있는 프로퍼티

protected string spreadsheetString
리턴 string

writer 보호되어 있는 프로퍼티

protected TextWriter writer
리턴 TextWriter