Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qrhivaluemapper_p.h File Reference

(ffc9e60fecf0631677f7454d05ea64105260ac50)

#include <QtMultimedia/qtmultimediaglobal.h>
#include <qreadwritelock.h>
#include <memory>
#include <map>
+ Include dependency graph for qrhivaluemapper_p.h:
+ This graph shows which files directly or indirectly include this file:

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...