Qt 4.8
Public Functions | Public Variables | List of all members
QBspTree::Data Struct Reference

#include <qbsptree_p.h>

Public Functions

 Data (void *p)
 
 Data (int n)
 

Public Variables

union {
   int   i
 
   void *   ptr
 
}; 
 

Detailed Description

Definition at line 74 of file qbsptree_p.h.

Constructors and Destructors

◆ Data() [1/2]

QBspTree::Data::Data ( void *  p)
inline

Definition at line 76 of file qbsptree_p.h.

76 : ptr(p) {}

◆ Data() [2/2]

QBspTree::Data::Data ( int  n)
inline

Definition at line 77 of file qbsptree_p.h.

77 : i(n) {}

Properties

◆ @191

union { ... }

◆ i

int QBspTree::Data::i

Definition at line 80 of file qbsptree_p.h.

Referenced by QBspTree::insert(), and QBspTree::remove().

◆ ptr

void* QBspTree::Data::ptr

Definition at line 79 of file qbsptree_p.h.

Referenced by QIconModeViewBase::addLeaf().


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