CustusX
22.04-rc2
An IGT application
|
#include <cxCameraStyle.h>
Signals | |
void | cameraStyleChanged () |
Public Member Functions | |
CameraStyle (CoreServicesPtr backend, ViewGroupDataPtr viewGroupData) | |
void | setCameraStyle (CameraStyleData style) |
Select tool style. This replaces the vtkInteractor Style. More... | |
CameraStyleData | getCameraStyle () const |
void | addView (ViewPtr view) |
void | clearViews () |
Controls the current camera style of the 3d view. Refactored from class View3D.
Definition at line 55 of file cxCameraStyle.h.
|
explicit |
Definition at line 23 of file cxCameraStyle.cpp.
void cx::CameraStyle::addView | ( | ViewPtr | view | ) |
Definition at line 30 of file cxCameraStyle.cpp.
|
signal |
void cx::CameraStyle::clearViews | ( | ) |
Definition at line 41 of file cxCameraStyle.cpp.
CameraStyleData cx::CameraStyle::getCameraStyle | ( | ) | const |
Definition at line 46 of file cxCameraStyle.cpp.
void cx::CameraStyle::setCameraStyle | ( | CameraStyleData | style | ) |
Select tool style. This replaces the vtkInteractor Style.
Definition at line 51 of file cxCameraStyle.cpp.