MeVisLab Toolbox Reference
DRTRTDoseROISequenceWrapper Class Reference

#include <mlDRTRTDoseROISequenceWrapper.h>

Inheritance diagram for DRTRTDoseROISequenceWrapper:

Public Slots

Access to wrapped DRTRTDoseROISequence object.
int getNumberOfItems () const
 \script
QVariant getItem (int idx)
QVariant addItem ()
bool insertItem (int idx)
bool removeItem (int idx)

Public Member Functions

 DRTRTDoseROISequenceWrapper (ml::DcmDRTRTDoseROISequenceInterface *wrappedSequence)
 DRTRTDoseROISequenceWrapper (const DRTRTDoseROISequenceWrapper &toCopy)
DRTRTDoseROISequenceWrapperoperator= (const DRTRTDoseROISequenceWrapper &toCopy)
ml::DcmDRTRTDoseROISequenceInterface getWrappedSequence () const
QString getDoseUnitsTag () const
QString getDoseValueTag () const
QString getReferencedROINumberTag () const

Detailed Description

A class that wraps DRTRTDoseROISequence Item for use in Python. \script

Definition at line 45 of file mlDRTRTDoseROISequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTRTDoseROISequenceWrapper() [1/2]

DRTRTDoseROISequenceWrapper::DRTRTDoseROISequenceWrapper ( ml::DcmDRTRTDoseROISequenceInterface * wrappedSequence)
inline

Definition at line 51 of file mlDRTRTDoseROISequenceWrapper.h.

Referenced by DRTRTDoseROISequenceWrapper(), and operator=().

◆ DRTRTDoseROISequenceWrapper() [2/2]

DRTRTDoseROISequenceWrapper::DRTRTDoseROISequenceWrapper ( const DRTRTDoseROISequenceWrapper & toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTRTDoseROISequenceWrapper::addItem ( )
slot

◆ getDoseUnitsTag()

QString DRTRTDoseROISequenceWrapper::getDoseUnitsTag ( ) const
inline

Definition at line 70 of file mlDRTRTDoseROISequenceWrapper.h.

◆ getDoseValueTag()

QString DRTRTDoseROISequenceWrapper::getDoseValueTag ( ) const
inline

Definition at line 72 of file mlDRTRTDoseROISequenceWrapper.h.

◆ getItem

QVariant DRTRTDoseROISequenceWrapper::getItem ( int idx)
slot

◆ getNumberOfItems

int DRTRTDoseROISequenceWrapper::getNumberOfItems ( ) const
slot

\script

◆ getReferencedROINumberTag()

QString DRTRTDoseROISequenceWrapper::getReferencedROINumberTag ( ) const
inline

Definition at line 74 of file mlDRTRTDoseROISequenceWrapper.h.

◆ getWrappedSequence()

ml::DcmDRTRTDoseROISequenceInterface DRTRTDoseROISequenceWrapper::getWrappedSequence ( ) const
inline

Definition at line 67 of file mlDRTRTDoseROISequenceWrapper.h.

Referenced by DRTRTDoseROISequenceWrapper(), and operator=().

◆ insertItem

bool DRTRTDoseROISequenceWrapper::insertItem ( int idx)
slot

◆ operator=()

◆ removeItem

bool DRTRTDoseROISequenceWrapper::removeItem ( int idx)
slot

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