GnuCash c935c2f+
Loading...
Searching...
No Matches
Data Fields
VirtualLocation Struct Reference

The VirtualLocation structure contains the virtual location of a physical cell. More...

Data Fields

VirtualCellLocation vcell_loc
 
int phys_row_offset
 
int phys_col_offset
 

Detailed Description

The VirtualLocation structure contains the virtual location of a physical cell.

There is one instance of Locator for each physical cell. The virt_row and virt_col members identify the corresponding cellblock/virtual cell that this physical cell is a member of. The two phys_offsets provide the location of the physical cell as an offset from the cell block origin. That is, the offsets should never be less than zero, or greater than the size of the cell block.

Definition at line 111 of file register-common.h.

Field Documentation

◆ phys_col_offset

int VirtualLocation::phys_col_offset

Definition at line 115 of file register-common.h.

◆ phys_row_offset

int VirtualLocation::phys_row_offset

Definition at line 114 of file register-common.h.

◆ vcell_loc

VirtualCellLocation VirtualLocation::vcell_loc

Definition at line 113 of file register-common.h.


The documentation for this struct was generated from the following file: