MeVisLab Scripting Reference
|
#include <mlMultiFileVolumeListWrapperBase.h>
Inherits QObject.
Inherited by MLDirectDicomImportWrapper, MLMultiFileVolumeListBaseOutputWrapper, and MLMultiFileVolumeListWrapper.
Public Slots | |
Access functions for the wrapped MultiFileVolumeList object. | |
| |
QList< MLMultiFileVolumeWrapper * > | getMultiFileVolumeList () |
QList< MLMultiFileVolumeWrapper * > | getCurrentMultiFileVolumeList () |
MLMultiFileVolumeWrapper * | getMultiFileVolumeAt (size_t index) |
void | clearVolumeReferences () |
void | clearMultiFileVolumes () |
int | writeCache (const QString &cacheDirectory, const QString &cacheFilename) const |
QString | getCacheString (const QString &cacheDirectory) const |
int | writeCacheFor (unsigned int index, const QString &cacheDirectory, const QString &cacheFilename) |
QString | getCacheStringFor (unsigned int index, const QString &cacheDirectory) |
QList< MLMultiFileVolumeWrapper * > | getVolumeReferenceList () |
MLMultiFileVolumeWrapper * | getVolumeReferenceAt (size_t index) |
This class is a base class for object wrappers for sources of MultiFileVolumeList instances for Python.
|
slot |
Removes the temporarily created wrappers of MultiFileVolumes if there are any, not the MultiFileVolumeList itself or the MultFileVolumes themselves.
|
slot |
Deprecated, use clearMultFileVolumes() instead; see clearMultiFileVolumes() for documentation.
|
slot |
Returns the volume list persistently written into the string cacheDirectory.
|
slot |
Returns the volume at index index persistently written into the string cacheDirectory.
|
slot |
Returns the current list of MultiFileVolume wrappers without (re)creating it.
|
slot |
Creates and returns the wrapper for the MultiFileVolume at index; this call does not create a wrapper for the list.
|
slot |
Creates and return the list of wrappers of MultiFileVolumes.
|
slot |
Deprecated, use getMultiFileVolumeAt(unsigned int index), see getMultiFileVolumeAt(unsigned int index) for documentation.
|
slot |
Deprecated, use getMultiFileVolumeList() instead; see getMultiFileVolumeList() for documentation.
|
slot |
Writes the volume list persistently into file cacheDirectory+cacheFilename.
|
slot |
Writes the volume at index index persistently into file cacheDirectory+cacheFilename.