MeVisLab Toolbox Reference
DRTReferencedControlPointSequenceWrapper Class Reference

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

#include <mlDRTReferencedControlPointSequenceWrapper.h>

Inheritance diagram for DRTReferencedControlPointSequenceWrapper:

Public Slots

Access to wrapped DRTReferencedControlPointSequence object.

\script

int getNumberOfItems () const
 
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

Definition at line 51 of file mlDRTReferencedControlPointSequenceWrapper.h.

◆ 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

◆ getReferencedStartControlPointIndexTag()

QString DRTReferencedControlPointSequenceWrapper::getReferencedStartControlPointIndexTag ( ) const
inline

◆ getReferencedStopControlPointIndexTag()

QString DRTReferencedControlPointSequenceWrapper::getReferencedStopControlPointIndexTag ( ) const
inline

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