Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Unit dependency graph
Classes hierarchy graph
fit_server_binder
type TFitServer_ServiceBinder = class(TBaseServiceBinder)
constructor Create();
procedure AddPointToBackgroundHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure AddPointToCurvePositionsHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure AddPointToProfileHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure AddPointToRFactorBoundsHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure AsyncOperHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure ComputeBackgroundPointsHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure ComputeCurveBoundsHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure ComputeCurvePositionsHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure CreateCurveListHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure CreateProblemHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure DiscardProblemHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure DoAllAutomaticallyHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetAbsRFactorStrHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetBackFactorHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetBackgroundPointsHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetCalcProfilePointsSetHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetCalcTimeStrHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetCurveCountHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetCurveParameterCountHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetCurveParameterHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetCurvePointsHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetCurvePositionsHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetCurveThreshHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetCurveTypeHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetDeltaProfilePointsSetHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetGraphHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetMaxRFactorHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetProfileChunkCountHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetProfileChunkHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetProfilePointsSetHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetRFactorStrHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetSelectedProfileIntervalHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetSqrRFactorStrHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetStateHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure GetWaveLengthHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure MinimizeDifferenceHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure MinimizeNumberOfCurvesHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure ReplacePointInBackgroundHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure ReplacePointInCurveBoundsHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure ReplacePointInCurvePositionsHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure ReplacePointInProfileHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure SelectEntireProfileHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure SelectProfileIntervalHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure SetBackFactorHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure SetBackgroundPointsSetHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure SetCurveBoundsHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure SetCurveParameterHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure SetCurvePositionsHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure SetCurveThreshHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure SetCurveTypeHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure SetMaxRFactorHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure SetProfilePointsSetHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure SetRFactorBoundsHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure SetWaveLengthHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure SmoothProfileHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure StopAsyncOperHandler(AFormatter : IFormatterResponse; AContext : ICallContext);
procedure SubtractBackgroundHandler(AFormatter : IFormatterResponse; AContext : ICallContext);