QtBase  v6.3.1
Public Types | Public Attributes | List of all members
QGraphicsSceneBspTree::Node Struct Reference

#include <qgraphicsscene_bsp_p.h>

Collaboration diagram for QGraphicsSceneBspTree::Node:
Collaboration graph
[legend]

Public Types

enum  Type { Horizontal , Vertical , Leaf }
 

Public Attributes

union {
   qreal   offset
 
   int   leafIndex
 
}; 
 
Type type
 

Detailed Description

Definition at line 72 of file qgraphicsscene_bsp_p.h.

Member Enumeration Documentation

◆ Type

Enumerator
Horizontal 
Vertical 
Leaf 

Definition at line 74 of file qgraphicsscene_bsp_p.h.

Member Data Documentation

◆ 

union { ... }

◆ leafIndex

int QGraphicsSceneBspTree::Node::leafIndex

Definition at line 77 of file qgraphicsscene_bsp_p.h.

◆ offset

qreal QGraphicsSceneBspTree::Node::offset

Definition at line 76 of file qgraphicsscene_bsp_p.h.

◆ type

Type QGraphicsSceneBspTree::Node::type

Definition at line 79 of file qgraphicsscene_bsp_p.h.


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