|
MeVisLab Toolbox Reference
|
Composition of a column name, the head entry, and the column value. More...
#include <mlMultiFileVolumeListView.h>
Public Attributes | |
| std::string | name |
| Unique name of the column, take care it must exist only once. | |
| std::string | head |
| Entry to be shown in the head line. | |
| std::string | value |
| The column entry value. | |
Composition of a column name, the head entry, and the column value.
Definition at line 116 of file mlMultiFileVolumeListView.h.
| std::string ml::MultiFileVolumeListView::_ColumnNameHeadValue::head |
Entry to be shown in the head line.
Definition at line 121 of file mlMultiFileVolumeListView.h.
| std::string ml::MultiFileVolumeListView::_ColumnNameHeadValue::name |
Unique name of the column, take care it must exist only once.
Definition at line 118 of file mlMultiFileVolumeListView.h.
| std::string ml::MultiFileVolumeListView::_ColumnNameHeadValue::value |
The column entry value.
Definition at line 124 of file mlMultiFileVolumeListView.h.