2#include <NDEVR/Camera.h>
6 class LocalCameraSettingsUI;
32 Ui::LocalCameraSettingsUI*
ui;
Provides a modifiable pointer that has shared ownership of a dynamically allocated object.
A ResourceListener which will always be executed on the main UI thread and can be tied to a Qt Object...
void init()
Initializes UI elements and resource listeners.
Ui::LocalCameraSettingsUI * ui
Pointer to the auto-generated UI form.
void setCamera(const DynamicPointer< Camera > &camera)
Sets the camera whose settings are displayed and edited.
DynamicPointer< Camera > m_camera
The camera being configured.
VulkanCameraSettingsDialog(const DynamicPointer< Camera > &camera, QWidget *parent=nullptr)
Constructs the dialog and binds it to a specific camera.
QTResourceListener * m_listener
Listener for camera resource changes.
VulkanCameraSettingsDialog(QWidget *parent=nullptr)
Constructs the dialog without an associated camera.
The primary namespace for the NDEVR SDK.