NorMIT-nav  22.09
An IGT application
cx::VBWidget Class Reference

#include <cxVBWidget.h>

Inheritance diagram for cx::VBWidget:

Signals

void cameraPathChanged (MeshPtr pathMesh)
 

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)
 

Protected Slots

virtual void keyPressEvent (QKeyEvent *event)
 

Protected Member Functions

QString defaultWhatsThis () const
 
void enableControls (bool enable)
 

Protected Attributes

QVBoxLayout * mVerticalLayout
 
QSlider * mPlaybackSlider
 
QDial * mRotateDial
 
QDial * mViewDial
 
QPushButton * mResetEndoscopeButton
 
QPushButton * mUseAutomaticRotationButton
 
QPalette mAutomaticRotationButtonBackgroundColor
 
StringPropertySelectMeshPtr mRouteToTarget
 
CXVBcameraPathmCameraPath
 
bool mControlsEnabled
 
bool mAutomaticRotation
 
PatientStoragePtr mStorage
 

Detailed Description

Widget for Virtual Bronchoscopy

Date
Aug 27, 2015
Author
Geir Arne Tangen, SINTEF

Definition at line 44 of file cxVBWidget.h.

Constructor & Destructor Documentation

◆ VBWidget()

cx::VBWidget::VBWidget ( VisServicesPtr  services,
QWidget *  parent = 0 
)

Definition at line 40 of file cxVBWidget.cpp.

◆ ~VBWidget()

cx::VBWidget::~VBWidget ( )
virtual

Definition at line 126 of file cxVBWidget.cpp.

Member Function Documentation

◆ cameraPathChanged

void cx::VBWidget::cameraPathChanged ( MeshPtr  pathMesh)
signal

◆ defaultWhatsThis()

QString cx::VBWidget::defaultWhatsThis ( ) const
protected

Definition at line 262 of file cxVBWidget.cpp.

◆ enableControls()

void cx::VBWidget::enableControls ( bool  enable)
protected

Definition at line 153 of file cxVBWidget.cpp.

◆ keyPressEvent

void cx::VBWidget::keyPressEvent ( QKeyEvent *  event)
protectedvirtualslot

Definition at line 167 of file cxVBWidget.cpp.

◆ setCameraRotationAlongRoute()

void cx::VBWidget::setCameraRotationAlongRoute ( std::vector< double >  cameraRotations)

Definition at line 148 of file cxVBWidget.cpp.

◆ setRoutePositions()

void cx::VBWidget::setRoutePositions ( std::vector< Eigen::Vector3d >  routePositions)

Definition at line 143 of file cxVBWidget.cpp.

◆ setRouteToTarget()

void cx::VBWidget::setRouteToTarget ( QString  uid)

Definition at line 130 of file cxVBWidget.cpp.

Member Data Documentation

◆ mAutomaticRotation

bool cx::VBWidget::mAutomaticRotation
protected

Definition at line 67 of file cxVBWidget.h.

◆ mAutomaticRotationButtonBackgroundColor

QPalette cx::VBWidget::mAutomaticRotationButtonBackgroundColor
protected

Definition at line 62 of file cxVBWidget.h.

◆ mCameraPath

CXVBcameraPath* cx::VBWidget::mCameraPath
protected

Definition at line 65 of file cxVBWidget.h.

◆ mControlsEnabled

bool cx::VBWidget::mControlsEnabled
protected

Definition at line 66 of file cxVBWidget.h.

◆ mPlaybackSlider

QSlider* cx::VBWidget::mPlaybackSlider
protected

Definition at line 57 of file cxVBWidget.h.

◆ mResetEndoscopeButton

QPushButton* cx::VBWidget::mResetEndoscopeButton
protected

Definition at line 60 of file cxVBWidget.h.

◆ mRotateDial

QDial* cx::VBWidget::mRotateDial
protected

Definition at line 58 of file cxVBWidget.h.

◆ mRouteToTarget

StringPropertySelectMeshPtr cx::VBWidget::mRouteToTarget
protected

Definition at line 64 of file cxVBWidget.h.

◆ mStorage

PatientStoragePtr cx::VBWidget::mStorage
protected

Definition at line 71 of file cxVBWidget.h.

◆ mUseAutomaticRotationButton

QPushButton* cx::VBWidget::mUseAutomaticRotationButton
protected

Definition at line 61 of file cxVBWidget.h.

◆ mVerticalLayout

QVBoxLayout* cx::VBWidget::mVerticalLayout
protected

Definition at line 56 of file cxVBWidget.h.

◆ mViewDial

QDial* cx::VBWidget::mViewDial
protected

Definition at line 59 of file cxVBWidget.h.


The documentation for this class was generated from the following files: