C# Class Fractrace.Scheduler.GrandScheduler

Afficher le fichier Open project: trafassel/Gestaltlupe

Méthodes publiques

Свойство Type Description
DontActivateRender bool
inComputeOneStep bool

Protected Properties

Свойство Type Description
_exemplar GrandScheduler
_historyFreezed bool
_historyFreezedObj object
_jobs List
_lockVar Object
threads System.Collections.Generic.List

Méthodes publiques

Méthode Description
AddThread ( System thread ) : void

Add given thread to threads. Previously closed threads are removed from threads.

ComputeOneStepEnds ( ) : void

Is called, if mainDisplayForm.ComputeOneStep ends.

GrandScheduler ( ) : System
PictureIsCreated ( Iterate iter, Fractrace.DataTypes.PictureData pictureData ) : bool

Is called, if result picture is created. Return true if new rendering should be startet.

SetBatch ( BatchProcess batchProcess ) : void

Méthodes protégées

Méthode Description
PictureArtEnds ( ) : void

Is called, if drawing of image ist ready.

Method Details

AddThread() public méthode

Add given thread to threads. Previously closed threads are removed from threads.
public AddThread ( System thread ) : void
thread System
Résultat void

ComputeOneStepEnds() public méthode

Is called, if mainDisplayForm.ComputeOneStep ends.
public ComputeOneStepEnds ( ) : void
Résultat void

GrandScheduler() public méthode

public GrandScheduler ( ) : System
Résultat System

PictureArtEnds() protected méthode

Is called, if drawing of image ist ready.
protected PictureArtEnds ( ) : void
Résultat void

PictureIsCreated() public méthode

Is called, if result picture is created. Return true if new rendering should be startet.
public PictureIsCreated ( Iterate iter, Fractrace.DataTypes.PictureData pictureData ) : bool
iter Iterate
pictureData Fractrace.DataTypes.PictureData
Résultat bool

SetBatch() public méthode

public SetBatch ( BatchProcess batchProcess ) : void
batchProcess BatchProcess
Résultat void

Property Details

DontActivateRender public_oe property

public bool DontActivateRender
Résultat bool

_exemplar protected_oe static_oe property

protected static GrandScheduler,Fractrace.Scheduler _exemplar
Résultat GrandScheduler

_historyFreezed protected_oe property

True, if current input values are freezed.
protected bool _historyFreezed
Résultat bool

_historyFreezedObj protected_oe property

protected object _historyFreezedObj
Résultat object

_jobs protected_oe property

Runing jobs.
protected List _jobs
Résultat List

_lockVar protected_oe static_oe property

protected static Object _lockVar
Résultat Object

inComputeOneStep public_oe property

Indicates, that the application is computing a bitmap of the "Gestalt".
public bool inComputeOneStep
Résultat bool

threads protected_oe property

Contains list of all running threads.
protected System.Collections.Generic.List threads
Résultat System.Collections.Generic.List