Русский | English

Class TPointEditor

Unit

Declaration

type TPointEditor = class(TObject)

Description

A class for an editing window for a single point (vertex) TCastleLine2DBase.Points[i] from the CGE editor. The window for editing is called by clicking the middle mouse button on the selected point in the JCE editor.

Hierarchy

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Public function ShowModal(const index:integer;const vector:TVector2):TPointEditorResult;

Properties

Public property ResultVector: TVector2 read FResultVector;
Public property Execute: TPointEditorResult read FExecute;

Description

Methods

Public constructor Create;
 
Public destructor Destroy; override;
 
Public function ShowModal(const index:integer;const vector:TVector2):TPointEditorResult;

Open a window for editing points. index - to display the point number. vector - point (vertex).

Properties

Public property ResultVector: TVector2 read FResultVector;

The point (vertex) obtained as a result of editing

Public property Execute: TPointEditorResult read FExecute;

Result of calling the window for editing


Generated by PasDoc 0.16.0.