C# Class TreeViewJumps, chronojump

Inheritance: TreeViewEvent
Mostrar archivo Open project: GNOME/chronojump Class Usage Examples

Protected Properties

Property Type Description
angleName string
djIndexName string
fallName string
heightName string
initialSpeedName string
jumperName string
personWeight double
powerName string
qIndexName string
stiffnessName string
weightInKg double
weightName string

Public Methods

Method Description
TreeViewJumps ( ) : System
TreeViewJumps ( Gtk treeview, Preferences, preferences, ExpandStates expandState ) : System

Protected Methods

Method Description
getColsNum ( ) : int
getLineToStore ( System myObject ) : string[]
getObjectFromString ( string myStringOfData ) : Object
obtainColumnsString ( string columnsStringPre ) : string[]

Method Details

TreeViewJumps() public method

public TreeViewJumps ( ) : System
return System

TreeViewJumps() public method

public TreeViewJumps ( Gtk treeview, Preferences, preferences, ExpandStates expandState ) : System
treeview Gtk
preferences Preferences,
expandState ExpandStates
return System

getColsNum() protected method

protected getColsNum ( ) : int
return int

getLineToStore() protected method

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

getObjectFromString() protected method

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

obtainColumnsString() protected method

protected obtainColumnsString ( string columnsStringPre ) : string[]
columnsStringPre string
return string[]

Property Details

angleName protected_oe property

protected string angleName
return string

djIndexName protected_oe property

protected string djIndexName
return string

fallName protected_oe property

protected string fallName
return string

heightName protected_oe property

protected string heightName
return string

initialSpeedName protected_oe property

protected string initialSpeedName
return string

jumperName protected_oe property

protected string jumperName
return string

personWeight protected_oe property

protected double personWeight
return double

powerName protected_oe property

protected string powerName
return string

qIndexName protected_oe property

protected string qIndexName
return string

stiffnessName protected_oe property

protected string stiffnessName
return string

weightInKg protected_oe property

protected double weightInKg
return double

weightName protected_oe property

protected string weightName
return string