![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtMultimedia/qtmultimediaglobal.h>
#include <qreadwritelock.h>
#include <memory>
#include <map>
Go to the source code of this file.
Classes | |
class | QRhiCallback |
The QRhiCallback class implements a thread-safe wrapper around QRhi cleanup callbacks. For adding a callback to QRhi, create a shared insance of the class and invoke addToRhi for the specific QRhi. To deactivate the callback delete the instance. More... | |
class | QRhiValueMapper< Value > |
The class associates values of the specified type with different QRhi. One instance of QRhiValueMapper associates one QRhi with one value. The mapped value is deleted when the matching QRhi is cleaned/deleted, when QRhiValueMapper::clear is invoked, or the QRhiValueMapper's instance is deleted. More... | |