Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QSGAreaAllocatorNode Struct Reference
Collaboration diagram for QSGAreaAllocatorNode:

Public Member Functions

 QSGAreaAllocatorNode (QSGAreaAllocatorNode *parent)
 ~QSGAreaAllocatorNode ()
bool isLeaf ()
 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() [1/2]

QSGAreaAllocatorNode::QSGAreaAllocatorNode ( QSGAreaAllocatorNode * parent)

Definition at line 38 of file qsgareaallocator.cpp.

References isOccupied, left, parent, and right.

◆ ~QSGAreaAllocatorNode() [1/2]

QSGAreaAllocatorNode::~QSGAreaAllocatorNode ( )

Definition at line 46 of file qsgareaallocator.cpp.

References left, and right.

◆ QSGAreaAllocatorNode() [2/2]

QSGAreaAllocatorNode::QSGAreaAllocatorNode ( QSGAreaAllocatorNode * parent)

◆ ~QSGAreaAllocatorNode() [2/2]

QSGAreaAllocatorNode::~QSGAreaAllocatorNode ( )

Member Function Documentation

◆ isLeaf() [1/2]

bool QSGAreaAllocatorNode::isLeaf ( )
inline

Definition at line 52 of file qsgareaallocator.cpp.

References left, and right.

◆ isLeaf() [2/2]

bool QSGAreaAllocatorNode::isLeaf ( )
inline

Member Data Documentation

◆ isOccupied

bool QSGAreaAllocatorNode::isOccupied

Definition at line 35 of file qsgareaallocator.cpp.

Referenced by QSGAreaAllocatorNode().

◆ left

◆ parent

QSGAreaAllocatorNode * QSGAreaAllocatorNode::parent

Definition at line 30 of file qsgareaallocator.cpp.

Referenced by QSGAreaAllocatorNode().

◆ right

◆ split

int QSGAreaAllocatorNode::split

Definition at line 33 of file qsgareaallocator.cpp.

◆ splitType

SplitType QSGAreaAllocatorNode::splitType

Definition at line 34 of file qsgareaallocator.cpp.


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