MeVisLab Toolbox Reference
DRTFixationDeviceSequenceWrapper Class Reference

A class that wraps DRTFixationDeviceSequence Item for use in Python. More...

#include <mlDRTFixationDeviceSequenceWrapper.h>

Inheritance diagram for DRTFixationDeviceSequenceWrapper:

Public Slots

Access to wrapped DRTFixationDeviceSequence object.

\script

int getNumberOfItems () const
 
QVariant getItem (int idx)
 
QVariant addItem ()
 
bool insertItem (int idx)
 
bool removeItem (int idx)
 

Public Member Functions

 DRTFixationDeviceSequenceWrapper (ml::DcmDRTFixationDeviceSequenceInterface *wrappedSequence)
 
 DRTFixationDeviceSequenceWrapper (const DRTFixationDeviceSequenceWrapper &toCopy)
 
DRTFixationDeviceSequenceWrapperoperator= (const DRTFixationDeviceSequenceWrapper &toCopy)
 
ml::DcmDRTFixationDeviceSequenceInterface getWrappedSequence () const
 
QString getAccessoryCodeTag () const
 
QString getFixationDeviceDescriptionTag () const
 
QString getFixationDeviceLabelTag () const
 
QString getFixationDevicePitchAngleTag () const
 
QString getFixationDevicePositionTag () const
 
QString getFixationDeviceRollAngleTag () const
 
QString getFixationDeviceTypeTag () const
 

Detailed Description

A class that wraps DRTFixationDeviceSequence Item for use in Python.

\script

Definition at line 45 of file mlDRTFixationDeviceSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTFixationDeviceSequenceWrapper() [1/2]

DRTFixationDeviceSequenceWrapper::DRTFixationDeviceSequenceWrapper ( ml::DcmDRTFixationDeviceSequenceInterface * wrappedSequence)
inline

Definition at line 51 of file mlDRTFixationDeviceSequenceWrapper.h.

◆ DRTFixationDeviceSequenceWrapper() [2/2]

DRTFixationDeviceSequenceWrapper::DRTFixationDeviceSequenceWrapper ( const DRTFixationDeviceSequenceWrapper & toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTFixationDeviceSequenceWrapper::addItem ( )
slot

◆ getAccessoryCodeTag()

QString DRTFixationDeviceSequenceWrapper::getAccessoryCodeTag ( ) const
inline

◆ getFixationDeviceDescriptionTag()

QString DRTFixationDeviceSequenceWrapper::getFixationDeviceDescriptionTag ( ) const
inline

◆ getFixationDeviceLabelTag()

QString DRTFixationDeviceSequenceWrapper::getFixationDeviceLabelTag ( ) const
inline

◆ getFixationDevicePitchAngleTag()

QString DRTFixationDeviceSequenceWrapper::getFixationDevicePitchAngleTag ( ) const
inline

◆ getFixationDevicePositionTag()

QString DRTFixationDeviceSequenceWrapper::getFixationDevicePositionTag ( ) const
inline

◆ getFixationDeviceRollAngleTag()

QString DRTFixationDeviceSequenceWrapper::getFixationDeviceRollAngleTag ( ) const
inline

◆ getFixationDeviceTypeTag()

QString DRTFixationDeviceSequenceWrapper::getFixationDeviceTypeTag ( ) const
inline

◆ getItem

QVariant DRTFixationDeviceSequenceWrapper::getItem ( int idx)
slot

◆ getNumberOfItems

int DRTFixationDeviceSequenceWrapper::getNumberOfItems ( ) const
slot

◆ getWrappedSequence()

ml::DcmDRTFixationDeviceSequenceInterface DRTFixationDeviceSequenceWrapper::getWrappedSequence ( ) const
inline

Definition at line 67 of file mlDRTFixationDeviceSequenceWrapper.h.

◆ insertItem

bool DRTFixationDeviceSequenceWrapper::insertItem ( int idx)
slot

◆ operator=()

DRTFixationDeviceSequenceWrapper & DRTFixationDeviceSequenceWrapper::operator= ( const DRTFixationDeviceSequenceWrapper & toCopy)
inline

◆ removeItem

bool DRTFixationDeviceSequenceWrapper::removeItem ( int idx)
slot

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