Class TGridOptions

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TGridOptions = class(TPersistent)

Description

TGridOptions is used to store options related to the grid in PHAST.

Hierarchy

Overview

Fields

Private FChemicalDimensionX: boolean;
Private FChemicalDimensionY: boolean;
Private FChemicalDimensionZ: boolean;
Private FPrintOrientation: TpgPrintOrientation;

Methods

Private procedure SetChemicalDimensionX(const Value: boolean);
Private procedure SetChemicalDimensionY(const Value: boolean);
Private procedure SetChemicalDimensionZ(const Value: boolean);
Private procedure SetPrintOrientation(const Value: TpgPrintOrientation);
Public procedure Assign(Source: TPersistent); override;
Public constructor Create;

Properties

Published property ChemicalDimensionX: boolean read FChemicalDimensionX write SetChemicalDimensionX;
Published property ChemicalDimensionY: boolean read FChemicalDimensionY write SetChemicalDimensionY;
Published property ChemicalDimensionZ: boolean read FChemicalDimensionZ write SetChemicalDimensionZ;
Published property PrintOrientation: TpgPrintOrientation read FPrintOrientation write SetPrintOrientation;

Description

Fields

Private FChemicalDimensionX: boolean;

FChemicalDimensionX: boolean; See ChemicalDimensionX.

Private FChemicalDimensionY: boolean;

FChemicalDimensionY: boolean; See ChemicalDimensionY.

Private FChemicalDimensionZ: boolean;

FChemicalDimensionZ: boolean; See ChemicalDimensionZ.

Private FPrintOrientation: TpgPrintOrientation;

FPrintOrientation: boolean; See PrintOrientation.

Methods

Private procedure SetChemicalDimensionX(const Value: boolean);

See ChemicalDimensionX.

Private procedure SetChemicalDimensionY(const Value: boolean);

See ChemicalDimensionY.

Private procedure SetChemicalDimensionZ(const Value: boolean);

See ChemicalDimensionZ.

Private procedure SetPrintOrientation(const Value: TpgPrintOrientation);

See PrintOrientation.

Public procedure Assign(Source: TPersistent); override;

If Source is a TGridOptions, Assign copies Source to the object that called Assign.

Public constructor Create;

Create creates an instance of TGridOptions

Properties

Published property ChemicalDimensionX: boolean read FChemicalDimensionX write SetChemicalDimensionX;

ChemicalDimensionX determines whether chemical calculations in the X direction are performed.

Published property ChemicalDimensionY: boolean read FChemicalDimensionY write SetChemicalDimensionY;

ChemicalDimensionY determines whether chemical calculations in the Y direction are performed.

Published property ChemicalDimensionZ: boolean read FChemicalDimensionZ write SetChemicalDimensionZ;

ChemicalDimensionZ determines whether chemical calculations in the Z direction are performed.

Published property PrintOrientation: TpgPrintOrientation read FPrintOrientation write SetPrintOrientation;

PrintOrientation determines whether PHAST prints data in an X,Y or X,Z orientation.


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