QHandleManager Class
(Qt3DCore::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()
Default constructs an instance of QHandleManager.