MeVisLab Toolbox Reference
DRTReferencedControlPointSequenceWrapper Class Reference

#include <mlDRTReferencedControlPointSequenceWrapper.h>

Inheritance diagram for DRTReferencedControlPointSequenceWrapper:

Public Slots

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

Public Member Functions

 DRTReferencedControlPointSequenceWrapper (ml::DcmDRTReferencedControlPointSequenceInterface *wrappedSequence)
 DRTReferencedControlPointSequenceWrapper (const DRTReferencedControlPointSequenceWrapper &toCopy)
DRTReferencedControlPointSequenceWrapperoperator= (const DRTReferencedControlPointSequenceWrapper &toCopy)
ml::DcmDRTReferencedControlPointSequenceInterface getWrappedSequence () const
QString getReferencedStartControlPointIndexTag () const
QString getReferencedStopControlPointIndexTag () const

Detailed Description

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

Definition at line 45 of file mlDRTReferencedControlPointSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTReferencedControlPointSequenceWrapper() [1/2]

DRTReferencedControlPointSequenceWrapper::DRTReferencedControlPointSequenceWrapper ( ml::DcmDRTReferencedControlPointSequenceInterface * wrappedSequence)
inline

◆ DRTReferencedControlPointSequenceWrapper() [2/2]

DRTReferencedControlPointSequenceWrapper::DRTReferencedControlPointSequenceWrapper ( const DRTReferencedControlPointSequenceWrapper & toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTReferencedControlPointSequenceWrapper::addItem ( )
slot

◆ getItem

QVariant DRTReferencedControlPointSequenceWrapper::getItem ( int idx)
slot

◆ getNumberOfItems

int DRTReferencedControlPointSequenceWrapper::getNumberOfItems ( ) const
slot

\script

◆ getReferencedStartControlPointIndexTag()

QString DRTReferencedControlPointSequenceWrapper::getReferencedStartControlPointIndexTag ( ) const
inline

Definition at line 70 of file mlDRTReferencedControlPointSequenceWrapper.h.

◆ getReferencedStopControlPointIndexTag()

QString DRTReferencedControlPointSequenceWrapper::getReferencedStopControlPointIndexTag ( ) const
inline

Definition at line 72 of file mlDRTReferencedControlPointSequenceWrapper.h.

◆ getWrappedSequence()

ml::DcmDRTReferencedControlPointSequenceInterface DRTReferencedControlPointSequenceWrapper::getWrappedSequence ( ) const
inline

◆ insertItem

bool DRTReferencedControlPointSequenceWrapper::insertItem ( int idx)
slot

◆ operator=()

◆ removeItem

bool DRTReferencedControlPointSequenceWrapper::removeItem ( int idx)
slot

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