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
QGraphicsSceneBspTree::Node Struct Reference

#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
 

Detailed Description

Definition at line 32 of file qgraphicsscene_bsp_p.h.

Member Enumeration Documentation

◆ Type

Enumerator
Horizontal 
Vertical 
Leaf 

Definition at line 34 of file qgraphicsscene_bsp_p.h.

Member Data Documentation

◆ [union]

◆ leafIndex

int QGraphicsSceneBspTree::Node::leafIndex

Definition at line 37 of file qgraphicsscene_bsp_p.h.

Referenced by QGraphicsSceneBspTree::debug().

◆ offset

qreal QGraphicsSceneBspTree::Node::offset

Definition at line 36 of file qgraphicsscene_bsp_p.h.

◆ type

Type QGraphicsSceneBspTree::Node::type

Definition at line 39 of file qgraphicsscene_bsp_p.h.

Referenced by QGraphicsSceneBspTree::debug().


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