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)

Member Function Documentation

QHandleManager::QHandleManager()

QHandle<T, INDEXBITS> QHandleManager::acquire(T * d)

quint32 QHandleManager::activeEntries() const

const T * QHandleManager::constData(const QHandle<T, INDEXBITS> & handle, bool * ok = 0) const

T * QHandleManager::data(const QHandle<T, INDEXBITS> & handle, bool * ok = 0)

void QHandleManager::release(const QHandle<T, INDEXBITS> & handle)

void QHandleManager::reset()

void QHandleManager::update(const QHandle<T, INDEXBITS> &, T * d)

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.