Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
TCell_ Struct Reference
Collaboration diagram for TCell_:

Public Attributes

int x
int cover
TArea area
PCell next

Detailed Description

Definition at line 239 of file qgrayraster.c.

Member Data Documentation

◆ area

TArea TCell_::area

Definition at line 243 of file qgrayraster.c.

Referenced by gray_find_cell(), gray_record_cell(), and gray_sweep().

◆ cover

int TCell_::cover

Definition at line 242 of file qgrayraster.c.

Referenced by gray_find_cell(), gray_record_cell(), and gray_sweep().

◆ next

PCell TCell_::next

Definition at line 244 of file qgrayraster.c.

Referenced by gray_find_cell(), and gray_sweep().

◆ x

int TCell_::x

Definition at line 241 of file qgrayraster.c.

Referenced by gray_find_cell(), and gray_sweep().


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