C# Class ReactionTimeExecute, chronojump

Inheritance: EventExecute
Mostra file Open project: GNOME/chronojump

Protected Properties

Property Type Description
time double

Public Methods

Method Description
Manage ( ) : void
Manage2 ( ) : void
ReactionTimeExecute ( ) : System
ReactionTimeExecute ( int personID, string personName, int sessionID, string type, Chronopic, cp, Gtk event_execute_label_message, Gtk app, int pDN, bool volumeOn, double progressbarLimit, ExecutingGraphData, egd, string description ) : System
SimulateInitValues ( Random randSent ) : void

Protected Methods

Method Description
shouldFinishByTime ( ) : bool
updateTimeProgressBar ( ) : void
waitEvent ( ) : void
write ( ) : void

Method Details

Manage() public method

public Manage ( ) : void
return void

Manage2() public method

public Manage2 ( ) : void
return void

ReactionTimeExecute() public method

public ReactionTimeExecute ( ) : System
return System

ReactionTimeExecute() public method

public ReactionTimeExecute ( int personID, string personName, int sessionID, string type, Chronopic, cp, Gtk event_execute_label_message, Gtk app, int pDN, bool volumeOn, double progressbarLimit, ExecutingGraphData, egd, string description ) : System
personID int
personName string
sessionID int
type string
cp Chronopic,
event_execute_label_message Gtk
app Gtk
pDN int
volumeOn bool
progressbarLimit double
egd ExecutingGraphData,
description string
return System

SimulateInitValues() public method

public SimulateInitValues ( Random randSent ) : void
randSent Random
return void

shouldFinishByTime() protected method

protected shouldFinishByTime ( ) : bool
return bool

updateTimeProgressBar() protected method

protected updateTimeProgressBar ( ) : void
return void

waitEvent() protected method

protected waitEvent ( ) : void
return void

write() protected method

protected write ( ) : void
return void

Property Details

time protected_oe property

protected double time
return double