Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 237 of file qgrayraster.c.

Member Data Documentation

◆ area

TArea TCell_::area

Definition at line 241 of file qgrayraster.c.

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

◆ cover

int TCell_::cover

Definition at line 240 of file qgrayraster.c.

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

◆ next

PCell TCell_::next

Definition at line 242 of file qgrayraster.c.

Referenced by gray_find_cell(), and gray_sweep().

◆ x

int TCell_::x

Definition at line 239 of file qgrayraster.c.

Referenced by gray_find_cell(), and gray_sweep().


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