![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
| QSGAreaAllocatorNode (QSGAreaAllocatorNode *parent) | |
| ~QSGAreaAllocatorNode () | |
| bool | isLeaf () |
| 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.
References isOccupied, left, parent, and right.
| QSGAreaAllocatorNode::~QSGAreaAllocatorNode | ( | ) |
Definition at line 46 of file qsgareaallocator.cpp.
| QSGAreaAllocatorNode::QSGAreaAllocatorNode | ( | QSGAreaAllocatorNode * | parent | ) |
| QSGAreaAllocatorNode::~QSGAreaAllocatorNode | ( | ) |
|
inline |
Definition at line 52 of file qsgareaallocator.cpp.
|
inline |
| bool QSGAreaAllocatorNode::isOccupied |
Definition at line 35 of file qsgareaallocator.cpp.
Referenced by QSGAreaAllocatorNode().
| QSGAreaAllocatorNode * QSGAreaAllocatorNode::left |
Definition at line 31 of file qsgareaallocator.cpp.
Referenced by QSGAreaAllocatorNode(), ~QSGAreaAllocatorNode(), isLeaf(), and testing.tools.safetynet_image.ImageLocations::Left().
| QSGAreaAllocatorNode * QSGAreaAllocatorNode::parent |
Definition at line 30 of file qsgareaallocator.cpp.
Referenced by QSGAreaAllocatorNode().
| QSGAreaAllocatorNode * QSGAreaAllocatorNode::right |
Definition at line 32 of file qsgareaallocator.cpp.
Referenced by QSGAreaAllocatorNode(), ~QSGAreaAllocatorNode(), isLeaf(), and testing.tools.safetynet_image.ImageLocations::Right().
| int QSGAreaAllocatorNode::split |
Definition at line 33 of file qsgareaallocator.cpp.
| SplitType QSGAreaAllocatorNode::splitType |
Definition at line 34 of file qsgareaallocator.cpp.