![]() |
Fraxinus
17.12-rc2
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 () |
| virtual void | setSharedOpenGLContext (SharedOpenGLContextPtr sharedOpenGLContext) |
Protected Slots | |
| virtual void | dataViewPropertiesChangedSlot (QString uid) |
| virtual void | settingsChangedSlot (QString key) |
Protected Slots inherited from cx::ViewWrapper | |
| void | contextMenuSlot (const QPoint &point) |
| void | settingsChangedSlot (QString key) |
| virtual void | dataViewPropertiesChangedSlot (QString uid)=0 |
| virtual void | videoSourceChangedSlot (QString uid) |
Protected Member Functions | |
| virtual QString | getDataDescription () |
| virtual QString | getViewDescription () |
Protected Member Functions inherited from cx::ViewWrapper | |
| ViewWrapper (VisServicesPtr backend) | |
| void | connectContextMenu (ViewPtr view) |
| QStringList | getAllDataNames (DataViewProperties properties) const |
| virtual void | addReps () |
Additional Inherited Members | |
Signals inherited from cx::ViewWrapper | |
| void | orientationChanged (ORIENTATION_TYPE type) |
Protected Attributes inherited from cx::ViewWrapper | |
| ViewGroupDataPtr | mGroupData |
| VisServicesPtr | mServices |
| DataViewPropertiesInteractorPtr | mDataViewPropertiesInteractor |
| DataViewPropertiesInteractorPtr | mShow3DSlicesInteractor |
| SharedOpenGLContextPtr | mSharedOpenGLContext |
Wrapper for a View3D. Handles the connections between specific reps and the view.
Definition at line 85 of file cxViewWrapper3D.h.
| cx::ViewWrapper3D::ViewWrapper3D | ( | int | startIndex, |
| ViewPtr | view, | ||
| VisServicesPtr | services | ||
| ) |
Definition at line 118 of file cxViewWrapper3D.cpp.
|
virtual |
Definition at line 179 of file cxViewWrapper3D.cpp.
|
protectedvirtualslot |
Definition at line 576 of file cxViewWrapper3D.cpp.
|
protectedvirtual |
Implements cx::ViewWrapper.
Definition at line 726 of file cxViewWrapper3D.cpp.
|
virtual |
Implements cx::ViewWrapper.
Definition at line 817 of file cxViewWrapper3D.cpp.
|
protectedvirtual |
Implements cx::ViewWrapper.
Definition at line 731 of file cxViewWrapper3D.cpp.
|
inlinevirtual |
Definition at line 92 of file cxViewWrapper3D.h.
|
virtual |
Implements cx::ViewWrapper.
Definition at line 910 of file cxViewWrapper3D.cpp.
| void cx::ViewWrapper3D::setStereoType | ( | int | type | ) |
Definition at line 921 of file cxViewWrapper3D.cpp.
|
protectedvirtualslot |
Definition at line 204 of file cxViewWrapper3D.cpp.
|
virtual |
Reimplemented from cx::ViewWrapper.
Definition at line 420 of file cxViewWrapper3D.cpp.