MeVisLab Toolbox Reference
DRTEncryptedAttributesSequenceWrapper Class Reference

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

#include <mlDRTEncryptedAttributesSequenceWrapper.h>

Inheritance diagram for DRTEncryptedAttributesSequenceWrapper:

Public Slots

Access to wrapped DRTEncryptedAttributesSequence object.

\script

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

Public Member Functions

 DRTEncryptedAttributesSequenceWrapper (ml::DcmDRTEncryptedAttributesSequenceInterface *wrappedSequence)
 
 DRTEncryptedAttributesSequenceWrapper (const DRTEncryptedAttributesSequenceWrapper &toCopy)
 
DRTEncryptedAttributesSequenceWrapperoperator= (const DRTEncryptedAttributesSequenceWrapper &toCopy)
 
ml::DcmDRTEncryptedAttributesSequenceInterface getWrappedSequence () const
 
QString getEncryptedContentTag () const
 
QString getEncryptedContentTransferSyntaxUIDTag () const
 

Detailed Description

A class that wraps DRTEncryptedAttributesSequence Item for use in Python.

\script

Definition at line 45 of file mlDRTEncryptedAttributesSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTEncryptedAttributesSequenceWrapper() [1/2]

DRTEncryptedAttributesSequenceWrapper::DRTEncryptedAttributesSequenceWrapper ( ml::DcmDRTEncryptedAttributesSequenceInterface wrappedSequence)
inline

Definition at line 51 of file mlDRTEncryptedAttributesSequenceWrapper.h.

◆ DRTEncryptedAttributesSequenceWrapper() [2/2]

DRTEncryptedAttributesSequenceWrapper::DRTEncryptedAttributesSequenceWrapper ( const DRTEncryptedAttributesSequenceWrapper toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTEncryptedAttributesSequenceWrapper::addItem ( )
slot

◆ getEncryptedContentTag()

QString DRTEncryptedAttributesSequenceWrapper::getEncryptedContentTag ( ) const
inline

◆ getEncryptedContentTransferSyntaxUIDTag()

QString DRTEncryptedAttributesSequenceWrapper::getEncryptedContentTransferSyntaxUIDTag ( ) const
inline

◆ getItem

QVariant DRTEncryptedAttributesSequenceWrapper::getItem ( int  idx)
slot

◆ getNumberOfItems

int DRTEncryptedAttributesSequenceWrapper::getNumberOfItems ( ) const
slot

◆ getWrappedSequence()

ml::DcmDRTEncryptedAttributesSequenceInterface DRTEncryptedAttributesSequenceWrapper::getWrappedSequence ( ) const
inline

◆ insertItem

bool DRTEncryptedAttributesSequenceWrapper::insertItem ( int  idx)
slot

◆ operator=()

◆ removeItem

bool DRTEncryptedAttributesSequenceWrapper::removeItem ( int  idx)
slot

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