Class TUndoVerticalExaggeration

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TUndoVerticalExaggeration = class(TCustomUndo)

Description

TUndoVerticalExaggeration is used to change the vertical exaggeration

Hierarchy

Overview

Fields

Private FOldVerticalExaggeration: real;
Private FNewVerticalExaggeration: real;

Methods

Private procedure SetVE(VerticalExaggeration: real);
Protected function Description: string; override;
Public constructor Create(const ANewVerticalExaggeration: real);
Public procedure DoCommand; override;
Public class function GetOldVE: real;
Public procedure Undo; override;

Description

Fields

Private FOldVerticalExaggeration: real;

FOldVerticalExaggeration: real; FOldVerticalExaggeration is the old vertical exaggeration.

Private FNewVerticalExaggeration: real;

FNewVerticalExaggeration: real; FNewVerticalExaggeration is the new vertical exaggeration.

Methods

Private procedure SetVE(VerticalExaggeration: real);

SetVE sets the VerticalExaggeration.

Protected function Description: string; override;

See TCustomUndo.Description.

Public constructor Create(const ANewVerticalExaggeration: real);

Create creates an instance of TUndoVerticalExaggeration.

Public procedure DoCommand; override;

DoCommand sets the new vertical exaggeration.

Public class function GetOldVE: real;

GetOldVE gets the existing vertical exaggeration.

Public procedure Undo; override;

Undo restores the old vertical exaggeration.


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