pascalSCADA OPM: hmi_polyline: Class THMIFlowPolyline

Pascal SCADA OPM

Class THMIFlowPolyline

Unit

hmi_polyline

Declaration

type THMIFlowPolyline = class(THMIPolyline, IColorChangeNotification)

Description

THMIFlowPolyline

Hierarchy

Overview

Methods

Protected procedure DoLineColorChange; override;
Protected procedure RecalculateColor(WhoChanged:THMIFlowPolyline=nil); virtual;
Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property EmptyColor: TColor read FEmptyColor write SetEmptyColor default clBlack;
Published property MultipleColorBehavior: TColorMixBehavior read FMultipleColorBehavior write setMultipleColorsBehavior;
Published property MultipleColorsReplace: TColor read FMultipleColorsReplace write setMultipleColorsReplace;
Published property FlowSource: THMIFlowSourceCollection read FFlowSources write setFlowSources;
Published property OnColorChange: TNotifyEvent read FOnColorChange write FOnColorChange;

Description

Methods

Protected procedure DoLineColorChange; override;
 
Protected procedure RecalculateColor(WhoChanged:THMIFlowPolyline=nil); virtual;
 
Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 

Properties

Published property EmptyColor: TColor read FEmptyColor write SetEmptyColor default clBlack;
 
Published property MultipleColorBehavior: TColorMixBehavior read FMultipleColorBehavior write setMultipleColorsBehavior;
 
Published property MultipleColorsReplace: TColor read FMultipleColorsReplace write setMultipleColorsReplace;
 
Published property FlowSource: THMIFlowSourceCollection read FFlowSources write setFlowSources;
 
Published property OnColorChange: TNotifyEvent read FOnColorChange write FOnColorChange;
 

Generated by PasDoc 0.14.0.