Class TPathLineDisplayLimits

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPathLineDisplayLimits = class(TPersistent)

Description

Hierarchy

Overview

Fields

Private FLimitToCurrentIn2D: boolean;
Private FLayerLimits: TShowIntegerLimit;
Private FRowLimits: TShowIntegerLimit;
Private FColumnLimits: TShowIntegerLimit;
Private FShowChoice: TShowChoice;
Private FTimeLimits: TShowFloatLimit;
Private FParticleGroupLimits: TShowIntegerLimit;

Methods

Private procedure SetLimitToCurrentIn2D(const Value: boolean);
Private procedure SetColumnLimits(const Value: TShowIntegerLimit);
Private procedure SetLayerLimits(const Value: TShowIntegerLimit);
Private procedure SetRowLimits(const Value: TShowIntegerLimit);
Private procedure SetShowChoice(const Value: TShowChoice);
Private procedure SetTimeLimits(const Value: TShowFloatLimit);
Private procedure SetParticleGroupLimits(const Value: TShowIntegerLimit);
Public procedure Assign(Source: TPersistent); override;
Public Constructor Create;
Public Destructor Destroy; override;

Properties

Published property ShowChoice: TShowChoice read FShowChoice write SetShowChoice;
Published property LimitToCurrentIn2D: boolean read FLimitToCurrentIn2D write SetLimitToCurrentIn2D default True;
Published property ColumnLimits: TShowIntegerLimit read FColumnLimits write SetColumnLimits;
Published property RowLimits: TShowIntegerLimit read FRowLimits write SetRowLimits;
Published property LayerLimits: TShowIntegerLimit read FLayerLimits write SetLayerLimits;
Published property TimeLimits: TShowFloatLimit read FTimeLimits write SetTimeLimits;
Published property ParticleGroupLimits: TShowIntegerLimit read FParticleGroupLimits write SetParticleGroupLimits;

Description

Fields

Private FLimitToCurrentIn2D: boolean;
 
Private FLayerLimits: TShowIntegerLimit;
 
Private FRowLimits: TShowIntegerLimit;
 
Private FColumnLimits: TShowIntegerLimit;
 
Private FShowChoice: TShowChoice;
 
Private FTimeLimits: TShowFloatLimit;
 
Private FParticleGroupLimits: TShowIntegerLimit;
 

Methods

Private procedure SetLimitToCurrentIn2D(const Value: boolean);
 
Private procedure SetColumnLimits(const Value: TShowIntegerLimit);
 
Private procedure SetLayerLimits(const Value: TShowIntegerLimit);
 
Private procedure SetRowLimits(const Value: TShowIntegerLimit);
 
Private procedure SetShowChoice(const Value: TShowChoice);
 
Private procedure SetTimeLimits(const Value: TShowFloatLimit);
 
Private procedure SetParticleGroupLimits(const Value: TShowIntegerLimit);
 
Public procedure Assign(Source: TPersistent); override;
 
Public Constructor Create;
 
Public Destructor Destroy; override;
 

Properties

Published property ShowChoice: TShowChoice read FShowChoice write SetShowChoice;
 
Published property LimitToCurrentIn2D: boolean read FLimitToCurrentIn2D write SetLimitToCurrentIn2D default True;
 
Published property ColumnLimits: TShowIntegerLimit read FColumnLimits write SetColumnLimits;
 
Published property RowLimits: TShowIntegerLimit read FRowLimits write SetRowLimits;
 
Published property LayerLimits: TShowIntegerLimit read FLayerLimits write SetLayerLimits;
 
Published property TimeLimits: TShowFloatLimit read FTimeLimits write SetTimeLimits;
 
Published property ParticleGroupLimits: TShowIntegerLimit read FParticleGroupLimits write SetParticleGroupLimits;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:54