![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsgareaallocator_p.h>
Public Member Functions | |
| QSGAreaAllocator (const QSize &size) | |
| ~QSGAreaAllocator () | |
| QRect | allocate (const QSize &size) |
| bool | deallocate (const QRect &rect) |
| bool | isEmpty () const |
| QSize | size () const |
| QByteArray | serialize () |
| const char * | deserialize (const char *data, int size) |
Definition at line 26 of file qsgareaallocator_p.h.
| QSGAreaAllocator::QSGAreaAllocator | ( | const QSize & | size | ) |
Definition at line 59 of file qsgareaallocator.cpp.
| QSGAreaAllocator::~QSGAreaAllocator | ( | ) |
Definition at line 64 of file qsgareaallocator.cpp.
Definition at line 69 of file qsgareaallocator.cpp.
| bool QSGAreaAllocator::deallocate | ( | const QRect & | rect | ) |
Definition at line 76 of file qsgareaallocator.cpp.
| const char * QSGAreaAllocator::deserialize | ( | const char * | data, |
| int | size ) |
Definition at line 335 of file qsgareaallocator.cpp.
|
inline |
Definition at line 34 of file qsgareaallocator_p.h.
| QByteArray QSGAreaAllocator::serialize | ( | ) |
Definition at line 294 of file qsgareaallocator.cpp.
|
inline |
Definition at line 35 of file qsgareaallocator_p.h.