QHandleManager Class
(Qt3D::QHandleManager)Public Functions
QHandleManager() | |
QHandle<T, INDEXBITS> | acquire(T * d) |
quint32 | activeEntries() const |
const T * | constData(const QHandle<T, INDEXBITS> & handle, bool * ok = 0) const |
T * | data(const QHandle<T, INDEXBITS> & handle, bool * ok = 0) |
void | release(const QHandle<T, INDEXBITS> & handle) |
void | reset() |
void | update(const QHandle<T, INDEXBITS> &, T * d) |