2#include <NDEVR/Camera.h>
6 class LocalCameraSettingsUI;
35 Ui::LocalCameraSettingsUI*
ui;
Provides a modifiable pointer that has shared ownership of a dynamically allocated object.
DynamicPointer< Camera > m_camera
The camera being configured.
LocalCameraSettingsDialog(const DynamicPointer< Camera > &camera, QWidget *parent=nullptr)
Constructs the dialog for a specific camera.
void init()
Initializes the dialog UI components.
QTResourceListener * m_listener
Listener for camera resource changes.
void setCamera(const DynamicPointer< Camera > &camera)
Sets the camera to configure in this dialog.
Ui::LocalCameraSettingsUI * ui
The Qt UI form instance.
LocalCameraSettingsDialog(QWidget *parent=nullptr)
Constructs the dialog without a camera.
A ResourceListener which will always be executed on the main UI thread and can be tied to a Qt Object...
The primary namespace for the NDEVR SDK.