|
Aeon Engine c550894
AeonGames Open Source Game Engine
|
Dialog for adjusting camera projection settings. More...
#include <C:/Code/AeonEngine/tools/worldeditor/CameraSettings.h>


Signals | |
| void | fieldOfViewChanged (double aFieldOfView) |
| Emitted when the field of view changes. | |
| void | nearChanged (double aNear) |
| Emitted when the near plane changes. | |
| void | farChanged (double aFar) |
| Emitted when the far plane changes. | |
Public Member Functions | |
| CameraSettings (QWidget *parent=Q_NULLPTR, Qt::WindowFlags f=Qt::WindowFlags()) | |
| Construct the camera settings dialog. | |
| ~CameraSettings () override | |
| Destructor. | |
| float | GetFieldOfView () const |
| Get the field of view angle. | |
| float | GetNear () const |
| Get the near clipping plane distance. | |
| float | GetFar () const |
| Get the far clipping plane distance. | |
Dialog for adjusting camera projection settings.
Definition at line 24 of file CameraSettings.h.
| AeonGames::CameraSettings::CameraSettings | ( | QWidget * | parent = Q_NULLPTR, |
| Qt::WindowFlags | f = Qt::WindowFlags() ) |
Construct the camera settings dialog.
| parent | Parent widget. |
| f | Window flags. |
Definition at line 25 of file CameraSettings.cpp.
|
override |
Destructor.
Definition at line 37 of file CameraSettings.cpp.
|
signal |
Emitted when the far plane changes.
| aFar | New far plane value. |
|
signal |
Emitted when the field of view changes.
| aFieldOfView | New field of view value. |
| float AeonGames::CameraSettings::GetFar | ( | ) | const |
Get the far clipping plane distance.
Definition at line 50 of file CameraSettings.cpp.
| float AeonGames::CameraSettings::GetFieldOfView | ( | ) | const |
Get the field of view angle.
Definition at line 42 of file CameraSettings.cpp.
| float AeonGames::CameraSettings::GetNear | ( | ) | const |
Get the near clipping plane distance.
Definition at line 46 of file CameraSettings.cpp.
|
signal |
Emitted when the near plane changes.
| aNear | New near plane value. |