![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Attributes | |
int | x |
int | cover |
TArea | area |
PCell | next |
Definition at line 239 of file qgrayraster.c.
TArea TCell_::area |
Definition at line 243 of file qgrayraster.c.
Referenced by gray_find_cell(), gray_record_cell(), and gray_sweep().
int TCell_::cover |
Definition at line 242 of file qgrayraster.c.
Referenced by gray_find_cell(), gray_record_cell(), and gray_sweep().
PCell TCell_::next |
Definition at line 244 of file qgrayraster.c.
Referenced by gray_find_cell(), and gray_sweep().
int TCell_::x |
Definition at line 241 of file qgrayraster.c.
Referenced by gray_find_cell(), and gray_sweep().