C# Class StatJumpIndexes, chronojump

Inheritance: Stat
Show file Open project: GNOME/chronojump

Protected Properties

Property Type Description
columnsString string[]
indexType string
jump1 string
jump2 string

Public Methods

Method Description
PrepareData ( ) : void
StatJumpIndexes ( ) : System
StatJumpIndexes ( StatTypeStruct, myStatTypeStruct, Gtk treeview, string indexType ) : System
ToString ( ) : string

Method Details

PrepareData() public method

public PrepareData ( ) : void
return void

StatJumpIndexes() public method

public StatJumpIndexes ( ) : System
return System

StatJumpIndexes() public method

public StatJumpIndexes ( StatTypeStruct, myStatTypeStruct, Gtk treeview, string indexType ) : System
myStatTypeStruct StatTypeStruct,
treeview Gtk
indexType string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

columnsString protected property

protected string[] columnsString
return string[]

indexType protected property

protected string indexType
return string

jump1 protected property

protected string jump1
return string

jump2 protected property

protected string jump2
return string