Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSGAreaAllocatorNode Struct Reference
+ Collaboration diagram for QSGAreaAllocatorNode:

Public Member Functions

 QSGAreaAllocatorNode (QSGAreaAllocatorNode *parent)
 
 ~QSGAreaAllocatorNode ()
 
bool isLeaf ()
 

Public Attributes

QSGAreaAllocatorNodeparent
 
QSGAreaAllocatorNodeleft
 
QSGAreaAllocatorNoderight
 
int split
 
SplitType splitType
 
bool isOccupied
 

Detailed Description

Definition at line 24 of file qsgareaallocator.cpp.

Constructor & Destructor Documentation

◆ QSGAreaAllocatorNode()

QSGAreaAllocatorNode::QSGAreaAllocatorNode ( QSGAreaAllocatorNode * parent)

Definition at line 38 of file qsgareaallocator.cpp.

◆ ~QSGAreaAllocatorNode()

QSGAreaAllocatorNode::~QSGAreaAllocatorNode ( )

Definition at line 46 of file qsgareaallocator.cpp.

References left, and right.

Member Function Documentation

◆ isLeaf()

bool QSGAreaAllocatorNode::isLeaf ( )
inline

Definition at line 52 of file qsgareaallocator.cpp.

References left, and Q_ASSERT.

Member Data Documentation

◆ isOccupied

bool QSGAreaAllocatorNode::isOccupied

◆ left

◆ parent

QSGAreaAllocatorNode* QSGAreaAllocatorNode::parent

Definition at line 30 of file qsgareaallocator.cpp.

◆ right

QSGAreaAllocatorNode* QSGAreaAllocatorNode::right

◆ split

int QSGAreaAllocatorNode::split

◆ splitType

SplitType QSGAreaAllocatorNode::splitType

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