Class TDeleteGridBoundaryTool

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TDeleteGridBoundaryTool = class(TCustomGridCursorTool)

Description

TDeleteGridBoundaryTool deletes a column, row, or layer boundary.

Hierarchy

Overview

Methods

Protected procedure DeleteColumnOrLayer(X, Y: Integer);
Protected procedure DeleteColumnOrRow(X, Y: Integer);
Protected procedure DeleteRowOrLayer(X, Y: Integer);
Protected function GetHint: string; override;
Protected function GetSelectedCursor: TCursor; override;
Public procedure MouseUp(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer); override;

Description

Methods

Protected procedure DeleteColumnOrLayer(X, Y: Integer);

DeleteColumnOrLayer deletes the column or layer (or both) boundary at X,Y on the front view of the model.

Protected procedure DeleteColumnOrRow(X, Y: Integer);

DeleteColumnOrRow deletes the column or row (or both) boundary at X,Y on the top view of the model.

Protected procedure DeleteRowOrLayer(X, Y: Integer);

DeleteRowOrLayer deletes the row or layer (or both) boundary at X,Y on the side view of the model.

Protected function GetHint: string; override;

Used to define Hint

Protected function GetSelectedCursor: TCursor; override;

GetSelectedCursor specifies the cursor to use when deleting a column, row, or layer boundary.

Public procedure MouseUp(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer); override;

MouseUp deletes a column, row, or layer boundary at X,Y.


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