![]() |
Qt 6.x
The Qt SDK
|
#include <qgraphicsscene_bsp_p.h>
Collaboration diagram for QGraphicsSceneBspTree::Node:Public Types | |
| enum | Type { Horizontal , Vertical , Leaf } |
Public Attributes | ||
| union { | ||
| qreal offset | ||
| int leafIndex | ||
| }; | ||
| Type | type | |
Definition at line 32 of file qgraphicsscene_bsp_p.h.
| Enumerator | |
|---|---|
| Horizontal | |
| Vertical | |
| Leaf | |
Definition at line 34 of file qgraphicsscene_bsp_p.h.
| union { ... } QGraphicsSceneBspTree::Node |
| int QGraphicsSceneBspTree::Node::leafIndex |
Definition at line 37 of file qgraphicsscene_bsp_p.h.
Referenced by QGraphicsSceneBspTree::debug().
| qreal QGraphicsSceneBspTree::Node::offset |
Definition at line 36 of file qgraphicsscene_bsp_p.h.
| Type QGraphicsSceneBspTree::Node::type |
Definition at line 39 of file qgraphicsscene_bsp_p.h.
Referenced by QGraphicsSceneBspTree::debug().