|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <QtCore/QObject>#include <QtCore/QString>#include <QtCore/qglobal.h>#include <atomic>
Include dependency graph for QGCRhiCapture.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | QGCRhiCapture::DeviceSnapshot |
Namespaces | |
| namespace | QGCRhiCapture |
Resolves and caches the QRhi* driving QGC's main scene graph; Qt has no global RHI accessor. | |
Functions | |
| QRhi * | QGCRhiCapture::cachedRhi () noexcept |
| Cached QRhi* maintained by sceneGraph signals; safe from any thread via acquire ordering. | |
| DeviceSnapshot & | QGCRhiCapture::deviceSnapshot () noexcept |
| Returns the global snapshot. Atomic fields make individual reads thread-safe. | |
| void | QGCRhiCapture::connectWindow (QQuickWindow *window) |