Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 33 of file qgraphicsscene_bsp_p.h.

Member Enumeration Documentation

◆ Type

Enumerator
Horizontal 
Vertical 
Leaf 

Definition at line 35 of file qgraphicsscene_bsp_p.h.

Member Data Documentation

◆ [union]

◆ leafIndex

int QGraphicsSceneBspTree::Node::leafIndex

Definition at line 38 of file qgraphicsscene_bsp_p.h.

◆ offset

◆ type

Type QGraphicsSceneBspTree::Node::type

Definition at line 40 of file qgraphicsscene_bsp_p.h.

Referenced by QGraphicsSceneBspTree::debug().


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