Qt 4.8
Public Types | Public Variables | List of all members
QGraphicsSceneBspTree::Node Struct Reference

#include <qgraphicsscene_bsp_p.h>

Public Types

enum  Type { Horizontal, Vertical, Leaf }
 

Public Variables

union {
   int   leafIndex
 
   qreal   offset
 
}; 
 
Type type
 

Detailed Description

Definition at line 75 of file qgraphicsscene_bsp_p.h.

Enumerations

◆ Type

Properties

◆ @182

union { ... }

◆ leafIndex

int QGraphicsSceneBspTree::Node::leafIndex

◆ offset

qreal QGraphicsSceneBspTree::Node::offset

◆ type

Type QGraphicsSceneBspTree::Node::type

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