C# 클래스 TreeViewPulses, chronojump

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

공개 메소드들

메소드 설명
TreeViewPulses ( ) : System
TreeViewPulses ( Gtk treeview, int newPrefsDigitsNumber, ExpandStates expandState ) : System

보호된 메소드들

메소드 설명
getLineToStore ( System myObject ) : string[]
getNumOfSubEvents ( System myObject ) : int
getObjectFromString ( string myStringOfData ) : Object
getSubLineToStore ( System myObject, int lineCount ) : string[]
printAVG ( System myObject, int cols ) : string[]
printSD ( System myObject, int cols ) : string[]
printTotal ( System myObject, int cols ) : string[]

비공개 메소드들

메소드 설명
getAVGDifference ( Pulse, newPulse, bool percent ) : double
getPulseToComparate ( Pulse, newPulse ) : double
getTimeInterval ( Pulse, newPulse, int lineCount ) : string

메소드 상세

TreeViewPulses() 공개 메소드

public TreeViewPulses ( ) : System
리턴 System

TreeViewPulses() 공개 메소드

public TreeViewPulses ( Gtk treeview, int newPrefsDigitsNumber, ExpandStates expandState ) : System
treeview Gtk
newPrefsDigitsNumber int
expandState ExpandStates
리턴 System

getLineToStore() 보호된 메소드

protected getLineToStore ( System myObject ) : string[]
myObject System
리턴 string[]

getNumOfSubEvents() 보호된 메소드

protected getNumOfSubEvents ( System myObject ) : int
myObject System
리턴 int

getObjectFromString() 보호된 메소드

protected getObjectFromString ( string myStringOfData ) : Object
myStringOfData string
리턴 System.Object

getSubLineToStore() 보호된 메소드

protected getSubLineToStore ( System myObject, int lineCount ) : string[]
myObject System
lineCount int
리턴 string[]

printAVG() 보호된 메소드

protected printAVG ( System myObject, int cols ) : string[]
myObject System
cols int
리턴 string[]

printSD() 보호된 메소드

protected printSD ( System myObject, int cols ) : string[]
myObject System
cols int
리턴 string[]

printTotal() 보호된 메소드

protected printTotal ( System myObject, int cols ) : string[]
myObject System
cols int
리턴 string[]