![]() |
CustusX
16.12-rc1
An IGT application
|
#include <cxViewWrapperVideo.h>
Public Member Functions | |
| ViewWrapperVideo (ViewPtr view, VisServicesPtr services) | |
| virtual | ~ViewWrapperVideo () |
| virtual ViewPtr | getView () |
| virtual void | setSlicePlanesProxy (SlicePlanesProxyPtr proxy) |
| virtual void | setViewGroup (ViewGroupDataPtr group) |
Public Member Functions inherited from cx::ViewWrapper | |
| virtual | ~ViewWrapper () |
| virtual void | initializePlane (PLANE_TYPE plane) |
| virtual void | updateView () |
Protected Slots | |
| virtual void | dataViewPropertiesChangedSlot (QString uid) |
| virtual void | videoSourceChangedSlot (QString uid) |
| virtual QString | getDataDescription () |
| virtual QString | getViewDescription () |
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) |
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) |
| virtual QString | getDataDescription ()=0 |
| virtual QString | getViewDescription ()=0 |
| QStringList | getAllDataNames (DataViewProperties properties) const |
| virtual void | addReps () |
Protected Attributes inherited from cx::ViewWrapper | |
| ViewGroupDataPtr | mGroupData |
| VisServicesPtr | mServices |
| DataViewPropertiesInteractorPtr | mDataViewPropertiesInteractor |
| DataViewPropertiesInteractorPtr | mShow3DSlicesInteractor |
Wrapper for a View that displays a RealTimeStream. Handles the connections between specific reps and the view.
The view displays either a raw rt source or a us probe, depending on whats available.
Definition at line 60 of file cxViewWrapperVideo.h.
| cx::ViewWrapperVideo::ViewWrapperVideo | ( | ViewPtr | view, |
| VisServicesPtr | services | ||
| ) |
Definition at line 59 of file cxViewWrapperVideo.cpp.
|
virtual |
Definition at line 82 of file cxViewWrapperVideo.cpp.
|
inlineprotectedvirtualslot |
Definition at line 76 of file cxViewWrapperVideo.h.
|
protectedvirtualslot |
Definition at line 240 of file cxViewWrapperVideo.cpp.
|
virtual |
Implements cx::ViewWrapper.
Definition at line 88 of file cxViewWrapperVideo.cpp.
|
protectedvirtualslot |
Definition at line 247 of file cxViewWrapperVideo.cpp.
|
inlinevirtual |
Implements cx::ViewWrapper.
Definition at line 67 of file cxViewWrapperVideo.h.
|
virtual |
Reimplemented from cx::ViewWrapper.
Definition at line 93 of file cxViewWrapperVideo.cpp.
|
protectedvirtualslot |
Definition at line 155 of file cxViewWrapperVideo.cpp.