CustusX
16.5.0-rc9
An IGT application
|
#include <cxCameraStyle.h>
Signals | |
void | cameraStyleChanged () |
Public Member Functions | |
CameraStyle (CoreServicesPtr backend) | |
void | setCameraStyle (CAMERA_STYLE_TYPE style) |
Select tool style. This replaces the vtkInteractor Style. More... | |
CAMERA_STYLE_TYPE | getCameraStyle () const |
void | addView (ViewPtr view) |
void | clearViews () |
Controls the current camera style of the 3d view. Refactored from class View3D.
Definition at line 77 of file cxCameraStyle.h.
|
explicit |
Definition at line 44 of file cxCameraStyle.cpp.
void cx::CameraStyle::addView | ( | ViewPtr | view | ) |
Definition at line 50 of file cxCameraStyle.cpp.
|
signal |
void cx::CameraStyle::clearViews | ( | ) |
Definition at line 61 of file cxCameraStyle.cpp.
CAMERA_STYLE_TYPE cx::CameraStyle::getCameraStyle | ( | ) | const |
Definition at line 66 of file cxCameraStyle.cpp.
void cx::CameraStyle::setCameraStyle | ( | CAMERA_STYLE_TYPE | style | ) |
Select tool style. This replaces the vtkInteractor Style.
Definition at line 71 of file cxCameraStyle.cpp.