MeVisLab Toolbox Reference
DRTCorrectedParameterSequenceWrapper Class Reference

#include <mlDRTCorrectedParameterSequenceWrapper.h>

Inheritance diagram for DRTCorrectedParameterSequenceWrapper:

Public Slots

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

◆ DRTCorrectedParameterSequenceWrapper() [2/2]

DRTCorrectedParameterSequenceWrapper::DRTCorrectedParameterSequenceWrapper ( const DRTCorrectedParameterSequenceWrapper & toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTCorrectedParameterSequenceWrapper::addItem ( )
slot

◆ getCorrectionValueTag()

QString DRTCorrectedParameterSequenceWrapper::getCorrectionValueTag ( ) const
inline

Definition at line 70 of file mlDRTCorrectedParameterSequenceWrapper.h.

◆ getItem

QVariant DRTCorrectedParameterSequenceWrapper::getItem ( int idx)
slot

◆ getNumberOfItems

int DRTCorrectedParameterSequenceWrapper::getNumberOfItems ( ) const
slot

\script

◆ getParameterItemIndexTag()

QString DRTCorrectedParameterSequenceWrapper::getParameterItemIndexTag ( ) const
inline

Definition at line 72 of file mlDRTCorrectedParameterSequenceWrapper.h.

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