C# Class EncoderSelectRepetitions, chronojump

Exibir arquivo Open project: GNOME/chronojump Class Usage Examples

Public Properties

Property Type Description
DeleteCurveID int
EncoderCompareInter ArrayList
EncoderInterSessionDateOnXWeights List
FakeButtonDeleteCurve Gtk.Button
FakeButtonDone Gtk.Button
RepsActive int
RepsAll int
Type Types,

Protected Properties

Property Type Description
allRepsColumn int
askDeletion bool
bigArray ArrayList
button_encoder_analyze Gtk.Button
checkboxes string[]
columnsString string[]
currentPerson Person,
currentSession Session,
data ArrayList
dateColumn int
encoderGI Constants.EncoderGI
exerciseID int
genericWinESR GenericWindow,
nonSensitiveRows ArrayList

Public Methods

Method Description
Do ( ) : void
EncoderSelectRepetitions ( ) : System
GetEncoderInterSessionDateOnXWeightsForCombo ( ) : ArrayList
PassVariables ( Person, currentP, Session, currentS, Constants, eGI, Gtk button_e_a, int exID, bool askDel ) : void
Show ( ) : void

Protected Methods

Method Description
activateCallbacks ( ) : void
createBigArray ( ) : void
createGenericWindow ( ) : void
createdGenericWinIsOfThisType ( ) : bool
getData ( ) : void
on_show_repetitions_done ( object o, EventArgs args ) : void
removeCallbacks ( ) : void
updateEncoderCompareInterAndReps ( ) : void

Private Methods

Method Description
nullifyGenericWindow ( ) : void

Method Details

Do() public method

public Do ( ) : void
return void

EncoderSelectRepetitions() public method

public EncoderSelectRepetitions ( ) : System
return System

GetEncoderInterSessionDateOnXWeightsForCombo() public method

public GetEncoderInterSessionDateOnXWeightsForCombo ( ) : ArrayList
return ArrayList

PassVariables() public method

public PassVariables ( Person, currentP, Session, currentS, Constants, eGI, Gtk button_e_a, int exID, bool askDel ) : void
currentP Person,
currentS Session,
eGI Constants,
button_e_a Gtk
exID int
askDel bool
return void

Show() public method

public Show ( ) : void
return void

activateCallbacks() protected method

protected activateCallbacks ( ) : void
return void

createBigArray() protected method

protected createBigArray ( ) : void
return void

createGenericWindow() protected method

protected createGenericWindow ( ) : void
return void

createdGenericWinIsOfThisType() protected method

protected createdGenericWinIsOfThisType ( ) : bool
return bool

getData() protected method

protected getData ( ) : void
return void

on_show_repetitions_done() protected method

protected on_show_repetitions_done ( object o, EventArgs args ) : void
o object
args EventArgs
return void

removeCallbacks() protected method

protected removeCallbacks ( ) : void
return void

updateEncoderCompareInterAndReps() protected method

protected updateEncoderCompareInterAndReps ( ) : void
return void

Property Details

DeleteCurveID public_oe property

public int DeleteCurveID
return int

EncoderCompareInter public_oe property

public ArrayList EncoderCompareInter
return ArrayList

EncoderInterSessionDateOnXWeights public_oe property

public List EncoderInterSessionDateOnXWeights
return List

FakeButtonDeleteCurve public_oe property

public Button,Gtk FakeButtonDeleteCurve
return Gtk.Button

FakeButtonDone public_oe property

public Button,Gtk FakeButtonDone
return Gtk.Button

RepsActive public_oe property

public int RepsActive
return int

RepsAll public_oe property

public int RepsAll
return int

Type public_oe property

public Types, Type
return Types,

allRepsColumn protected_oe property

protected int allRepsColumn
return int

askDeletion protected_oe property

protected bool askDeletion
return bool

bigArray protected_oe property

protected ArrayList bigArray
return ArrayList

button_encoder_analyze protected_oe property

protected Button,Gtk button_encoder_analyze
return Gtk.Button

checkboxes protected_oe property

protected string[] checkboxes
return string[]

columnsString protected_oe property

protected string[] columnsString
return string[]

currentPerson protected_oe property

protected Person, currentPerson
return Person,

currentSession protected_oe property

protected Session, currentSession
return Session,

data protected_oe property

protected ArrayList data
return ArrayList

dateColumn protected_oe property

protected int dateColumn
return int

encoderGI protected_oe property

protected Constants.EncoderGI encoderGI
return Constants.EncoderGI

exerciseID protected_oe property

protected int exerciseID
return int

genericWinESR protected_oe static_oe property

protected static GenericWindow, genericWinESR
return GenericWindow,

nonSensitiveRows protected_oe property

protected ArrayList nonSensitiveRows
return ArrayList