Class TFireGridCellSelectionRange
Unit
Declaration
type TFireGridCellSelectionRange = class(TObject)
Description
Hierarchy
- TObject
- TFireGridCellSelectionRange
Overview
Methods
constructor Create(Controller: TFireGridModelController; const TopLeft: TFireGridCell; const BottomRight: TFireGridCell); |
|
constructor CreateClone(const Range: TFireGridCellSelectionRange); |
|
destructor Destroy; override; |
|
function TopLeft: TFireGridCell; |
|
function BottomRight: TFireGridCell; |
|
function IsContains(const Cell: TFireGridCell): Boolean; overload; |
|
function IsContains(const Row: PFireGridRow): Boolean; overload; |
|
function IsContains(const Range: TFireGridCellSelectionRange): Boolean; overload; |
|
function IsIntersects(const Range: TFireGridCellSelectionRange): Boolean; |
|
function IsValid: Boolean; |
|
function Intersected(const Range: TFireGridCellSelectionRange): TFireGridCellSelectionRange; |
|
function Unite(const Range: TFireGridCellSelectionRange): TFireGridCellSelectionRange; |
|
function GetTop: Integer; |
|
function GetLeft: Integer; |
|
function GetBottom: Integer; |
|
function GetRight: Integer; |
|
function GetWidth: Integer; |
|
function GetHeight: Integer; |
Description
Methods
constructor Create(Controller: TFireGridModelController; const TopLeft: TFireGridCell; const BottomRight: TFireGridCell); |
|
constructor CreateClone(const Range: TFireGridCellSelectionRange); |
|
destructor Destroy; override; |
|
function TopLeft: TFireGridCell; |
|
function BottomRight: TFireGridCell; |
|
function IsContains(const Cell: TFireGridCell): Boolean; overload; |
|
function IsContains(const Row: PFireGridRow): Boolean; overload; |
|
function IsContains(const Range: TFireGridCellSelectionRange): Boolean; overload; |
|
function IsIntersects(const Range: TFireGridCellSelectionRange): Boolean; |
|
function IsValid: Boolean; |
|
function Intersected(const Range: TFireGridCellSelectionRange): TFireGridCellSelectionRange; |
|
function Unite(const Range: TFireGridCellSelectionRange): TFireGridCellSelectionRange; |
|
function GetTop: Integer; |
|
function GetLeft: Integer; |
|
function GetBottom: Integer; |
|
function GetRight: Integer; |
|
function GetWidth: Integer; |
|
function GetHeight: Integer; |
|
Generated by PasDoc 0.15.0.