C# Class TreeViewJumpsRj, chronojump

Inheritance: TreeViewJumps
显示文件 Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method Description
TreeViewJumpsRj ( Gtk treeview, Preferences, preferences, 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[]

Method Details

TreeViewJumpsRj() public method

public TreeViewJumpsRj ( Gtk treeview, Preferences, preferences, ExpandStates expandState ) : System
treeview Gtk
preferences Preferences,
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[]