![]() |
NDEVR
API Documentation
|
A dialog for allowing the user to specify a background or sun position of a particular camera or viewport. More...
Public Member Functions | |
| BackgroundandLightingEditor (UUID camera, QTModelManager *manager, QWidget *parent=nullptr) | |
| Constructs the editor for a specific camera. | |
| ~BackgroundandLightingEditor () | |
| Destructor. | |
| Camera * | camera () |
| Returns the camera being edited. | |
Protected Member Functions | |
| void | updateFromManager () |
| Updates the UI from the current camera/manager state. | |
| void | updateFromUI () |
| Updates the camera from the current UI values. | |
Protected Attributes | |
| UUID | m_camera_id |
| UUID of the camera being edited. | |
| QTModelManager * | m_model_manager |
| Pointer to the model manager. | |
| Ui::BackgroundLightingUI * | ui |
| Pointer to the auto-generated UI. | |
A dialog for allowing the user to specify a background or sun position of a particular camera or viewport.
Class: BackgroundandLightingEditor
Definition at line 50 of file BackgroundandLightingEditor.h.
| BackgroundandLightingEditor::BackgroundandLightingEditor | ( | UUID | camera, |
| QTModelManager * | manager, | ||
| QWidget * | parent = nullptr ) |
| Camera * BackgroundandLightingEditor::camera | ( | ) |
Returns the camera being edited.
Referenced by BackgroundandLightingEditor().