MeVisLab Toolbox Reference
DRTRecordedBlockSequenceWrapper Class Reference

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

#include <mlDRTRecordedBlockSequenceWrapper.h>

Inheritance diagram for DRTRecordedBlockSequenceWrapper:

Public Slots

Access to wrapped DRTRecordedBlockSequence object.

\script

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

Public Member Functions

 DRTRecordedBlockSequenceWrapper (ml::DcmDRTRecordedBlockSequenceInterface *wrappedSequence)
 
 DRTRecordedBlockSequenceWrapper (const DRTRecordedBlockSequenceWrapper &toCopy)
 
DRTRecordedBlockSequenceWrapperoperator= (const DRTRecordedBlockSequenceWrapper &toCopy)
 
ml::DcmDRTRecordedBlockSequenceInterface getWrappedSequence () const
 
QString getAccessoryCodeTag () const
 
QString getBlockNameTag () const
 
QString getBlockTrayIDTag () const
 
QString getReferencedBlockNumberTag () const
 

Detailed Description

A class that wraps DRTRecordedBlockSequence Item for use in Python.

\script

Definition at line 45 of file mlDRTRecordedBlockSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTRecordedBlockSequenceWrapper() [1/2]

DRTRecordedBlockSequenceWrapper::DRTRecordedBlockSequenceWrapper ( ml::DcmDRTRecordedBlockSequenceInterface wrappedSequence)
inline

Definition at line 51 of file mlDRTRecordedBlockSequenceWrapper.h.

◆ DRTRecordedBlockSequenceWrapper() [2/2]

DRTRecordedBlockSequenceWrapper::DRTRecordedBlockSequenceWrapper ( const DRTRecordedBlockSequenceWrapper toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTRecordedBlockSequenceWrapper::addItem ( )
slot

◆ getAccessoryCodeTag()

QString DRTRecordedBlockSequenceWrapper::getAccessoryCodeTag ( ) const
inline

◆ getBlockNameTag()

QString DRTRecordedBlockSequenceWrapper::getBlockNameTag ( ) const
inline

◆ getBlockTrayIDTag()

QString DRTRecordedBlockSequenceWrapper::getBlockTrayIDTag ( ) const
inline

◆ getItem

QVariant DRTRecordedBlockSequenceWrapper::getItem ( int  idx)
slot

◆ getNumberOfItems

int DRTRecordedBlockSequenceWrapper::getNumberOfItems ( ) const
slot

◆ getReferencedBlockNumberTag()

QString DRTRecordedBlockSequenceWrapper::getReferencedBlockNumberTag ( ) const
inline

◆ getWrappedSequence()

ml::DcmDRTRecordedBlockSequenceInterface DRTRecordedBlockSequenceWrapper::getWrappedSequence ( ) const
inline

◆ insertItem

bool DRTRecordedBlockSequenceWrapper::insertItem ( int  idx)
slot

◆ operator=()

◆ removeItem

bool DRTRecordedBlockSequenceWrapper::removeItem ( int  idx)
slot

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