Fraxinus
16.5.0-fx-rc7
An IGT application
|
#include <cxViewWrapper3D.h>
Public Member Functions | |
ViewWrapper3D (int startIndex, ViewPtr view, VisServicesPtr services) | |
virtual | ~ViewWrapper3D () |
virtual ViewPtr | getView () |
virtual double | getZoom2D () |
virtual void | setSlicePlanesProxy (SlicePlanesProxyPtr proxy) |
virtual void | setViewGroup (ViewGroupDataPtr group) |
void | setStereoType (int type) |
Public Member Functions inherited from cx::ViewWrapper | |
virtual | ~ViewWrapper () |
virtual void | initializePlane (PLANE_TYPE plane) |
virtual void | updateView ()=0 |
Protected Slots | |
virtual void | dataViewPropertiesChangedSlot (QString uid) |
Protected Slots inherited from cx::ViewWrapper | |
void | contextMenuSlot (const QPoint &point) |
virtual void | dataViewPropertiesChangedSlot (QString uid)=0 |
virtual void | videoSourceChangedSlot (QString uid) |
Additional Inherited Members | |
Signals inherited from cx::ViewWrapper | |
void | orientationChanged (ORIENTATION_TYPE type) |
Protected Member Functions inherited from cx::ViewWrapper | |
ViewWrapper (VisServicesPtr backend) | |
void | connectContextMenu (ViewPtr view) |
QStringList | getAllDataNames (DataViewProperties properties) const |
Protected Attributes inherited from cx::ViewWrapper | |
ViewGroupDataPtr | mGroupData |
VisServicesPtr | mServices |
DataViewPropertiesInteractorPtr | mDataViewPropertiesInteractor |
DataViewPropertiesInteractorPtr | mShow3DSlicesInteractor |
Wrapper for a View3D. Handles the connections between specific reps and the view.
Definition at line 86 of file cxViewWrapper3D.h.
cx::ViewWrapper3D::ViewWrapper3D | ( | int | startIndex, |
ViewPtr | view, | ||
VisServicesPtr | services | ||
) |
Definition at line 119 of file cxViewWrapper3D.cpp.
|
virtual |
Definition at line 188 of file cxViewWrapper3D.cpp.
|
protectedvirtualslot |
Definition at line 573 of file cxViewWrapper3D.cpp.
|
virtual |
Implements cx::ViewWrapper.
Definition at line 797 of file cxViewWrapper3D.cpp.
|
inlinevirtual |
Definition at line 93 of file cxViewWrapper3D.h.
|
virtual |
Implements cx::ViewWrapper.
Definition at line 891 of file cxViewWrapper3D.cpp.
void cx::ViewWrapper3D::setStereoType | ( | int | type | ) |
Definition at line 902 of file cxViewWrapper3D.cpp.
|
virtual |
Reimplemented from cx::ViewWrapper.
Definition at line 417 of file cxViewWrapper3D.cpp.