MeVisLab Toolbox Reference
DRTEncryptedAttributesSequenceWrapper Class Reference

#include <mlDRTEncryptedAttributesSequenceWrapper.h>

Inheritance diagram for DRTEncryptedAttributesSequenceWrapper:

Public Slots

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

◆ DRTEncryptedAttributesSequenceWrapper() [2/2]

DRTEncryptedAttributesSequenceWrapper::DRTEncryptedAttributesSequenceWrapper ( const DRTEncryptedAttributesSequenceWrapper & toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTEncryptedAttributesSequenceWrapper::addItem ( )
slot

◆ getEncryptedContentTag()

QString DRTEncryptedAttributesSequenceWrapper::getEncryptedContentTag ( ) const
inline

Definition at line 70 of file mlDRTEncryptedAttributesSequenceWrapper.h.

◆ getEncryptedContentTransferSyntaxUIDTag()

QString DRTEncryptedAttributesSequenceWrapper::getEncryptedContentTransferSyntaxUIDTag ( ) const
inline

Definition at line 72 of file mlDRTEncryptedAttributesSequenceWrapper.h.

◆ getItem

QVariant DRTEncryptedAttributesSequenceWrapper::getItem ( int idx)
slot

◆ getNumberOfItems

int DRTEncryptedAttributesSequenceWrapper::getNumberOfItems ( ) const
slot

\script

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