C# Class TreeViewMultiChronopic, chronojump

Inheritance: TreeViewEvent
Exibir arquivo Open project: GNOME/chronojump Class Usage Examples

Protected Properties

Property Type Description
personName string

Public Methods

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

Protected Methods

Method Description
addStatisticInfo ( Gtk.TreeIter iterDeep, System myObject ) : void
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[]

Method Details

TreeViewMultiChronopic() public method

public TreeViewMultiChronopic ( ) : System
return System

TreeViewMultiChronopic() public method

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

addStatisticInfo() protected method

protected addStatisticInfo ( Gtk.TreeIter iterDeep, System myObject ) : void
iterDeep Gtk.TreeIter
myObject System
return void

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

Property Details

personName protected_oe property

protected string personName
return string