1 #ifndef CAMERAPROPERTIES_H 2 #define CAMERAPROPERTIES_H 5 #include <QScopedPointer> 27 void fovChangedBySlider(
double);
30 void orthoChecked(
bool);
34 void onOrthoChecked(
bool val);
37 void onFOVSet(
double fov);
40 void onSliderMoved(
int position);
43 QScopedPointer<Ui::CameraProperties> m_ui;
47 #endif // CAMERAPROPERTIES_H Definition: CameraProperties.h:9
Widget that contains camera aperture properties.
Definition: CameraProperties.h:15