Class TFishnetMeshNode

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TFishnetMeshNode = class(TPhastCollectionItem)

Description

no description available, TPhastCollectionItem description follows

Hierarchy

Overview

Fields

Private FLocation: TPoint2D;
Private FElements: TFishnetElementList;
Private FSelected: boolean;

Methods

Private procedure SetLocation(const Value: TPoint2D);
Private procedure SetX(const Value: Double);
Private procedure SetY(const Value: Double);
Private procedure SetSelected(const Value: boolean);
Public constructor Create(Collection: TCollection); override;
Public destructor Destroy; override;
Public procedure Assign(Source: TPersistent); override;

Properties

Public property Elements: TFishnetElementList read FElements;
Public property Selected: boolean read FSelected write SetSelected;
Published property Location: TPoint2D read FLocation write SetLocation;
Published property X: Double read FLocation.X write SetX;
Published property Y: Double read FLocation.Y write SetY;

Description

Fields

Private FLocation: TPoint2D;
 
Private FElements: TFishnetElementList;
 
Private FSelected: boolean;
 

Methods

Private procedure SetLocation(const Value: TPoint2D);
 
Private procedure SetX(const Value: Double);
 
Private procedure SetY(const Value: Double);
 
Private procedure SetSelected(const Value: boolean);
 
Public constructor Create(Collection: TCollection); override;
 
Public destructor Destroy; override;
 
Public procedure Assign(Source: TPersistent); override;
 

Properties

Public property Elements: TFishnetElementList read FElements;
 
Public property Selected: boolean read FSelected write SetSelected;
 
Published property Location: TPoint2D read FLocation write SetLocation;
 
Published property X: Double read FLocation.X write SetX;
 
Published property Y: Double read FLocation.Y write SetY;
 

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