MeVisLab Toolbox Reference
DRTRecordedBlockSequenceWrapper Class Reference

#include <mlDRTRecordedBlockSequenceWrapper.h>

Inheritance diagram for DRTRecordedBlockSequenceWrapper:

Public Slots

Access to wrapped DRTRecordedBlockSequence object.
int getNumberOfItems () const
 \script
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

◆ DRTRecordedBlockSequenceWrapper() [2/2]

DRTRecordedBlockSequenceWrapper::DRTRecordedBlockSequenceWrapper ( const DRTRecordedBlockSequenceWrapper & toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTRecordedBlockSequenceWrapper::addItem ( )
slot

◆ getAccessoryCodeTag()

QString DRTRecordedBlockSequenceWrapper::getAccessoryCodeTag ( ) const
inline

Definition at line 70 of file mlDRTRecordedBlockSequenceWrapper.h.

◆ getBlockNameTag()

QString DRTRecordedBlockSequenceWrapper::getBlockNameTag ( ) const
inline

Definition at line 72 of file mlDRTRecordedBlockSequenceWrapper.h.

◆ getBlockTrayIDTag()

QString DRTRecordedBlockSequenceWrapper::getBlockTrayIDTag ( ) const
inline

Definition at line 74 of file mlDRTRecordedBlockSequenceWrapper.h.

◆ getItem

QVariant DRTRecordedBlockSequenceWrapper::getItem ( int idx)
slot

◆ getNumberOfItems

int DRTRecordedBlockSequenceWrapper::getNumberOfItems ( ) const
slot

\script

◆ getReferencedBlockNumberTag()

QString DRTRecordedBlockSequenceWrapper::getReferencedBlockNumberTag ( ) const
inline

Definition at line 76 of file mlDRTRecordedBlockSequenceWrapper.h.

◆ 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: