Dialog widget for adjusting local camera settings such as resolution, exposure, and focus.
More...
Dialog widget for adjusting local camera settings such as resolution, exposure, and focus.
Definition at line 14 of file VulkanCameraSettingsDialog.h.
◆ VulkanCameraSettingsDialog() [1/2]
| VulkanCameraSettingsDialog::VulkanCameraSettingsDialog |
( |
QWidget * | parent = nullptr | ) |
|
Constructs the dialog without an associated camera.
- Parameters
-
| [in] | parent | Optional parent widget. |
◆ VulkanCameraSettingsDialog() [2/2]
| VulkanCameraSettingsDialog::VulkanCameraSettingsDialog |
( |
const DynamicPointer< Camera > & | camera, |
|
|
QWidget * | parent = nullptr ) |
Constructs the dialog and binds it to a specific camera.
- Parameters
-
| [in] | camera | The camera whose settings to display. |
| [in] | parent | Optional parent widget. |
◆ setCamera()
Sets the camera whose settings are displayed and edited.
- Parameters
-
| [in] | camera | The camera to bind to. |
The documentation for this class was generated from the following file: