Class TFireGridCellDragObject
Unit
Declaration
type TFireGridCellDragObject = class(TFireNativeDragObject)
Description
Hierarchy
- TFireNativeDragObject
- TFireGridCellDragObject
Overview
Methods
constructor Create(View: TFireGridViewBase; GP: TFireGridTableCellGraphic; const CellPos: TPoint); |
|
destructor Destroy; override; |
|
function startDrag(): Boolean; |
|
function checkDragDropEvent(zone: TFireGridLayoutZone; cell: Boolean; gp: TFireGraphicPrimitive): Boolean; |
|
function checkRow(zone: TFireGridLayoutZone; DataRowPrimitive: TFireGridTableDataRowGraphic): Boolean; |
|
function CheckCell(Zone: TFireGridLayoutZone; CellGP: TFireGridTableCellGraphic): Boolean; |
|
function GetParentModelIndex: TModelIndex; |
|
procedure SetParentModelIndex(const index: TModelIndex); |
|
function GetModelRow: Integer; |
|
procedure SetModelRow(Row: Integer); |
|
function GetModelColumn: Integer; |
|
procedure SetModelColumn(Column: Integer); |
|
procedure BeginEvent; override; |
|
procedure MoveEvent(const Pos: TPoint); override; |
|
procedure AcceptEvent; override; |
|
procedure EndEvent; override; |
|
procedure CompleteMoveAction; |
Description
Methods
constructor Create(View: TFireGridViewBase; GP: TFireGridTableCellGraphic; const CellPos: TPoint); |
|
destructor Destroy; override; |
|
function startDrag(): Boolean; |
|
function checkDragDropEvent(zone: TFireGridLayoutZone; cell: Boolean; gp: TFireGraphicPrimitive): Boolean; |
|
function checkRow(zone: TFireGridLayoutZone; DataRowPrimitive: TFireGridTableDataRowGraphic): Boolean; |
|
function CheckCell(Zone: TFireGridLayoutZone; CellGP: TFireGridTableCellGraphic): Boolean; |
|
function GetParentModelIndex: TModelIndex; |
|
procedure SetParentModelIndex(const index: TModelIndex); |
|
function GetModelRow: Integer; |
|
procedure SetModelRow(Row: Integer); |
|
function GetModelColumn: Integer; |
|
procedure SetModelColumn(Column: Integer); |
|
procedure BeginEvent; override; |
|
procedure MoveEvent(const Pos: TPoint); override; |
|
procedure AcceptEvent; override; |
|
procedure EndEvent; override; |
|
procedure CompleteMoveAction; |
|
Generated by PasDoc 0.15.0.