MeVisLab Toolbox Reference
ml::MultiFileVolumeListView::_ColumnNameHeadValue Struct 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. More...
 
std::string head
 Entry to be shown in the head line. More...
 
std::string value
 The column entry value. More...
 

Detailed Description

Composition of a column name, the head entry, and the column value.

Definition at line 116 of file mlMultiFileVolumeListView.h.

Member Data Documentation

◆ head

std::string ml::MultiFileVolumeListView::_ColumnNameHeadValue::head

Entry to be shown in the head line.

Definition at line 121 of file mlMultiFileVolumeListView.h.

◆ name

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.

◆ value

std::string ml::MultiFileVolumeListView::_ColumnNameHeadValue::value

The column entry value.

Definition at line 124 of file mlMultiFileVolumeListView.h.


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