C# Class TreeViewPulses, chronojump

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

Méthodes publiques

Méthode Description
TreeViewPulses ( ) : System
TreeViewPulses ( Gtk treeview, int newPrefsDigitsNumber, ExpandStates expandState ) : System

Méthodes protégées

Méthode 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

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

Method Details

TreeViewPulses() public méthode

public TreeViewPulses ( ) : System
Résultat System

TreeViewPulses() public méthode

public TreeViewPulses ( Gtk treeview, int newPrefsDigitsNumber, ExpandStates expandState ) : System
treeview Gtk
newPrefsDigitsNumber int
expandState ExpandStates
Résultat System

getLineToStore() protected méthode

protected getLineToStore ( System myObject ) : string[]
myObject System
Résultat string[]

getNumOfSubEvents() protected méthode

protected getNumOfSubEvents ( System myObject ) : int
myObject System
Résultat int

getObjectFromString() protected méthode

protected getObjectFromString ( string myStringOfData ) : Object
myStringOfData string
Résultat System.Object

getSubLineToStore() protected méthode

protected getSubLineToStore ( System myObject, int lineCount ) : string[]
myObject System
lineCount int
Résultat string[]

printAVG() protected méthode

protected printAVG ( System myObject, int cols ) : string[]
myObject System
cols int
Résultat string[]

printSD() protected méthode

protected printSD ( System myObject, int cols ) : string[]
myObject System
cols int
Résultat string[]

printTotal() protected méthode

protected printTotal ( System myObject, int cols ) : string[]
myObject System
cols int
Résultat string[]