Unit 'GR32_Resamplers' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_graphics32]

TCustomKernel

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: GR32_Resamplers.pas line 110

type TCustomKernel = class(TPersistent)

protected

  FObserver: TNotifiablePersistent;

  

  procedure AssignTo(); override;

  

  function RangeCheck; virtual;

  

public

  constructor Create; virtual;

  

  procedure Changed;

  

  function Filter(); virtual; abstract;

  

  function GetWidth; virtual; abstract;

  

  property Observer: TNotifiablePersistent; [r]

  

end;

Inheritance

TCustomKernel

  

|

TObject



CT Web help

CodeTyphon Studio