![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
QSGAreaAllocatorNode (QSGAreaAllocatorNode *parent) | |
~QSGAreaAllocatorNode () | |
bool | isLeaf () |
Public Attributes | |
QSGAreaAllocatorNode * | parent |
QSGAreaAllocatorNode * | left |
QSGAreaAllocatorNode * | right |
int | split |
SplitType | splitType |
bool | isOccupied |
Definition at line 24 of file qsgareaallocator.cpp.
QSGAreaAllocatorNode::QSGAreaAllocatorNode | ( | QSGAreaAllocatorNode * | parent | ) |
Definition at line 38 of file qsgareaallocator.cpp.
QSGAreaAllocatorNode::~QSGAreaAllocatorNode | ( | ) |
Definition at line 46 of file qsgareaallocator.cpp.
|
inline |
Definition at line 52 of file qsgareaallocator.cpp.
bool QSGAreaAllocatorNode::isOccupied |
Definition at line 35 of file qsgareaallocator.cpp.
Referenced by QSGAreaAllocator::deserialize(), and QSGAreaAllocator::serialize().
QSGAreaAllocatorNode* QSGAreaAllocatorNode::left |
Definition at line 31 of file qsgareaallocator.cpp.
Referenced by ~QSGAreaAllocatorNode(), QSGAreaAllocator::deserialize(), isLeaf(), and QSGAreaAllocator::serialize().
QSGAreaAllocatorNode* QSGAreaAllocatorNode::parent |
Definition at line 30 of file qsgareaallocator.cpp.
QSGAreaAllocatorNode* QSGAreaAllocatorNode::right |
Definition at line 32 of file qsgareaallocator.cpp.
Referenced by ~QSGAreaAllocatorNode(), QSGAreaAllocator::deserialize(), and QSGAreaAllocator::serialize().
int QSGAreaAllocatorNode::split |
Definition at line 33 of file qsgareaallocator.cpp.
Referenced by QSGAreaAllocator::deserialize(), and QSGAreaAllocator::serialize().
SplitType QSGAreaAllocatorNode::splitType |
Definition at line 34 of file qsgareaallocator.cpp.
Referenced by QSGAreaAllocator::deserialize(), and QSGAreaAllocator::serialize().