|
MeVisLab Toolbox Reference
|
Simple class to manage a list view column. More...
#include <mlMultiFileVolumeListView.h>
Public Member Functions | |
| DirectDicomImportColumnDesc (const std::string &fldName, DCMTree::RawTagId id, const std::string &info) | |
| Convenience constructor. | |
| DirectDicomImportColumnDesc (const DirectDicomImportColumnDesc &orig) | |
| Copy constructor. | |
| DirectDicomImportColumnDesc & | operator= (const DirectDicomImportColumnDesc &orig) |
| Assignment operator. | |
Public Attributes | |
| std::string | fieldIdName |
| String Id of the list view column, must be unique and non empty. | |
| DCMTree::RawTagId | rawTagId |
| Raw Tag Id of tag to be shown, may be 0 for non DICOM tags. | |
| std::string | headInfo |
| String to be shown in column head of ListView. | |
Simple class to manage a list view column.
Definition at line 202 of file mlMultiFileVolumeListView.h.
|
inline |
Convenience constructor.
Definition at line 214 of file mlMultiFileVolumeListView.h.
|
inline |
Copy constructor.
Definition at line 220 of file mlMultiFileVolumeListView.h.
|
inline |
Assignment operator.
Definition at line 223 of file mlMultiFileVolumeListView.h.
References fieldIdName, headInfo, and rawTagId.
| std::string ml::MultiFileVolumeListView::DirectDicomImportColumnDesc::fieldIdName |
String Id of the list view column, must be unique and non empty.
Definition at line 205 of file mlMultiFileVolumeListView.h.
Referenced by operator=().
| std::string ml::MultiFileVolumeListView::DirectDicomImportColumnDesc::headInfo |
String to be shown in column head of ListView.
Definition at line 211 of file mlMultiFileVolumeListView.h.
Referenced by operator=().
| DCMTree::RawTagId ml::MultiFileVolumeListView::DirectDicomImportColumnDesc::rawTagId |
Raw Tag Id of tag to be shown, may be 0 for non DICOM tags.
Definition at line 208 of file mlMultiFileVolumeListView.h.
Referenced by operator=().