Qt 4.8
|
#include <qbsptree_p.h>
Public Functions | |
Data (void *p) | |
Data (int n) | |
Public Variables | |
union { | |
int i | |
void * ptr | |
}; | |
Definition at line 74 of file qbsptree_p.h.
|
inline |
Definition at line 76 of file qbsptree_p.h.
|
inline |
Definition at line 77 of file qbsptree_p.h.
union { ... } |
int QBspTree::Data::i |
Definition at line 80 of file qbsptree_p.h.
Referenced by QBspTree::insert(), and QBspTree::remove().
void* QBspTree::Data::ptr |
Definition at line 79 of file qbsptree_p.h.
Referenced by QIconModeViewBase::addLeaf().