Class TGuiSettings

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TGuiSettings = class(TPersistent)

Description

Hierarchy

Overview

Methods

Private procedure SetWindowState(Value : TWindowState);
Private function GetWindowState: TWindowState;
Private procedure SetWidth(Value : integer);
Private function GetWidth: integer;
Private procedure SetTopY(Value : double);
Private function GetTopY: double;
Private procedure SetTopX(Value : double);
Private function GetTopX: double;
Private procedure SetTopViewWidth(Value : integer);
Private function GetTopViewWidth: integer;
Private procedure SetTopViewHeight(Value : integer);
Private function GetTopViewHeight: integer;
Private procedure SetTop(Value : integer);
Private function GetTop: integer;
Private procedure SetSideY(Value : double);
Private function GetSideY: double;
Private procedure SetSideX(Value : double);
Private function GetSideX: double;
Private procedure SetSideWidth(Value : integer);
Private function GetSideWidth: integer;
Private procedure SetMagnificationTop(Value : double);
Private function GetMagnificationTop: double;
Private procedure SetMagnificationSide(Value : double);
Private function GetMagnificationSide: double;
Private procedure SetMagnificationFront(Value : double);
Private function GetMagnificationFront: double;
Private procedure SetLeft(Value : integer);
Private function GetLeft: integer;
Private procedure SetFrontY(Value : double);
Private function GetFrontY: double;
Private procedure SetFrontX(Value : double);
Private function GetFrontX: double;
Private procedure SetHeight(Value : integer);
Private function GetHeight: integer;
Private procedure SetFrontHeight(Value : integer);
Private function GetFrontHeight: integer;
Private function GetFrontHorizontalDigits: integer;
Private function GetFrontHorizontalPrecision: integer;
Private function GetFrontVerticalDigits: integer;
Private function GetFrontVerticalPrecision: integer;
Private function GetSideHorizontalDigits: integer;
Private function GetSideHorizontalPrecision: integer;
Private function GetSideVerticalDigits: integer;
Private function GetSideVerticalPrecision: integer;
Private function GetTopHorizontalDigits: integer;
Private function GetTopHorizontalPrecision: integer;
Private function GetTopVerticalDigits: integer;
Private function GetTopVerticalPrecision: integer;
Private procedure SetFrontHorizontalDigits(const Value: integer);
Private procedure SetFrontHorizontalPrecision(const Value: integer);
Private procedure SetFrontVerticalDigits(const Value: integer);
Private procedure SetFrontVerticalPrecision(const Value: integer);
Private procedure SetSideHorizontalDigits(const Value: integer);
Private procedure SetSideHorizontalPrecision(const Value: integer);
Private procedure SetSideVerticalDigits(const Value: integer);
Private procedure SetSideVerticalPrecision(const Value: integer);
Private procedure SetTopHorizontalDigits(const Value: integer);
Private procedure SetTopHorizontalPrecision(const Value: integer);
Private procedure SetTopVerticalDigits(const Value: integer);
Private procedure SetTopVerticalPrecision(const Value: integer);
Private function GetFrontHorizontalDesiredSpacing: integer;
Private function GetFrontVerticalDesiredSpacing: integer;
Private function GetSideHorizontalDesiredSpacing: integer;
Private function GetSideVerticalDesiredSpacing: integer;
Private function GetTopHorizontalDesiredSpacing: integer;
Private function GetTopVerticalDesiredSpacing: integer;
Private procedure SetFrontHorizontalDesiredSpacing(const Value: integer);
Private procedure SetFrontVerticalDesiredSpacing(const Value: integer);
Private procedure SetSideHorizontalDesiredSpacing(const Value: integer);
Private procedure SetSideVerticalDesiredSpacing(const Value: integer);
Private procedure SetTopHorizontalDesiredSpacing(const Value: integer);
Private procedure SetTopVerticalDesiredSpacing(const Value: integer);
Private function GetTopView: TframeView;
Private function GetTopZoomBox: TQRbwZoomBox2;
Private function GetSideView: TframeView;
Private function GetSideZoomBox: TQRbwZoomBox2;
Private function GetFrontView: TframeView;
Private function GetFrontZoomBox: TQRbwZoomBox2;
Private function GetFrontHorizontalRuler: TRbwRuler;
Private function GetFrontVerticalRuler: TRbwRuler;
Private function GetSideVerticalRuler: TRbwRuler;
Private function GetSideHorizontalRuler: TRbwRuler;
Private function GetTopVerticalRuler: TRbwRuler;
Private function GetTopHorizontalRuler: TRbwRuler;

Properties

Published property FrontHeight: integer read GetFrontHeight write SetFrontHeight;
Published property Height: integer read GetHeight write SetHeight;
Published property FrontX: double read GetFrontX write SetFrontX;
Published property FrontY: double read GetFrontY write SetFrontY;
Published property Left: integer read GetLeft write SetLeft;
Published property MagnificationFront: double read GetMagnificationFront write SetMagnificationFront;
Published property MagnificationSide: double read GetMagnificationSide write SetMagnificationSide;
Published property MagnificationTop: double read GetMagnificationTop write SetMagnificationTop;
Published property SideWidth: integer read GetSideWidth write SetSideWidth;
Published property SideX: double read GetSideX write SetSideX;
Published property SideY: double read GetSideY write SetSideY;
Published property Top: integer read GetTop write SetTop;
Published property TopViewHeight: integer read GetTopViewHeight write SetTopViewHeight;
Published property TopViewWidth: integer read GetTopViewWidth write SetTopViewWidth;
Published property TopX: double read GetTopX write SetTopX;
Published property TopY: double read GetTopY write SetTopY;
Published property Width: integer read GetWidth write SetWidth;
Published property WindowState: TWindowState read GetWindowState write SetWindowState;
Published property TopHorizontalDigits: integer read GetTopHorizontalDigits write SetTopHorizontalDigits;
Published property TopHorizontalPrecision: integer read GetTopHorizontalPrecision write SetTopHorizontalPrecision;
Published property TopHorizontalDesiredSpacing: integer read GetTopHorizontalDesiredSpacing write SetTopHorizontalDesiredSpacing;
Published property TopVerticalDigits: integer read GetTopVerticalDigits write SetTopVerticalDigits;
Published property TopVerticalPrecision: integer read GetTopVerticalPrecision write SetTopVerticalPrecision;
Published property TopVerticalDesiredSpacing: integer read GetTopVerticalDesiredSpacing write SetTopVerticalDesiredSpacing;
Published property FrontHorizontalDigits: integer read GetFrontHorizontalDigits write SetFrontHorizontalDigits;
Published property FrontHorizontalPrecision: integer read GetFrontHorizontalPrecision write SetFrontHorizontalPrecision;
Published property FrontHorizontalDesiredSpacing: integer read GetFrontHorizontalDesiredSpacing write SetFrontHorizontalDesiredSpacing;
Published property FrontVerticalDigits: integer read GetFrontVerticalDigits write SetFrontVerticalDigits;
Published property FrontVerticalPrecision: integer read GetFrontVerticalPrecision write SetFrontVerticalPrecision;
Published property FrontVerticalDesiredSpacing: integer read GetFrontVerticalDesiredSpacing write SetFrontVerticalDesiredSpacing;
Published property SideHorizontalDigits: integer read GetSideHorizontalDigits write SetSideHorizontalDigits;
Published property SideHorizontalPrecision: integer read GetSideHorizontalPrecision write SetSideHorizontalPrecision;
Published property SideHorizontalDesiredSpacing: integer read GetSideHorizontalDesiredSpacing write SetSideHorizontalDesiredSpacing;
Published property SideVerticalDigits: integer read GetSideVerticalDigits write SetSideVerticalDigits;
Published property SideVerticalPrecision: integer read GetSideVerticalPrecision write SetSideVerticalPrecision;
Published property SideVerticalDesiredSpacing: integer read GetSideVerticalDesiredSpacing write SetSideVerticalDesiredSpacing;

Description

Methods

Private procedure SetWindowState(Value : TWindowState);
 
Private function GetWindowState: TWindowState;
 
Private procedure SetWidth(Value : integer);
 
Private function GetWidth: integer;
 
Private procedure SetTopY(Value : double);
 
Private function GetTopY: double;
 
Private procedure SetTopX(Value : double);
 
Private function GetTopX: double;
 
Private procedure SetTopViewWidth(Value : integer);
 
Private function GetTopViewWidth: integer;
 
Private procedure SetTopViewHeight(Value : integer);
 
Private function GetTopViewHeight: integer;
 
Private procedure SetTop(Value : integer);
 
Private function GetTop: integer;
 
Private procedure SetSideY(Value : double);
 
Private function GetSideY: double;
 
Private procedure SetSideX(Value : double);
 
Private function GetSideX: double;
 
Private procedure SetSideWidth(Value : integer);
 
Private function GetSideWidth: integer;
 
Private procedure SetMagnificationTop(Value : double);
 
Private function GetMagnificationTop: double;
 
Private procedure SetMagnificationSide(Value : double);
 
Private function GetMagnificationSide: double;
 
Private procedure SetMagnificationFront(Value : double);
 
Private function GetMagnificationFront: double;
 
Private procedure SetLeft(Value : integer);
 
Private function GetLeft: integer;
 
Private procedure SetFrontY(Value : double);
 
Private function GetFrontY: double;
 
Private procedure SetFrontX(Value : double);
 
Private function GetFrontX: double;
 
Private procedure SetHeight(Value : integer);
 
Private function GetHeight: integer;
 
Private procedure SetFrontHeight(Value : integer);
 
Private function GetFrontHeight: integer;
 
Private function GetFrontHorizontalDigits: integer;
 
Private function GetFrontHorizontalPrecision: integer;
 
Private function GetFrontVerticalDigits: integer;
 
Private function GetFrontVerticalPrecision: integer;
 
Private function GetSideHorizontalDigits: integer;
 
Private function GetSideHorizontalPrecision: integer;
 
Private function GetSideVerticalDigits: integer;
 
Private function GetSideVerticalPrecision: integer;
 
Private function GetTopHorizontalDigits: integer;
 
Private function GetTopHorizontalPrecision: integer;
 
Private function GetTopVerticalDigits: integer;
 
Private function GetTopVerticalPrecision: integer;
 
Private procedure SetFrontHorizontalDigits(const Value: integer);
 
Private procedure SetFrontHorizontalPrecision(const Value: integer);
 
Private procedure SetFrontVerticalDigits(const Value: integer);
 
Private procedure SetFrontVerticalPrecision(const Value: integer);
 
Private procedure SetSideHorizontalDigits(const Value: integer);
 
Private procedure SetSideHorizontalPrecision(const Value: integer);
 
Private procedure SetSideVerticalDigits(const Value: integer);
 
Private procedure SetSideVerticalPrecision(const Value: integer);
 
Private procedure SetTopHorizontalDigits(const Value: integer);
 
Private procedure SetTopHorizontalPrecision(const Value: integer);
 
Private procedure SetTopVerticalDigits(const Value: integer);
 
Private procedure SetTopVerticalPrecision(const Value: integer);
 
Private function GetFrontHorizontalDesiredSpacing: integer;
 
Private function GetFrontVerticalDesiredSpacing: integer;
 
Private function GetSideHorizontalDesiredSpacing: integer;
 
Private function GetSideVerticalDesiredSpacing: integer;
 
Private function GetTopHorizontalDesiredSpacing: integer;
 
Private function GetTopVerticalDesiredSpacing: integer;
 
Private procedure SetFrontHorizontalDesiredSpacing(const Value: integer);
 
Private procedure SetFrontVerticalDesiredSpacing(const Value: integer);
 
Private procedure SetSideHorizontalDesiredSpacing(const Value: integer);
 
Private procedure SetSideVerticalDesiredSpacing(const Value: integer);
 
Private procedure SetTopHorizontalDesiredSpacing(const Value: integer);
 
Private procedure SetTopVerticalDesiredSpacing(const Value: integer);
 
Private function GetTopView: TframeView;
 
Private function GetTopZoomBox: TQRbwZoomBox2;
 
Private function GetSideView: TframeView;
 
Private function GetSideZoomBox: TQRbwZoomBox2;
 
Private function GetFrontView: TframeView;
 
Private function GetFrontZoomBox: TQRbwZoomBox2;
 
Private function GetFrontHorizontalRuler: TRbwRuler;
 
Private function GetFrontVerticalRuler: TRbwRuler;
 
Private function GetSideVerticalRuler: TRbwRuler;
 
Private function GetSideHorizontalRuler: TRbwRuler;
 
Private function GetTopVerticalRuler: TRbwRuler;
 
Private function GetTopHorizontalRuler: TRbwRuler;
 

Properties

Published property FrontHeight: integer read GetFrontHeight write SetFrontHeight;

FrontHeight stores the height in pixels of the front view of the model.

Published property Height: integer read GetHeight write SetHeight;

Height is the height of the main form in pixels.

Published property FrontX: double read GetFrontX write SetFrontX;

FrontX stores the reference X-coordinate for the front view of the model.

Published property FrontY: double read GetFrontY write SetFrontY;

FrontY stores the reference Y-coordinate for the front view of the model.

Published property Left: integer read GetLeft write SetLeft;

Left is the X-coordinate of the main form in pixels.

Published property MagnificationFront: double read GetMagnificationFront write SetMagnificationFront;

MagnificationFront is the magnification of the front view of the model.

Published property MagnificationSide: double read GetMagnificationSide write SetMagnificationSide;

MagnificationSide is the magnification of the side view of the model.

Published property MagnificationTop: double read GetMagnificationTop write SetMagnificationTop;

MagnificationTop is the magnification of the top view of the model.

Published property SideWidth: integer read GetSideWidth write SetSideWidth;

SideWidth is the width in pixels of the side view of the model.

Published property SideX: double read GetSideX write SetSideX;

SideX stores the reference X-coordinate for the side view of the model.

Published property SideY: double read GetSideY write SetSideY;

SideY stores the reference Y-coordinate for the front view of the model.

Published property Top: integer read GetTop write SetTop;

Top is the Y-coordinate of the main form in pixels.

Published property TopViewHeight: integer read GetTopViewHeight write SetTopViewHeight;

TopViewHeight is the height of the top view of the model in pixels

Published property TopViewWidth: integer read GetTopViewWidth write SetTopViewWidth;

TopViewWidth is the width of the top view of the model in pixels

Published property TopX: double read GetTopX write SetTopX;

TopX stores the reference X-coordinate for the top view of the model.

Published property TopY: double read GetTopY write SetTopY;

TopY stores the reference Y-coordinate for the top view of the model.

Published property Width: integer read GetWidth write SetWidth;

Width is the width of the main form in GoPhast in pixels.

Published property WindowState: TWindowState read GetWindowState write SetWindowState;

WindowState stores whether the model is maximized, minimized, or normal.

Published property TopHorizontalDigits: integer read GetTopHorizontalDigits write SetTopHorizontalDigits;
 
Published property TopHorizontalPrecision: integer read GetTopHorizontalPrecision write SetTopHorizontalPrecision;
 
Published property TopHorizontalDesiredSpacing: integer read GetTopHorizontalDesiredSpacing write SetTopHorizontalDesiredSpacing;
 
Published property TopVerticalDigits: integer read GetTopVerticalDigits write SetTopVerticalDigits;
 
Published property TopVerticalPrecision: integer read GetTopVerticalPrecision write SetTopVerticalPrecision;
 
Published property TopVerticalDesiredSpacing: integer read GetTopVerticalDesiredSpacing write SetTopVerticalDesiredSpacing;
 
Published property FrontHorizontalDigits: integer read GetFrontHorizontalDigits write SetFrontHorizontalDigits;
 
Published property FrontHorizontalPrecision: integer read GetFrontHorizontalPrecision write SetFrontHorizontalPrecision;
 
Published property FrontHorizontalDesiredSpacing: integer read GetFrontHorizontalDesiredSpacing write SetFrontHorizontalDesiredSpacing;
 
Published property FrontVerticalDigits: integer read GetFrontVerticalDigits write SetFrontVerticalDigits;
 
Published property FrontVerticalPrecision: integer read GetFrontVerticalPrecision write SetFrontVerticalPrecision;
 
Published property FrontVerticalDesiredSpacing: integer read GetFrontVerticalDesiredSpacing write SetFrontVerticalDesiredSpacing;
 
Published property SideHorizontalDigits: integer read GetSideHorizontalDigits write SetSideHorizontalDigits;
 
Published property SideHorizontalPrecision: integer read GetSideHorizontalPrecision write SetSideHorizontalPrecision;
 
Published property SideHorizontalDesiredSpacing: integer read GetSideHorizontalDesiredSpacing write SetSideHorizontalDesiredSpacing;
 
Published property SideVerticalDigits: integer read GetSideVerticalDigits write SetSideVerticalDigits;
 
Published property SideVerticalPrecision: integer read GetSideVerticalPrecision write SetSideVerticalPrecision;
 
Published property SideVerticalDesiredSpacing: integer read GetSideVerticalDesiredSpacing write SetSideVerticalDesiredSpacing;
 

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