MeVisLab Toolbox Reference
DRTCorrectedParameterSequenceWrapper Class Reference

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

#include <mlDRTCorrectedParameterSequenceWrapper.h>

Inheritance diagram for DRTCorrectedParameterSequenceWrapper:

Public Slots

Access to wrapped DRTCorrectedParameterSequence object.

\script

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

Public Member Functions

 DRTCorrectedParameterSequenceWrapper (ml::DcmDRTCorrectedParameterSequenceInterface *wrappedSequence)
 
 DRTCorrectedParameterSequenceWrapper (const DRTCorrectedParameterSequenceWrapper &toCopy)
 
DRTCorrectedParameterSequenceWrapperoperator= (const DRTCorrectedParameterSequenceWrapper &toCopy)
 
ml::DcmDRTCorrectedParameterSequenceInterface getWrappedSequence () const
 
QString getCorrectionValueTag () const
 
QString getParameterItemIndexTag () const
 

Detailed Description

A class that wraps DRTCorrectedParameterSequence Item for use in Python.

\script

Definition at line 45 of file mlDRTCorrectedParameterSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTCorrectedParameterSequenceWrapper() [1/2]

DRTCorrectedParameterSequenceWrapper::DRTCorrectedParameterSequenceWrapper ( ml::DcmDRTCorrectedParameterSequenceInterface wrappedSequence)
inline

Definition at line 51 of file mlDRTCorrectedParameterSequenceWrapper.h.

◆ DRTCorrectedParameterSequenceWrapper() [2/2]

DRTCorrectedParameterSequenceWrapper::DRTCorrectedParameterSequenceWrapper ( const DRTCorrectedParameterSequenceWrapper toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTCorrectedParameterSequenceWrapper::addItem ( )
slot

◆ getCorrectionValueTag()

QString DRTCorrectedParameterSequenceWrapper::getCorrectionValueTag ( ) const
inline

◆ getItem

QVariant DRTCorrectedParameterSequenceWrapper::getItem ( int  idx)
slot

◆ getNumberOfItems

int DRTCorrectedParameterSequenceWrapper::getNumberOfItems ( ) const
slot

◆ getParameterItemIndexTag()

QString DRTCorrectedParameterSequenceWrapper::getParameterItemIndexTag ( ) const
inline

◆ getWrappedSequence()

ml::DcmDRTCorrectedParameterSequenceInterface DRTCorrectedParameterSequenceWrapper::getWrappedSequence ( ) const
inline

◆ insertItem

bool DRTCorrectedParameterSequenceWrapper::insertItem ( int  idx)
slot

◆ operator=()

◆ removeItem

bool DRTCorrectedParameterSequenceWrapper::removeItem ( int  idx)
slot

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