AreaAllocator Class
(Qt3DExtras::AreaAllocator)Public Functions
AreaAllocator(const QSize &size) | |
~AreaAllocator() | |
QRect | allocate(const QSize &size) |
bool | deallocate(const QRect &rect) |
bool | isEmpty() const |
QSize | size() const |
Member Function Documentation
AreaAllocator::AreaAllocator(const QSize &size)
Default constructs an instance of AreaAllocator.
AreaAllocator::~AreaAllocator()
Destroys the instance of AreaAllocator.