QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
QGCRhiCapture.h File Reference
#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.
 
DeviceSnapshotQGCRhiCapture::deviceSnapshot () noexcept
 Returns the global snapshot. Atomic fields make individual reads thread-safe.
 
void QGCRhiCapture::connectWindow (QQuickWindow *window)