GridHitTestInfo Class Reference

Inherits from NSObject
Declared in GridHitTestInfo.h

Overview

Class GridHitTestInfo.

– initWithGrid:atPoint:

Initialize an object for GridHitTestInfo.

- (id _Nonnull)initWithGrid:(FlexGrid *_Nonnull)grid atPoint:(CGPoint)point

Parameters

grid

the specified grid.

point

the specified point.

Return Value

an object for GridHitTestInfo.

Discussion

Initialize an object for GridHitTestInfo.

Declared In

GridHitTestInfo.h

– initWithPanel:atPoint:

Initialize an object for GridHitTestInfo.

- (id _Nonnull)initWithPanel:(GridPanel *_Nonnull)panel atPoint:(CGPoint)point

Parameters

panel

the specified panel.

point

the specified point.

Return Value

an object for GridHitTestInfo.

Discussion

Initialize an object for GridHitTestInfo.

Declared In

GridHitTestInfo.h

  point

Gets the point in control coordinates that this HitTestInfo refers to.

@property (readonly) CGPoint point

Discussion

Gets the point in control coordinates that this HitTestInfo refers to.

Declared In

GridHitTestInfo.h

  cellType

Gets the cell type at the specified position.

@property (readonly) GridCellType cellType

Discussion

Gets the cell type at the specified position.

Declared In

GridHitTestInfo.h

  gridPanel

Gets the grid panel at the specified position.

@property (readonly) GridPanel *gridPanel

Discussion

Gets the grid panel at the specified position.

Declared In

GridHitTestInfo.h

  row

Gets the row index of the cell at the specified position.

@property (readonly) int row

Discussion

Gets the row index of the cell at the specified position.

Declared In

GridHitTestInfo.h

  column

Gets the column index of the cell at the specified position.

@property (readonly) int column

Discussion

Gets the column index of the cell at the specified position.

Declared In

GridHitTestInfo.h

  cellRange

Gets the cell range at the specified position.

@property (readonly) GridCellRange *cellRange

Discussion

Gets the cell range at the specified position.

Declared In

GridHitTestInfo.h

  edgeLeft

Gets whether the specified position is near the left edge of the cell.

@property (readonly) BOOL edgeLeft

Discussion

Gets whether the specified position is near the left edge of the cell.

Declared In

GridHitTestInfo.h

  edgeTop

Gets whether the specified position is near the top edge of the cell.

@property (readonly) BOOL edgeTop

Discussion

Gets whether the specified position is near the top edge of the cell.

Declared In

GridHitTestInfo.h

  edgeRight

Gets whether the specified position is near the right edge of the cell.

@property (readonly) BOOL edgeRight

Discussion

Gets whether the specified position is near the right edge of the cell.

Declared In

GridHitTestInfo.h

  edgeBottom

Gets whether the specified position is near the bottom edge of the cell.

@property (readonly) BOOL edgeBottom

Discussion

Gets whether the specified position is near the bottom edge of the cell.

Declared In

GridHitTestInfo.h