Description | Hierarchy | Fields | Methods | Properties |
type TCustomCellSelectionTool = class(TCustomInteractiveTool)
TCustomCellSelectionTool
is an abstract base class. Its descendants are used for cases where the user selects a range of cells on which to perform some action.
TSpacingGridTool
is used to set the size of selected columns, rows, or layers in TPhastGrid.TSubdivideGridTool
is used to subdivide elements in TPhastGrid into multiple columns, rows, and layers.![]() |
function GetEvalAt: TEvaluatedAt; |
![]() |
procedure DrawSelectedFrontCells(FirstCol, LastCol, FirstLayer, LastLayer: integer; const BitMap: TBitmap32; Direction: TViewDirection; Color: TColor = SelectedCellsColor); |
![]() |
procedure DrawSelectedSideCells(FirstRow, LastRow, FirstLayer, LastLayer: integer; const BitMap: TBitmap32; Direction: TViewDirection; Color: TColor = SelectedCellsColor); |
![]() |
procedure DrawSelectedTopCells(FirstCol, LastCol, FirstRow, LastRow: integer; const BitMap: TBitmap32; Direction: TViewDirection; Color: TColor = SelectedCellsColor); |
![]() |
procedure Activate; override; |
![]() |
function GetEvalAt: TEvaluatedAt; |
![]() |
procedure DrawSelectedFrontCells(FirstCol, LastCol, FirstLayer, LastLayer: integer; const BitMap: TBitmap32; Direction: TViewDirection; Color: TColor = SelectedCellsColor); |
|
![]() |
procedure DrawSelectedSideCells(FirstRow, LastRow, FirstLayer, LastLayer: integer; const BitMap: TBitmap32; Direction: TViewDirection; Color: TColor = SelectedCellsColor); |
|
![]() |
procedure DrawSelectedTopCells(FirstCol, LastCol, FirstRow, LastRow: integer; const BitMap: TBitmap32; Direction: TViewDirection; Color: TColor = SelectedCellsColor); |
|
![]() |
procedure Activate; override; |