C# Class TreeViewPulses, chronojump

Inheritance: TreeViewEvent
Mostra file Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method Description
TreeViewPulses ( ) : System
TreeViewPulses ( Gtk treeview, int newPrefsDigitsNumber, ExpandStates expandState ) : System

Protected Methods

Method Description
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[]

Private Methods

Method Description
getAVGDifference ( Pulse, newPulse, bool percent ) : double
getPulseToComparate ( Pulse, newPulse ) : double
getTimeInterval ( Pulse, newPulse, int lineCount ) : string

Method Details

TreeViewPulses() public method

public TreeViewPulses ( ) : System
return System

TreeViewPulses() public method

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

getLineToStore() protected method

protected getLineToStore ( System myObject ) : string[]
myObject System
return string[]

getNumOfSubEvents() protected method

protected getNumOfSubEvents ( System myObject ) : int
myObject System
return int

getObjectFromString() protected method

protected getObjectFromString ( string myStringOfData ) : Object
myStringOfData string
return System.Object

getSubLineToStore() protected method

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

printAVG() protected method

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

printSD() protected method

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

printTotal() protected method

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