Class TMainCalcThread
Unit
main_calc_thread
Declaration
type TMainCalcThread = class(TThread)
Description
TODO: nuzhno sdelat' perehvat isklyucheniy i sohranenie soobscheniya v ob'ekte potoka dlya posleduyuschego chteniya.
Hierarchy
Overview
Fields
Methods
Description
Fields
|
FAllDone: TThreadMethod; |
|
|
FComputeBackgroundPointsDone: TThreadMethod; |
|
|
FComputeCurveBoundsDone: TThreadMethod; |
|
|
FComputeCurvePositionsDone: TThreadMethod; |
|
|
FDone: TThreadMethod; |
|
|
FShowCurMin: TThreadMethod; |
These methods are synchronized with UI thread.
|
|
FShowProfile: TThreadMethod; |
|
|
FTask: TThreadMethod; |
|
Methods
|
procedure ComputeBackgroundPointsDone; |
|
|
procedure ComputeCurveBoundsDone; |
|
|
procedure ComputeCurvePositionsDone; |
|
|
procedure Done; |
|
|
procedure Execute; override; |
|
|
procedure SetSyncMethods(ATask, AShowCurMin, AShowProfile, ADone, AComputeCurveBoundsDone, AComputeBackgroundPointsDone, AComputeCurvePositionsDone, AAllDone: TThreadMethod); |
|
|
procedure ShowCurMin; |
|
|
procedure ShowProfile; |
|
Generated by PasDoc 0.15.0.
|