Class TvxCustomKernel
Unit
xomDXGraphics
Declaration
type TvxCustomKernel = class(TPersistent)
Description
TvxCustomKernel
Hierarchy
- TPersistent
- TvxCustomKernel
Overview
Methods
 |
constructor Create; virtual; |
 |
procedure DoChanged; |
 |
function Filter(Value: Single): Single; virtual; abstract; |
 |
function GetWidth: Single; virtual; abstract; |
Properties
 |
property Observer: TvxNotifyPersistent read FObserver; |
Description
Methods
 |
constructor Create; virtual; |
|
|
 |
procedure DoChanged; |
|
|
 |
function Filter(Value: Single): Single; virtual; abstract; |
|
|
 |
function GetWidth: Single; virtual; abstract; |
|
|
Properties
 |
property Observer: TvxNotifyPersistent read FObserver; |
|
|
Generated by PasDoc 0.15.0.
|