NorMIT-nav
2023.01.05-dev+develop.0da12
An IGT application
|
#include <cxVBWidget.h>
Signals | |
void | cameraPathChanged (MeshPtr pathMesh) |
void | cameraAtEndPosition () |
Public Member Functions | |
VBWidget (VisServicesPtr services, QWidget *parent=0) | |
virtual | ~VBWidget () |
void | setRouteToTarget (QString uid) |
void | setRoutePositions (std::vector< Eigen::Vector3d > routePositions) |
void | setCameraRotationAlongRoute (std::vector< double > cameraRotations) |
void | setBranchingIndexAlongRoute (std::vector< int > branchingIndex) |
void | setRecordVideoOption (bool recordVideo) |
Protected Slots | |
virtual void | keyPressEvent (QKeyEvent *event) |
void | playButtonClickedSlot () |
Protected Member Functions | |
QString | defaultWhatsThis () const |
void | enableControls (bool enable) |
QFileInfo | startRecordFullscreen () |
void | stopRecordFullscreen () |
Protected Attributes | |
VisServicesPtr | mServices |
QVBoxLayout * | mVerticalLayout |
QSlider * | mPlaybackSlider |
QPushButton * | mPlayButton |
QTimer * | mTimer |
QDial * | mRotateDial |
QDial * | mViewDial |
QPushButton * | mResetEndoscopeButton |
QPushButton * | mUseAutomaticRotationButton |
QPalette | mAutomaticRotationButtonBackgroundColor |
StringPropertySelectMeshPtr | mRouteToTarget |
CXVBcameraPath * | mCameraPath |
bool | mControlsEnabled |
bool | mAutomaticRotation |
bool | mRecordVideo |
PatientStoragePtr | mStorage |
cx::VBWidget::VBWidget | ( | VisServicesPtr | services, |
QWidget * | parent = 0 |
||
) |
Definition at line 42 of file cxVBWidget.cpp.
|
virtual |
Definition at line 138 of file cxVBWidget.cpp.
|
signal |
|
signal |
|
protected |
Definition at line 338 of file cxVBWidget.cpp.
|
protected |
Definition at line 192 of file cxVBWidget.cpp.
|
protectedvirtualslot |
Definition at line 206 of file cxVBWidget.cpp.
|
protectedslot |
Definition at line 274 of file cxVBWidget.cpp.
void cx::VBWidget::setBranchingIndexAlongRoute | ( | std::vector< int > | branchingIndex | ) |
Definition at line 166 of file cxVBWidget.cpp.
void cx::VBWidget::setCameraRotationAlongRoute | ( | std::vector< double > | cameraRotations | ) |
Definition at line 161 of file cxVBWidget.cpp.
void cx::VBWidget::setRecordVideoOption | ( | bool | recordVideo | ) |
Definition at line 171 of file cxVBWidget.cpp.
void cx::VBWidget::setRoutePositions | ( | std::vector< Eigen::Vector3d > | routePositions | ) |
Definition at line 156 of file cxVBWidget.cpp.
void cx::VBWidget::setRouteToTarget | ( | QString | uid | ) |
Definition at line 143 of file cxVBWidget.cpp.
|
protected |
Definition at line 176 of file cxVBWidget.cpp.
|
protected |
Definition at line 185 of file cxVBWidget.cpp.
|
protected |
Definition at line 72 of file cxVBWidget.h.
|
protected |
Definition at line 67 of file cxVBWidget.h.
|
protected |
Definition at line 70 of file cxVBWidget.h.
|
protected |
Definition at line 71 of file cxVBWidget.h.
|
protected |
Definition at line 60 of file cxVBWidget.h.
|
protected |
Definition at line 61 of file cxVBWidget.h.
|
protected |
Definition at line 73 of file cxVBWidget.h.
|
protected |
Definition at line 65 of file cxVBWidget.h.
|
protected |
Definition at line 63 of file cxVBWidget.h.
|
protected |
Definition at line 69 of file cxVBWidget.h.
|
protected |
Definition at line 58 of file cxVBWidget.h.
|
protected |
Definition at line 79 of file cxVBWidget.h.
|
protected |
Definition at line 62 of file cxVBWidget.h.
|
protected |
Definition at line 66 of file cxVBWidget.h.
|
protected |
Definition at line 59 of file cxVBWidget.h.
|
protected |
Definition at line 64 of file cxVBWidget.h.