QResourceManager Class
(Qt3DCore::QResourceManager)Inherits: | Qt3DCore::ArrayAllocatingPolicy and |
Public Types
Public Functions
QResourceManager() | |
~QResourceManager() | |
Handle | acquire() |
bool | contains(const KeyType &id) const |
ValueType * | data(const Handle &handle) |
Handle | getOrAcquireHandle(const KeyType &id) |
ValueType * | getOrCreateResource(const KeyType &id) |
Handle | lookupHandle(const KeyType &id) |
ValueType * | lookupResource(const KeyType &id) |
void | release(const Handle &handle) |
void | releaseResource(const KeyType &id) |
- 6 public functions inherited from Qt3DCore::ArrayAllocatingPolicy
Member Function Documentation
QResourceManager::QResourceManager()
Default constructs an instance of QResourceManager.
QResourceManager::~QResourceManager()
Destroys the instance of QResourceManager.